GNU bug report logs -
#6859
[rob.dickens@lafros.com: corrected .emacs snippet for merging your own Info files]
Previous Next
Reported by: karl <at> freefriends.org (Karl Berry)
Date: Sat, 14 Aug 2010 22:23:02 UTC
Severity: normal
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
I received this report on bug-texinfo. Is this correct? If so, it
seems sad that a recommendation that has been around forever (the
"currently" in Rob's msg) no longer works, but if it has to be, it has
to be. Please advise ...
Thanks,
Karl
Date: Fri, 13 Aug 2010 14:30:54 +0100
From: Rob Dickens <rob.dickens <at> lafros.com>
To: bug-texinfo <at> gnu.org
Subject: corrected .emacs snippet for merging your own Info files
Dear maintainer,
I found that what's suggested in the following section of the Texinfo manual doesn't work:
21.2.3 Info Files in Other Directories
* currently:
(require 'info)
(setq Info-directory-list
(cons (expand-file-name "/home/bob/info")
Info-directory-list))
* should be:
(add-hook 'Info-mode-hook
'(lambda ()
(add-to-list 'Info-directory-list
(expand-file-name "~/info"))))
Best regards,
Rob
http://lafros.com
This bug report was last modified 14 years and 267 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.