From: Christopher Schmidt <christopher@ch.ristopher.com>
To: 12049@debbugs.gnu.org
Subject: bug#12049: 24.1.50.1; lisp_file_lexically_bound_p does not handle local variables list
Date: Thu, 26 Jul 2012 00:45:43 +0100 (BST) [thread overview]
Message-ID: <87vchbo15q@ch.ristopher.com> (raw)
lisp_file_lexically_bound_p does not handle local variables lists. This
will make eval-buffer ignore the file-local value of lexical-binding if
it is specified in such a list.
Recipe: emacs -q, C-x b *scratch* RET, insert the following snippet, M-x
eval-buffer RET, M-: (rms) RET.
(defun rms ()
(let ((emacs 'vim-tiny))
(lambda ())))
;; Local Variables:
;; lexical-binding: t
;; End:
Christopher
next reply other threads:[~2012-07-25 23:45 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-25 23:45 Christopher Schmidt [this message]
2012-07-26 1:40 ` bug#12049: 24.1.50.1; lisp_file_lexically_bound_p does not handle local variables list Stefan Monnier
2012-07-26 1:50 ` Christopher Schmidt
2012-07-29 22:49 ` Glenn Morris
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87vchbo15q@ch.ristopher.com \
--to=christopher@ch.ristopher.com \
--cc=12049@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 public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).