emacs-devel
[Top][All Lists]
Advanced

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

Re: lexical mumblings


From: Richard Stallman
Subject: Re: lexical mumblings
Date: Sun, 28 Oct 2001 22:16:28 -0700 (MST)

     - having `llet' and `dlet' as "main" forms and `let' as an alias to one
       of them (`dlet' by default); then (use-lexical-binding) would just do
       (defalias 'let 'llet)

     - adding CL `special' declarations, and making `let' a macro,
       like I have in CLOCC/CLLIB/elisp.lisp:

Neither of these will work correctly--they have the wrong scoping ;-).
The correct behavior is that code which was read in as lexical is
always lexical, and code that was read in as dynamic is always
dynamic.




reply via email to

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