[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Mule-2.3
>>>>> In [emacs-w3m : No.01631]
>>>>> ari@mbf.sphere.ne.jp (ARISAWA Akihiro) wrote:
有沢さん> おっと、APEL はふるーい emacsen での HISTORY の面倒をみてく
有沢さん> れているのでしたか。
山岡> と w3m-om でやってしまっても、困る人はいないと思うんですが、いか
山岡> がでしょうか? → 開発者のみなさま。
有沢さん> 引数が増えて困ることもないであろうし、問題無いかと思います。
では、と advice 版を書いておいたんですが、
(defadvice read-string (after allow-4th-arg (prompt &optional
initial-contents
history
default-value) activate)
"Advised by Emacs-W3M.
Allow the optional fourth argument DEFAULT-VALUE which will be used as
the value to return if the user enters the empty string."
(if (and (zerop (length ad-return-value))
(stringp default-value))
(setq ad-return-value default-value)))
これだけだと history の面倒を見ていないので、ちょっと考えてから
commit させていただきます。
それにしても、有沢さんが指摘してくれるまで誰も気が付かなかったと
いうことは、Mule2 のユーザは本当にいないと見て良さそうですね。:-p
--
Katsumi Yamaoka <yamaoka@namazu.org>