From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: chrisl_ak@hotmail.com (Chris) Newsgroups: gmane.emacs.help Subject: Re: info path in shell vs info path in emacs Date: 7 Mar 2003 18:57:43 -0800 Organization: http://groups.google.com/ Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1047092468 30018 80.91.224.249 (8 Mar 2003 03:01:08 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 8 Mar 2003 03:01:08 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Sat Mar 08 04:01:07 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 18rUaB-0007o1-00 for ; Sat, 08 Mar 2003 04:01:07 +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 18rUZa-0006ej-01 for gnu-help-gnu-emacs@m.gmane.org; Fri, 07 Mar 2003 22:00:30 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!sn-xit-03!sn-xit-01!sn-xit-08!sn-xit-09!supernews.com!postnews1.google.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 13 Original-NNTP-Posting-Host: 24.237.106.103 Original-X-Trace: posting.google.com 1047092263 32441 127.0.0.1 (8 Mar 2003 02:57:43 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: 8 Mar 2003 02:57:43 GMT Original-Xref: shelby.stanford.edu gnu.emacs.help:110915 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:7416 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:7416 David Masterson wrote in message news:... > >>>>> Chris writes: > I think (ie. untested): > > (remove-from-list 'Info-directory-list > '("/usr/share/gcc-data/i686-pc-linux-gnu/3.2/info") > ) That's along the lines of what I need, but my system complains that remove-from-list is not a function (basically, I'm not at the computer, but remove-from-list doesn't appear to be legal). I'm on 21.2 on a Linux system... any idea?