Bug#402790: Problem with nested backquotes

2006-12-15 Thread Florent Rougon
Hi, I forgot to mention that the bug does *not* happen under Edebug, even in Emacs21. -- Florent -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#402790: Problem with nested backquotes

2006-12-12 Thread Florent Rougon
Package: emacs21 Version: 21.4a+1-2 Severity: normal Hi, Evaluating the following form fails on Emacs 21 (both in sarge and sid): (setq bar '(2 3 4) baz (eval `(list `(t 1) ,@bar))) This results in the following backtrace: Debugger entered--Lisp error: (void-variable \,@bar)