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

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

Re: How do I pass a variable defined in a wrapping let, to a lambda?


From: Stefan Monnier
Subject: Re: How do I pass a variable defined in a wrapping let, to a lambda?
Date: Fri, 11 Mar 2022 23:52:32 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Eric Abrahamsen [2022-03-11 15:04:30] wrote:
> They've got a lexical-binding cookie at the top of the file, but you don't! :)

That's right.
Nowadays, *all* files with a `.el` extension should have
`-*- lexical-binding:t -*-` somewhere on their first line.

Emacs-28 gives an orange `/d` warning in the modeline when that line
is missing (and uses a discrete `/l` instead when the line is present).
And you can click on the `/d` to fix the problem.


        Stefan




reply via email to

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