[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
w3m-command-arguments (was: w3m-0.2.0 released)
>> On 22 Mar 2001 20:19:04 +0900
>> 「山」== yamaoka@jpl.org (Katsumi Yamaoka) said as follows:
山> ;; ~/.emacs
山> (eval-after-load "w3m"
山> '(setq w3m-command-arguments
山> (nconc '("-o" "http_proxy=http://hoge:8080/")
山> w3m-command-arguments)))
山> info によればすべての場合ではないらしいけれど、こういうきわどい
山> ところでは append を使うべきなんですね。
むむ? 白井さんの変更 [emacs-w3m:00274] のおかげで、
w3m-command-arguments はユーザー用の設定変数になっているはずですから、
素直に
(setq w3m-command-arguments '("-o" "http_proxy=http://hoge:8080/"))
では駄目なのでしょうか?
--
土屋 雅稔 ( TSUCHIYA Masatoshi )
http://www-nagao.kuee.kyoto-u.ac.jp/member/tsuchiya/