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: Richard Stallman
Subject: Re: Strange change in backquote expansion
Date: Mon, 20 Aug 2007 11:16:31 -0400

    * (defmacro debug-macro-test (arg)
      ``(,,@(list (list arg))))

    DEBUG-MACRO-TEST
    * (macroexpand '(debug-macro-test foo))

    `(,(FOO))

Ok, that makes sense.

So this seems to be a real bug that we should fix.




reply via email to

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