From: Scott Frazer <frazer.scott@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Setting up a custom info node.
Date: Thu, 21 May 2009 16:28:29 -0400 [thread overview]
Message-ID: <1242937708.759136@sj-nntpcache-2.cisco.com> (raw)
In-Reply-To: <mailman.7552.1242847177.31690.help-gnu-emacs@gnu.org>
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
prev parent reply other threads:[~2009-05-21 20:28 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
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 [this message]
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1242937708.759136@sj-nntpcache-2.cisco.com \
--to=frazer.scott@gmail.com \
--cc=help-gnu-emacs@gnu.org \
/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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).