bug-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

corrected .emacs snippet for merging your own Info files


From: Rob Dickens
Subject: corrected .emacs snippet for merging your own Info files
Date: Fri, 13 Aug 2010 14:30:54 +0100

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








reply via email to

[Prev in Thread] Current Thread [Next in Thread]