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

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

Re: Lambdas for beginners broken - help, please


From: Eduardo Ochs
Subject: Re: Lambdas for beginners broken - help, please
Date: Thu, 25 Jul 2024 06:44:27 -0300

On Thu, 25 Jul 2024 at 02:19, Eli Zaretskii <eliz@gnu.org> wrote:
>
> > Date: Wed, 24 Jul 2024 22:03:48 +0200
> > From:  Michael Heerdegen via Users list for the GNU Emacs text editor 
> > <help-gnu-emacs@gnu.org>
> >
> > Agreed, this is at least misleading.  Stefan, Eli?
>
> What is misleading?
>
> I admit that I don't have a clear understanding of the issue: I don't
> understand what Eduardo wants to do in the first place, nor which
> version of Emacs broke what he did or why.  So maybe wait for Stefan
> to chime in.

Hi Eli,

lambda used to be:

  self-quoting in dynamic binding,
  non-self-quoting in lexical binding.

Now lambda is:

  non-self-quoting in dynamic binding,
  non-self-quoting in lexical binding.

So its docstring needs to be updated.

  Cheers,
    Eduardo



reply via email to

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