help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Instrumenting macro calls


From: Trust me I am a Doctor
Subject: Re: Instrumenting macro calls
Date: Wed, 30 Jun 2021 00:50:25 +0200

Stefan Monnier via Users list for the GNU Emacs text editor 
<help-gnu-emacs@gnu.org> writes:

>> Until now it seems to work ok.  The issue I have with it, is
>> instrumenting the macro calls with edebug.  Apparently edebug does not
>> understand that the forms are wrapped into (and ... ), and will evaluate
>> each of them even if some returns nil !
>
> Use `&rest form` instead of `def-body`.
> (you don't need the "def-" version here anyway).
>
>
>         Stefan

Thanks !



reply via email to

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