emacs-devel
[Top][All Lists]
Advanced

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

Re: Generators (iterators) for Gnu Emacs


From: Michael Heerdegen
Subject: Re: Generators (iterators) for Gnu Emacs
Date: Fri, 05 Dec 2014 18:12:54 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Stefan Monnier <address@hidden> writes:

> > Uh what?  The whole point of the make-symbol abomination is to get a
> > symbol uniquely used by only one instance of the lambda function.
> > This is _exactly_ in order to _not_ require lexical binding.
>
> AFAICT this make-symbol is there to avoid name capture.

Yes, that had been the intention. To make it work with dynamic callers,
I would have to defvar the uninterned symbol. Dunno if it's worth it.

Michael.




reply via email to

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