わからない・・・できない。
http://cvs.namazu.org/emacs-w3m/ で [Download GNU tarball] よりダウンロードして展開
そこで、以下のようにして上書き
wget http://emacs-w3m.namazu.org/emacs-w3m-1.4.4.tar.gz
tar zxvf emacs-w3m-1.4.4.tar.gz
cp emacs-w3m/* emacs-w3m-1.4.4
at-cyg install autoconf
./configure
make
make install
make install-icons
とし、emacs で M-w3m とすると
byte-code: Symbol's function definition is void: w3m-make-menu-item
といわれてしまう。
init.el は以下のようにしても同じ
(require 'w3m-load)
(setq w3m-use-favicon nil)
(setq w3m-command-arguments '("-cookie" "-F"))
(setq w3m-use-cookies t)
;(setq w3m-home-page "forum.ubuntu.org.cn")
;(setq w3m-tab-width)
参考: http://forum.ubuntu.org.cn/viewtopic.php?f=68&t=138430
0 件のコメント:
コメントを投稿