help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Setting up a custom info node.


From: Scott Frazer
Subject: Re: Setting up a custom info node.
Date: Thu, 21 May 2009 16:28:29 -0400
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

Tim Visher wrote:
Just a ping.  Anyone out there on this?  I'm really having trouble
figuring out how to do it on my own.

Thanks in advance!

On Tue, May 19, 2009 at 10:23 AM, Tim Visher <tim.visher@gmail.com> wrote:
Hello Everyone,

I'd like to set up a custom info node under my .emacs.d directory for
maintaining all of the info files that I'm interested in.  I tried to
do that per the instructions
[here](http://www.gnu.org/software/hello/manual/texinfo/Other-Info-Directories.html)
and it's failed with a recursive load error.

I would like to ignore anything but the dir file under
`.emacs.d/info/`.  What I did was the following:

`(setq Info-directory-list (cons (expand-file-name "~/.emacs.d/info") ()))`

Thanks in advance for your help.


This works for me:

(setq Info-default-directory-list (list "~/.emacs.d/info"))
(setq Info-directory-list (list "~/.emacs.d/info"))

The 2nd setq shouldn't be necessary looking at the doc for 
Info-default-directory-list,
but you would need it in an existing Emacs session that you have used info in 
already.

Scott


reply via email to

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