all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: E Sabof <esabof@gmail.com>
To: 15070@debbugs.gnu.org
Subject: bug#15070: 24.3.50.1; eval-buffer ignores the buffer local value of lexical-binding.
Date: Sun, 11 Aug 2013 14:16:11 +0100	[thread overview]
Message-ID: <CAEp6DyawAKA_6-HVkv7gpa7ck5uqub5Pfgimdcy2tHo_eqD5+w@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 309 bytes --]

In emacs -Q:

    M-: (setq lexical-binding t)

paste the following:

    (funcall
     (let ((a 5))
       (lambda ()
         a)))

M-x eval-buffer
The error (void-variable a) will be thrown.

The snippet will be evaluated correctly, only if one inserts

    ;; -*- lexical-binding:t -*-

on the first line

[-- Attachment #2: Type: text/html, Size: 596 bytes --]

                 reply	other threads:[~2013-08-11 13:16 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=CAEp6DyawAKA_6-HVkv7gpa7ck5uqub5Pfgimdcy2tHo_eqD5+w@mail.gmail.com \
    --to=esabof@gmail.com \
    --cc=15070@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.