[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: w3m-display-hook
の破綻
>>>>> In [emacs-w3m : No.03847]
>>>>> Yuuichi Teranishi <teranisi@gohome.org> wrote:
寺西さん> いまの Emacs の add-hook の仕様は、
寺西さん> 「.emacs でいきなり add-hook するとデフォルトの動作を上書きする
寺西さん> 可能性がある」
寺西さん> ということを、ユーザが認識しないといけない仕様になっていると
寺西さん> 思います。
I agree.
"[...]
This hook has the default value which is essential to run emacs-w3m.
You may add any functions to this hook using `add-hook' in the
ordinary way if w3m.el(c) has been loaded:
\(add-hook 'w3m-hoge-hook 'my-function)
However, if you want do so before loading emacs-w3m (probably, it will
be ordinal rather), for example, you have to perform it as follows:
\(eval-after-load \"w3m\" '(add-hook 'w3m-hoge-hook 'my-function))"