[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 10:49:34 +0800
- X-ml-name: emacs-w3m
- X-mail-count: 11043
- References: <87eirt7wcf.fsf@xxxxxxxxx>
OK, all this worked
;; mkdir ~/tmp; cd ~/tmp
;; wget -Y off -O emacs-w3m.tar.gz 'http://cvs.namazu.org/emacs-w3m.tar.gz?view=tar'
;; cd emacs-w3m
;; autoconf
;; ./configure --prefix=$HOME/tmp --with-icondir=$HOME/tmp/icons
;; make install
(setq load-path (append (list "/home/jidanni/tmp/share/emacs/site-lisp/w3m") load-path))
Except this:
(setq Info-default-directory-list (append (list "/home/jidanni/tmp/share/info/dir") Info-default-directory-list))
I'm not sure what I should do about that.