From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: David Masterson Newsgroups: gmane.emacs.help Subject: Re: info path in shell vs info path in emacs Date: 06 Mar 2003 17:51:02 -0800 Organization: Posted via Supernews, http://www.supernews.com Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1047002166 11978 80.91.224.249 (7 Mar 2003 01:56:06 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 7 Mar 2003 01:56:06 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Fri Mar 07 02:56:02 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18r75e-00036j-00 for ; Fri, 07 Mar 2003 02:56:02 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18r74z-0006vc-06 for gnu-help-gnu-emacs@m.gmane.org; Thu, 06 Mar 2003 20:55:21 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!tethys.csu.net!nntp!sn-xit-02!sn-xit-06!sn-post-02!sn-post-01!supernews.com!corp.supernews.com!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 Original-X-Complaints-To: abuse@supernews.com Original-Lines: 27 Original-Xref: shelby.stanford.edu gnu.emacs.help:110899 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:7400 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:7400 >>>>> 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