emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] New convenience macros


From: Stefan Monnier
Subject: Re: [PATCH] New convenience macros
Date: Thu, 23 Aug 2007 10:47:36 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux)

>   (if (and (featurep 'simple) (featurep 'xemacs)) a b)
> warns about free variables for both `a' and `b'.  So I think having the

That's a valid criticism, but I fail to see how your macros would fare any
better on the above kind of code.  I.e. what code would you write instead of
the above, using your macros?


        Stefan


PS: Of course while Johan's comment that the compiler could do better is
true, the fact is that it currently doesn't and that noone has volunteered
to improve it in this respect.




reply via email to

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