all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Lennart Borgman <lennart.borgman@gmail.com>
To: Tim Visher <tim.visher@gmail.com>
Cc: emacs <help-gnu-emacs@gnu.org>
Subject: Re: Setting up a custom info node.
Date: Wed, 20 May 2009 21:52:46 +0200	[thread overview]
Message-ID: <e01d8a50905201252tae3ca74vce6386c08c62fe3b@mail.gmail.com> (raw)
In-Reply-To: <c115fd3c0905201219w376fd67cke9e85c625fb8351e@mail.gmail.com>

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	other threads:[~2009-05-20 19:52 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-19 14:23 Setting up a custom info node Tim Visher
2009-05-20 19:19 ` Tim Visher
2009-05-20 19:52   ` Lennart Borgman [this message]
2009-05-20 20:39     ` Tim Visher
2009-05-20 20:49       ` Lennart Borgman
2009-05-20 22:02       ` Drew Adams
     [not found] ` <mailman.7552.1242847177.31690.help-gnu-emacs@gnu.org>
2009-05-21 20:28   ` Scott Frazer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e01d8a50905201252tae3ca74vce6386c08c62fe3b@mail.gmail.com \
    --to=lennart.borgman@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=tim.visher@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.