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: Stefan Monnier
Subject: Re: Effect of lexical binding upon function paramaters
Date: Fri, 04 Nov 2022 15:30:50 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

> 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




reply via email to

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