emacs-devel
[Top][All Lists]
Advanced

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

Re: macroexpand-all


From: Kim F. Storm
Subject: Re: macroexpand-all
Date: 09 Feb 2004 17:55:34 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

Miles Bader <address@hidden> writes:

> One of the cl functions Martin wanted for cc-mode was `macroexpand-all'.
> 
> I'd like to add the following file to emacs, `lisp/emacs-lisp/macroexp.el',
> which implements `macroexpand-all'.  I wrote it for my lexical-binding
> branch, in which _all_ compiler macroexpansion is done using macroexpand-all
> on top-level file forms, so it's received a fair bit of testing (at least,
> all of emacs lisp code has passed through it :-).
> 
> One unusual point is that this implementation also tries to avoid consing in
> the case where a form contains no macros (as is true of many).
> 
> Any objections/comments?
> 

I don't mind.  It should go into emacs-lisp directory.

-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

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