emacs-devel
[Top][All Lists]
Advanced

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

Re: Strange change in backquote expansion


From: Sascha Wilde
Subject: Re: Strange change in backquote expansion
Date: Wed, 22 Aug 2007 22:33:48 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux)

Stefan Monnier <address@hidden> wrote:
>> Old Emacs (including 22.0):
>> (defmacro debug-macro-test (arg)
>>   ``(,,@(list (list arg))))
>
>> (macroexpand '(debug-macro-test foo))
>> => (list (foo))
>
> I believe the patch below fixes it (installed on the 22 branch).

I can confirm that your patch fixes the problem for my example code as
well as for the original code.  Can it be installed to trunk to?

cheers
sascha
-- 
Sascha Wilde
"The primary difference [...] is that the Java program will reliably
and obviously crash, whereas the C program will do something obscure."  
   -- Java Language Tutorial




reply via email to

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