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

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

Re: Info directory


From: Sean Richards
Subject: Re: Info directory
Date: Mon, 18 Oct 2004 22:19:59 +1300
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (gnu/linux)

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 via email to

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