bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#30301: 26.0.91; setting lexical-binding with C-M-x vs M-x eval-buffe


From: Charles A. Roelli
Subject: bug#30301: 26.0.91; setting lexical-binding with C-M-x vs M-x eval-buffer
Date: Wed, 31 Jan 2018 11:41:45 +0100

>From the *scratch* buffer in emacs -q, type:

(setq-local lexical-binding t) M-x eval-buffer RET

Afterwards, M-: lexical-binding RET shows "nil", but I expect to see
"t".

If you instead type C-M-x in *scratch*, then M-: lexical-binding RET
does show "t".

For recent discussion also see Bug#30078, which is about turning on
lexical-binding in M-: (eval-expression) -- a different but related
issue.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]