GNU bug report logs - #12049
24.1.50.1; lisp_file_lexically_bound_p does not handle local variables list

Previous Next

Package: emacs;

Reported by: Christopher Schmidt <christopher <at> ch.ristopher.com>

Date: Wed, 25 Jul 2012 23:53:02 UTC

Severity: wishlist

Tags: wontfix

Found in version 24.1.50.1

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Christopher Schmidt <christopher <at> ch.ristopher.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 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)
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




This bug report was last modified 12 years and 242 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.