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

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

Re: Compiling a recursive macro


From: Michael Heerdegen
Subject: Re: Compiling a recursive macro
Date: Thu, 11 Jun 2020 23:32:30 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Douglas Lewan <d.lewan2000@gmail.com> writes:

> (defmacro mmm ()
>     (cond ((at-root-p)
>            do  tree-wide stuff)
>           (t
>            (with-current-buffer root (mmm)))

That really looks like this shouldn't be a macro.  Why do you want this
to be a macro?

Michael.




reply via email to

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