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

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

Re: Effect of lexical binding upon function paramaters


From: Heime
Subject: Re: Effect of lexical binding upon function paramaters
Date: Fri, 04 Nov 2022 20:23:46 +0000

------- Original Message -------
On Friday, November 4th, 2022 at 7:30 PM, Stefan Monnier via Users list for the 
GNU Emacs text editor <help-gnu-emacs@gnu.org> wrote:


> > What I can see from this test below, formal parameters
> > ("arguments" in standard information interchange) are always
> > dynamic under dynabound, and always static under lexical
> 
> 
> Yup. Same holds for the var bound by `condition-case`. The binding
> constructs that can be "either/or" are `let` and `let*` (via
> `lexical-let` for the dynbound dialect and via `defvar` for the
> lexbound dialect).
> 
> 
> Stefan

So what are we to do or understand?




reply via email to

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