unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* INFOPATH in OS X application bundle
@ 2005-06-02 15:58 Andrew Nesbit
  0 siblings, 0 replies; only message in thread
From: Andrew Nesbit @ 2005-06-02 15:58 UTC (permalink / raw)


There's a bit of code in src/mac.c which sets the environment variable 
INFOPATH if it's not already set, when Emacs is installed as a 
self-contained application bundle.

Normally, Info-directory-list should be initialised based on 
Info-default-directory-list. But because INFOPATH gets set behind the 
user's back, this does not happen, and so Info-directory-list is set 
based on INFOPATH. This is unexpected and confusing behaviour (at least 
it was for me).

Would it be better to add the bundle's Info directory to 
Info-default-directory-list, instead of playing around with INFOPATH? 
Isn't this the sort of thing that Info-default-directory-list is 
designed for?

Andrew

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-06-02 15:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-02 15:58 INFOPATH in OS X application bundle Andrew Nesbit

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).