emacs-devel
[Top][All Lists]
Advanced

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

Re: lexical-binding is turned on in more use cases


From: Stefan Monnier
Subject: Re: lexical-binding is turned on in more use cases
Date: Sun, 08 Mar 2020 12:35:22 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

> Commit e08e0880f made lexical-binding be non-nil in more use cases,
> but the NEWS entry doesn't say how to get back the old behavior.  Is
> there a way of getting back the old behavior, say, for M-: or for
> "--eval" options?

Not really, no.  You can do things like replacing `<foo>` with `(eval
'<foo>)` or adding a bunch of `(defvar <bar>)`, but there's no
config var to get back the old behavior.


        Stefan




reply via email to

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