From: Karl Eichwalder <ke@suse.de>
To: emacs-devel@gnu.org
Subject: Info-directory-list initialization
Date: Thu, 23 Jul 2009 12:19:04 +0200 [thread overview]
Message-ID: <shvdljvh0n.fsf@frechet.suse.de> (raw)
I'm wondering whether Info-directory-list initialization actually works
as said in the Info-directory-list docstring:
... or the
concatenation of the two if INFOPATH ends with a colon.
When `Info-directory-list' is initialized from the value of
`Info-default-directory-list', and Emacs is not installed in one
of the standard directories, the first element of the resulting
list is the directory where Emacs installs the Info files that
come with it. This is so that Emacs's own manual, which suits the
version of Emacs you are using, will always be found first.
I installed emacs 23.1.50 from CVS with --prefix=/gnu. When I start
emacs with
INFOPATH=: /gnu/bin/emacs -q --no-site-file
I see:
Info-directory-list is a variable defined in `info.el'.
Its value is
("" "/gnu/share/info/" "/usr/share/info/")
But when I call C-h i, emacs offers Info files from /usr/share/info for
reading instead of /gnu/share/info, which comes earlier. I can read the
files from /gnu/share/info, when I call
INFOPATH=/gnu/share/info /gnu/bin/emacs -q --no-site-file
--
Karl Eichwalder
R&D / Documentation
SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nuernberg)
reply other threads:[~2009-07-23 10:19 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=shvdljvh0n.fsf@frechet.suse.de \
--to=ke@suse.de \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.