emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] hack-one-local-variable use lexical-binding


From: Stefan Monnier
Subject: Re: [PATCH] hack-one-local-variable use lexical-binding
Date: Sun, 29 Nov 2020 15:38:11 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

> The only outstanding question to me is whether users would be able to
> control whether the eval local variable uses lexical binding at all
> even in the future. I can imagine that when the switch to
> lexical-binding being t by default happens there will be a need for an
> escape hatch

The lexical-binding dialect of ELisp already offers both dynamically
scoped bindings and statically scoped bindings (controlled by the use
of things like `defvar` and `dlet` to declare that a var should use dynamic
scoping).


        Stefan




reply via email to

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