[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Quicksearch support in Emacs-w3m
I've changed the interactive form of some functions
from:
(defun foo ()
(interactive)
(if (interactive-p) bar))
to:
(defun foo (&optional interactive-p)
(interactive (list t))
(if interactive-p bar))
in the CVS trunk and the emacs-w3m-1_3 branch.
>>>>> In [emacs-w3m : No.04317]
>>>>> Katsumi Yamaoka <yamaoka@jpl.org> wrote:
土屋さん> interactive-p() は,何かとトラブルの元なのであまり使いたくな
土屋さん> いです.
山岡> 美しー! そんな手があったとは。
いつかお暇なときにでも、どんな不具合があるのか教えて下さいな。
--
Katsumi Yamaoka <yamaoka@jpl.org>