emacs-bug-tracker
[Top][All Lists]
Advanced

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

[Emacs-bug-tracker] bug#6859: closed (address@hidden: corrected .emacs s


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#6859: closed (address@hidden: corrected .emacs snippet for merging your own Info files])
Date: Wed, 01 Sep 2010 18:14:01 +0000

Your message dated Wed, 01 Sep 2010 14:14:41 -0400
with message-id <address@hidden>
and subject line Re: bug#6859: address@hidden: corrected .emacs snippet for 
merging your own Info files]
has caused the GNU bug report #6859,
regarding address@hidden: corrected .emacs snippet for merging your own Info 
files]
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
6859: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6859
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: address@hidden: corrected .emacs snippet for merging your own Info files] Date: Sat, 14 Aug 2010 22:23:27 GMT
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 <address@hidden>
To: address@hidden
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



--- End Message ---
--- Begin Message --- Subject: Re: bug#6859: address@hidden: corrected .emacs snippet for merging your own Info files] Date: Wed, 01 Sep 2010 14:14:41 -0400 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
I am closing this because there does not seem to be an Emacs bug.


--- End Message ---

reply via email to

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