"rgb" <[EMAIL PROTECTED]> writes:

>> I'm experiencing problems with nested backquotes in Emacs lisp:
>>
>> Emacs 21 says:
>>
>> ELISP> ``( ,,(+ 1 2))
>> (cons
>>  (+ 1 2))
>
> On 22.0.50 I'm getting (list 3)

Surprisingly, backquote.el hasn't changed much. Loading backquote.el
from CVS on my Emacs 21 "works" (in the sense that it doesn't break my
Emacs), but still gets the same result.

So, I'm still looking for a portable solution ... :-(

The goal would be to implement this:

  https://mail.gna.org/public/xtla-el-dev/2004-11/msg00078.html

Or the variant

  https://mail.gna.org/public/xtla-el-dev/2004-12/msg00001.html

in Xtla, without droping support for GNU Emacs 22.

-- 
Matthieu
_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to