all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#12271: 24.1.1: Mac OS X Info-directory-list can not add to first position
@ 2012-08-24 21:11 Michael Brand
  2012-08-24 22:10 ` Glenn Morris
       [not found] ` <handler.12271.D12271.134584628316477.notifdone@debbugs.gnu.org>
  0 siblings, 2 replies; 3+ messages in thread
From: Michael Brand @ 2012-08-24 21:11 UTC (permalink / raw)
  To: 12271

Hi all

There is an unexpected behavior with Info-directory-list on Emacs
24.1.1 on Mac OS X: The added path is not placed in the first position.

On Linux, /tmp is in front of Info-directory-list as expected:
/usr/local/bin/emacs-24.1 -Q \
    --eval '(add-to-list (quote Info-default-directory-list) "/tmp")'
C-h v Info-directory-list:
    ("/tmp" "/usr/local/emacs-24.1/share/info/" [...])

On Mac OS X, /tmp is expected in front of Info-directory-list but is not:
/Applications/Emacs-24.1.app/Contents/MacOS/Emacs -Q \
    --eval '(add-to-list (quote Info-default-directory-list) "/tmp")'
C-h v Info-directory-list:
    ("/Applications/Emacs-24.1.app/Contents/Resources/info" "/tmp" [...])

Michael





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

end of thread, other threads:[~2012-08-26 20:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-24 21:11 bug#12271: 24.1.1: Mac OS X Info-directory-list can not add to first position Michael Brand
2012-08-24 22:10 ` Glenn Morris
     [not found] ` <handler.12271.D12271.134584628316477.notifdone@debbugs.gnu.org>
2012-08-26 20:21   ` bug#12271: closed (Re: bug#12271: 24.1.1: Mac OS X Info-directory-list can not add to first position) Michael Brand

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.