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

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

bug#11407: 24.0.96; Doc for lexical binding in Elisp manual


From: Stefan Monnier
Subject: bug#11407: 24.0.96; Doc for lexical binding in Elisp manual
Date: Fri, 04 May 2012 14:05:42 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux)

tags 11407 wontfix
thanks

> With the arrival of lexical scoping in Emacs 24, it is even more
> important, not less, that the Elisp manual document `lexical-let(*)'.

Why?  I intend to mark lexical-let as obsolete in 24.2.

> (defun foo (arg)
>   (lexical-let ((beta  (something)))
>     #'(lambda () (alpha arg beta))))
 
> Does the closure here treat ARG as lexically bound by the `defun', or is
> ARG a dynamically bound free var in the lambda?  I believe the answer it

The behavior is largely the result of some accidental design decisions
taken years ago in the implementation of lexical-let, and I have no
intention to document the result.


        Stefan





reply via email to

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