[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Subject: Re: info node missing(auctex-devel)
From: |
suvayu ali |
Subject: |
Re: Subject: Re: info node missing(auctex-devel) |
Date: |
Sat, 10 Sep 2011 18:51:38 +0200 |
On Sat, Sep 10, 2011 at 5:14 PM, Shiyuan <gshy2014@gmail.com> wrote:
>>(add-to-list 'Info-default-directory-list
>>
>> >(expand-file-name "/opt/share/info"))
>>
> According to http://www.emacswiki.org/emacs/InfoPath,
> Info-default-directory-list will not be used if INFOPATH is defined but
> Info-directory-list should always be defined and used. But How comes I
> cannot see it? Thanks.
Then try something like this very early in your init file instead:
(setenv "INFOPATH" "/opt/share/info:$INFOPATH" t)
> Shiyuan
--
Suvayu
Open source is the future. It sets us free.