unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Sean Richards <somebody@nowhere.com>
Subject: Re: Info directory
Date: Mon, 18 Oct 2004 22:19:59 +1300	[thread overview]
Message-ID: <87sm8c758g.fsf@hugin.valhalla.net> (raw)
In-Reply-To: x02mis98wh8y.fsf@maverick.ph.ed.ac.uk

Philip Clark <P.J.Clark@ed.ac.uk> writes:

> Hi Folks, 
>
> Does anyone know how to set up multiple Info directory locations? I want
> to keep all the system info files, but also include my own for other
> packages I add in my home directory. 
>
> I've tried:
>
> (require 'info)
> (setq Info-directory-list (append '("~/src/gnus/texi") Info-directory-list))
>
> but then it just "loses" the system location. 
>
> Any ideas would be very welcome.

How about
 
(add-to-list 'Info-default-directory-list "~/src/gnus/texi")

or

(setq Info-default-directory-list 
      (cons "~/src/gnus/texi" Info-default-directory-list))

Sean

-- 
"Hver sin smak", sa vintapperen, han drakk mens de andre sloss.

  reply	other threads:[~2004-10-18  9:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-18  8:41 Info directory Philip Clark
2004-10-18  9:19 ` Sean Richards [this message]
2004-10-18 19:50 ` Eli Zaretskii

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=87sm8c758g.fsf@hugin.valhalla.net \
    --to=somebody@nowhere.com \
    --cc=sean_news@myrealbox.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.
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).