bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#12010: 24.1.50: NS variant does not use '--enable-locallisppath=...'


From: Jan Djärv
Subject: bug#12010: 24.1.50: NS variant does not use '--enable-locallisppath=...' configure option
Date: Mon, 30 Jul 2012 22:13:46 +0200

Hello.

22 jul 2012 kl. 18:42 skrev Jan Djärv:

> Hello.
> 
> It seems that -Q must come after --eval.  I don't know why.
> 
>       Jan D.
> 
> 21 jul 2012 kl. 18:30 skrev Peter Dyballa:
> 
>> Hello!
>> 
>> As you can see below I tried to teach it the place where site-specific Elisp 
>> files are installed. This fails for the NS variant while the X client learns 
>> and functions OK.
>> 
>> There is also a second flaw: when invoked as 
>> "nextstep/Emacs.app/Contents/MacOS/Emacs -Q -eval '(message "Der load-path 
>> ist %s" load-path)'" or "nextstep/Emacs.app/Contents/MacOS/Emacs -Q --eval 
>> '(message "Der load-path ist %s" load-path)'" it instead open a file 
>> "(message "Der load-path ist %s" load-path)".

Emacs does evaluate the code after the --eval, but the Cocoa command line 
parsing mistakes the argument for a file and passes it to Emacs to be opened.  
I fixed this in the trunk, so we ignore Cocoa-passed filenames during start.

        Jan D.







reply via email to

[Prev in Thread] Current Thread [Next in Thread]