GNU bug report logs -
#21787
emacs on Mac errors
Previous Next
Reported by: Fred Stanke <fstanke <at> comcast.net>
Date: Fri, 30 Oct 2015 00:57:02 UTC
Severity: normal
Tags: notabug
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 21787 in the body.
You can then email your comments to 21787 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#21787
; Package
emacs
.
(Fri, 30 Oct 2015 00:57:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Fred Stanke <fstanke <at> comcast.net>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Fri, 30 Oct 2015 00:57:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
I have recently upgraded to OS X El Capitan, Ver. 10.11
I more recently installed:
This is GNU Emacs 24.5.1 (x86_64-apple-darwin13.4.0, NS apple-appkit-1265.21)
of 2015-04-10 on builder10-9.porkrind.org
Emacs comes up and I can edit files. However, I am having (at least) these 2 problems
1) I go to *info*m and try to execute
menu item: Emacs
and get
jka-compr-update: Recursive load: "/Users/fred/.emacs.d/lisp/jka-compr.elc", "/Users/fred/.emacs.d/lisp/jka-compr.elc", "/Users/fred/.emacs.d/lisp/jka-compr.elc", "/Users/fred/.emacs.d/lisp/jka-compr.elc", "/Users/fred/.emacs.d/lisp/jka-compr.elc”
2) I try to diff 2 files and get:
diff: Symbol's function definition is void: compile-internal
3) When I type M-x grep the minibuffer reports:
Symbol's function definition is void: shell-completion-vars
Could you suggest solutions for this?
Fred
PS
/Applications/Emacs.app/Contents:
total used in directory 40 available 43818110
drwxr-xr-x@ 7 fred admin 238 Apr 12 2015 .
drwxr-xr-x@ 3 fred admin 102 Apr 10 2015 ..
-rw-r--r--@ 1 fred admin 14786 Apr 10 2015 Info.plist
drwxr-xr-x@ 20 fred admin 680 Apr 12 2015 MacOS
-rw-------@ 1 fred admin 8 Jan 6 2015 PkgInfo
drwxr-xr-x@ 12 fred admin 408 Apr 10 2015 Resources
drwxr-xr-x@ 6 fred admin 204 Apr 12 2015 _CodeSignature
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#21787
; Package
emacs
.
(Fri, 30 Oct 2015 02:52:01 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
Fred Stanke <fstanke <at> comcast.net> writes:
> I have recently upgraded to OS X El Capitan, Ver. 10.11
>
> I more recently installed:
> This is GNU Emacs 24.5.1 (x86_64-apple-darwin13.4.0, NS apple-appkit-1265.21)
> of 2015-04-10 on builder10-9.porkrind.org
I have the same build (but installed before I upgraded OSX). I did not
have an emacs (other than the outdated one supplied with the OS) before
that - did you (or did you make any extensive use of the default one)?
> jka-compr-update: Recursive load:
> "/Users/fred/.emacs.d/lisp/jka-compr.elc",
What is this?
> 2) I try to diff 2 files and get:
> diff: Symbol's function definition is void: compile-internal
>
> 3) When I type M-x grep the minibuffer reports:
> Symbol's function definition is void: shell-completion-vars
>
> Could you suggest solutions for this?
Do you get these errors with emacs -Q?
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#21787
; Package
emacs
.
(Mon, 02 Nov 2015 01:55:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 21787 <at> debbugs.gnu.org (full text, mbox):
Fred Stanke wrote:
> jka-compr-update: Recursive load:
> "/Users/fred/.emacs.d/lisp/jka-compr.elc",
> "/Users/fred/.emacs.d/lisp/jka-compr.elc",
> "/Users/fred/.emacs.d/lisp/jka-compr.elc",
> "/Users/fred/.emacs.d/lisp/jka-compr.elc",
> "/Users/fred/.emacs.d/lisp/jka-compr.elc"
>
> 2) I try to diff 2 files and get:
> diff: Symbol's function definition is void: compile-internal
>
> 3) When I type M-x grep the minibuffer reports:
> Symbol's function definition is void: shell-completion-vars
I think it highly likely that all your problems are due to your having
local copies of standard Emacs libraries in .emacs.d/lisp, which are
preventing the normal ones from being seen. You can use M-x
list-load-path-shadows to check. (Had you used the standard M-x
report-emacs-bug command in your initial report, that information would
have been included.) You should remove those local copies.
Accordingly I'm closing this report because I don't think there is an
Emacs bug here, but feel free to keep discussing it if you need to.
Added tag(s) notabug.
Request was from
Glenn Morris <rgm <at> gnu.org>
to
control <at> debbugs.gnu.org
.
(Mon, 02 Nov 2015 01:56:01 GMT)
Full text and
rfc822 format available.
bug closed, send any further explanations to
21787 <at> debbugs.gnu.org and Fred Stanke <fstanke <at> comcast.net>
Request was from
Glenn Morris <rgm <at> gnu.org>
to
control <at> debbugs.gnu.org
.
(Mon, 02 Nov 2015 01:56:01 GMT)
Full text and
rfc822 format available.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#21787
; Package
emacs
.
(Mon, 02 Nov 2015 02:26:01 GMT)
Full text and
rfc822 format available.
Message #18 received at 21787 <at> debbugs.gnu.org (full text, mbox):
I see that the bug is closed but I do not understand the closure. Was there a bug that was fixed, or was I doing something stupid?
Thanks!
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#21787
; Package
emacs
.
(Mon, 02 Nov 2015 02:27:02 GMT)
Full text and
rfc822 format available.
Message #21 received at 21787 <at> debbugs.gnu.org (full text, mbox):
Cancel that request. I did not see the closure before I sent it. So, so, sorry!
> On Nov 1, 2015, at 6:25 PM, Fred Stanke <fstanke <at> comcast.net> wrote:
>
> I see that the bug is closed but I do not understand the closure. Was there a bug that was fixed, or was I doing something stupid?
>
> Thanks!
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 30 Nov 2015 12:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 9 years and 200 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.