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

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

Re: info path in shell vs info path in emacs


From: David Masterson
Subject: Re: info path in shell vs info path in emacs
Date: 06 Mar 2003 17:51:02 -0800
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

>>>>> Chris  writes:

> In my shell environment, infopath is set to: /home/me/info (my own
> info files) /usr/share/info (where all the Emacs info is put) and
>  /usr/share/gcc-data/i686-pc-linux-gnu/3.2/info where all the system
> info files are. This is good when I am in the shell.

> But when I am in emacs, I would like to only see my info and the emacs
> info files... not all the system info. However, emacs still picks up
> the system files even with this in my .emacs:

> (setq Info-directory-list
>    '("/usr/share/info"
>      "/home/chris/elisp/info"))

> How can I tell emacs to drop that system path?

I think (ie. untested):

(remove-from-list 'Info-directory-list 
        '("/usr/share/gcc-data/i686-pc-linux-gnu/3.2/info")
  )

-- 
David Masterson                David DOT Masterson AT synopsys DOT com
Sr. R&D Engineer               Synopsys, Inc.
Software Engineering           Sunnyvale, CA


reply via email to

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