From: Christopher Schmidt <christopher@ch.ristopher.com>
To: 11782@debbugs.gnu.org
Subject: bug#11782: 24.1; closure is not self-quoting
Date: Mon, 25 Jun 2012 19:47:02 +0100 (BST) [thread overview]
Message-ID: <87d34nxm97@ch.ristopher.com> (raw)
I am not exactly sure if this is a bug, a feature or something that is
just undefined.
(funcall (eval (eval '(let ((var)) (lambda ())))))
works fine, whereas
(funcall (eval (eval '(let ((lex-var)) (lambda ())) t)))
does not work.
Backtrace:
Debugger entered--Lisp error: (void-function closure)
(closure ((lex-var) t) nil)
eval((closure ((lex-var) t) nil))
(funcall (eval (eval (quote (let ((lex-var)) (lambda nil))) t)))
eval((funcall (eval (eval (quote (let ((lex-var)) (lambda nil))) t))))
I am on GNU Emacs 24.1.1 (x86_64-unknown-linux-gnu, GTK+ Version
2.24.10).
Christopher
next reply other threads:[~2012-06-25 18:47 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-25 18:47 Christopher Schmidt [this message]
2012-07-20 12:12 ` bug#11782: 24.1; closure is not self-quoting Stefan Monnier
2012-07-20 13:38 ` Christopher Schmidt
2013-02-23 14:53 ` Christopher Schmidt
2013-05-28 20:40 ` Stefan Monnier
2013-05-28 22:35 ` Christopher Schmidt
2013-05-29 0:25 ` Stefan Monnier
2013-05-29 7:05 ` Christopher Schmidt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87d34nxm97@ch.ristopher.com \
--to=christopher@ch.ristopher.com \
--cc=11782@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.