unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* dir and Info-additional-directory-list
@ 2002-11-24 21:21 Kevin Ryde
  0 siblings, 0 replies; only message in thread
From: Kevin Ryde @ 2002-11-24 21:21 UTC (permalink / raw)


In GNU Emacs 21.1.1 (i386-debian-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2001-12-07 on raven, modified by Debian
configured using `configure  i386-debian-linux-gnu --prefix=/usr --sharedstatedir=/var/lib --libexecdir=/usr/lib --localstatedir=/var/lib --infodir=/usr/share/info --mandir=/usr/share/man --with-pop=yes --with-x=yes --with-x-toolkit=athena --without-gif'
Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: nil
  locale-coding-system: nil
  default-enable-multibyte-characters: t


The docstring for Info-additional-directory-list says that directories
in that list are not searched for "dir" files, however it seems that
in fact they are.

I made files /tmp/x/dir and /tmp/y/dir with likely contents (pruned
copies of my main /usr/info/dir) and from emacs -q -no-site-file
executed

  (progn (setq Info-directory-list            '("/tmp/x"))
         (setq Info-additional-directory-list '("/tmp/y"))
         (Info-directory))

It brought up the contents of both /tmp/x/dir and /tmp/y/dir, whereas
the docstring suggests I should get only the former.


I see the ChangeLog indicates this was a deliberate change, so maybe
the variable merely needs its description updated.

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

only message in thread, other threads:[~2002-11-24 21:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-24 21:21 dir and Info-additional-directory-list Kevin Ryde

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