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: Kai Großjohann
Subject: Re: info path in shell vs info path in emacs
Date: Sat, 08 Mar 2003 15:27:03 +0100
User-agent: Gnus/5.090016 (Oort Gnus v0.16) Emacs/21.3.50 (gnu/linux)

chrisl_ak@hotmail.com (Chris) writes:

> David Masterson <David.Masterson@synopsys.com> wrote in message 
> news:<u7kbc2bcp.fsf@synopsys.com>...
>> >>>>> 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?

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

-- 
A preposition is not a good thing to end a sentence with.


reply via email to

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