unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#21787: emacs on Mac errors
@ 2015-10-29 23:19 Fred Stanke
  2015-10-30  2:50 ` Random832
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Fred Stanke @ 2015-10-29 23:19 UTC (permalink / raw)
  To: 21787

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







^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#21787: emacs on Mac errors
  2015-10-29 23:19 bug#21787: emacs on Mac errors Fred Stanke
@ 2015-10-30  2:50 ` Random832
  2015-11-02  1:54 ` Glenn Morris
  2015-11-02  2:25 ` bug#21787: GNU bug report logs - #21787 " Fred Stanke
  2 siblings, 0 replies; 5+ messages in thread
From: Random832 @ 2015-10-30  2:50 UTC (permalink / raw)
  To: 21787

Fred Stanke <fstanke@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?






^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#21787: emacs on Mac errors
  2015-10-29 23:19 bug#21787: emacs on Mac errors Fred Stanke
  2015-10-30  2:50 ` Random832
@ 2015-11-02  1:54 ` Glenn Morris
  2015-11-02  2:25 ` bug#21787: GNU bug report logs - #21787 " Fred Stanke
  2 siblings, 0 replies; 5+ messages in thread
From: Glenn Morris @ 2015-11-02  1:54 UTC (permalink / raw)
  To: Fred Stanke; +Cc: 21787

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.





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#21787: GNU bug report logs - #21787 emacs on Mac errors
  2015-10-29 23:19 bug#21787: emacs on Mac errors Fred Stanke
  2015-10-30  2:50 ` Random832
  2015-11-02  1:54 ` Glenn Morris
@ 2015-11-02  2:25 ` Fred Stanke
  2015-11-02  2:26   ` Fred Stanke
  2 siblings, 1 reply; 5+ messages in thread
From: Fred Stanke @ 2015-11-02  2:25 UTC (permalink / raw)
  To: 21787

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!




^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#21787: GNU bug report logs - #21787 emacs on Mac errors
  2015-11-02  2:25 ` bug#21787: GNU bug report logs - #21787 " Fred Stanke
@ 2015-11-02  2:26   ` Fred Stanke
  0 siblings, 0 replies; 5+ messages in thread
From: Fred Stanke @ 2015-11-02  2:26 UTC (permalink / raw)
  To: 21787

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@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!






^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-11-02  2:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-29 23:19 bug#21787: emacs on Mac errors Fred Stanke
2015-10-30  2:50 ` Random832
2015-11-02  1:54 ` Glenn Morris
2015-11-02  2:25 ` bug#21787: GNU bug report logs - #21787 " Fred Stanke
2015-11-02  2:26   ` Fred Stanke

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).