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

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

Re: Instrumenting macro calls


From: Stefan Monnier
Subject: Re: Instrumenting macro calls
Date: Tue, 29 Jun 2021 18:16:32 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

> 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




reply via email to

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