[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: how to install in one's $HOME directory?
- From: jidanni@xxxxxxxxxxx
- Date: Sun, 06 Sep 2009 18:09:59 +0800
- X-ml-name: emacs-w3m
- X-mail-count: 11047
- References: <87bplo4dup.fsf@xxxxxxxxxxx>
>>>>> "j" == jidanni <jidanni@xxxxxxxxxxx> writes:
j> Except this:
j> (setq Info-default-directory-list (append (list "/home/jidanni/tmp/share/info/dir") Info-default-directory-list))
j> I'm not sure what I should do about that.
j> By the way, make install says:
j> This is not dpkg install-info anymore, but GNU install-info
j> See the man page for ginstall-info for command line arguments
Oops, never mind the above. I forgot the
;; tar zxvf emacs-w3m.tar.gz
step. All that is left is the
(setq Info-default-directory-list (append (list "/home/jidanni/tmp/share/info/dir") Info-default-directory-list))
problem.