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: Lennart Borgman
Subject: Re: Setting up a custom info node.
Date: Wed, 20 May 2009 21:52:46 +0200

On Wed, May 20, 2009 at 9:19 PM, Tim Visher <tim.visher@gmail.com> 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") ()))`

Hi Tim, I have never done this, but shouldn't you add the dir to the
ones already in the list? Like

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


>> Thanks in advance for your help.
>>
>> --
>>
>> In Christ,
>>
>> Timmy V.
>>
>> http://burningones.com/
>> http://five.sentenc.es/ - Spend less time on e-mail
>>
>
>
>
> --
>
> In Christ,
>
> Timmy V.
>
> http://burningones.com/
> http://five.sentenc.es/ - Spend less time on e-mail
>
>
>




reply via email to

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