all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#12049: 24.1.50.1; lisp_file_lexically_bound_p does not handle local variables list
@ 2012-07-25 23:45 Christopher Schmidt
  2012-07-26  1:40 ` Stefan Monnier
  0 siblings, 1 reply; 4+ messages in thread
From: Christopher Schmidt @ 2012-07-25 23:45 UTC (permalink / raw)
  To: 12049

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





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-07-29 22:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-25 23:45 bug#12049: 24.1.50.1; lisp_file_lexically_bound_p does not handle local variables list Christopher Schmidt
2012-07-26  1:40 ` Stefan Monnier
2012-07-26  1:50   ` Christopher Schmidt
2012-07-29 22:49     ` Glenn Morris

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.