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

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

Re: global key not binding


From: Kevin Rodgers
Subject: Re: global key not binding
Date: Wed, 10 Aug 2005 15:28:07 -0600
User-agent: Mozilla Thunderbird 0.9 (X11/20041105)

Baloff wrote:
> I need to add this (/var/lib/dpkg/info/) to the list in the variable
> (Info-directory-list)
>
> C-h v Info-directory-list list does not have it, so I think I have to
> add it.
> how should I do it?

(setq Info-default-directory-list
      (cons "/var/lib/dpkg/info/" Info-default-directory-list))

--
Kevin Rodgers





reply via email to

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