emacs-devel
[Top][All Lists]
Advanced

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

Re: called-interactively-p, cedet, and Emacs 23.1 and earlier


From: Stefan Monnier
Subject: Re: called-interactively-p, cedet, and Emacs 23.1 and earlier
Date: Sat, 27 Mar 2010 14:18:29 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

> Anyway, that makes it obvious why Stefan used a macro before.

;-)

> Does anyone know of a way to solve this, or do I need to maintain this
> difference in my code?

Sorry for not posting more concrete code earlier (it has several other
bugs, such as not evaluating the arg), but I think the solution is
pretty much what I suggested, except you need to use
cedet-called-interactively-p everywhere and have it macro-expand to
either interactive-p or called-interactively-p with or without args
depending on what's available.


        Stefan




reply via email to

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