bug-gnu-emacs
[Top][All Lists]
Advanced

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

`[,@variable] signals error


From: Kalle Olavi Niemitalo
Subject: `[,@variable] signals error
Date: 02 Jun 2001 19:55:56 +0300

In GNU Emacs 20.6.1 (sparc-sun-solaris2.7, X toolkit)
 of Wed Mar  1 2000 on ees1

ELISP> (setq variable '(1 2 3))
(1 2 3)

ELISP> `[,@variable]
*** Eval error ***  Wrong type argument: listp, variable
ELISP> `[,@(identity variable)]
[1 2 3]

I think the first backquote should return [1 2 3] like the second one,
instead of signalling an error.



reply via email to

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