emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [emacs-w3m:11603] Re: interactive-p obsolete


From: Lennart Borgman
Subject: Re: [emacs-w3m:11603] Re: interactive-p obsolete
Date: Thu, 7 Jul 2011 01:08:27 +0200

On Thu, Jul 7, 2011 at 00:51, Juanma Barranquero <address@hidden> wrote:
> On Wed, Jul 6, 2011 at 20:16, Lennart Borgman <address@hidden> wrote:
>
>>> (defmacro org-called-interactively-p (&optional kind)
>>>  (if (featurep 'xemacs)
>>>       `(interactive-p)
>>>     (if (or (> emacs-major-version 23)
>>>             (and (>= emacs-major-version 23)
>>>                  (>= emacs-minor-version 2)))
>>>         `(with-no-warnings (called-interactively-p ,kind))
>>>       `(interactive-p))))
>>
>> Why not add such a macro to Emacs?
>
> Hmm... What for? In the Emacs trunk, it trivially resolves to

For things outside Emacs trunk.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]