|
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.
[Prev in Thread] | Current Thread | [Next in Thread] |