emacs-devel
[Top][All Lists]
Advanced

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

Re: lexical mumblings


From: Miles Bader
Subject: Re: lexical mumblings
Date: 27 Oct 2001 13:40:36 +0900

Miles Bader <address@hidden> writes:
> If `load' and `eval-region' just bound the variable `use-lexical-binding'
> to itself (e.g., (let ((use-lexical-binding use-lexical-binding)) ...)),
> Then (use-lexical-binding) could expand into (setq use-lexical-binding t),
> and the interpreted version of `let' could key off that...(!)

Well, obviously this doesn't solve the problem, I was confused.

I would be interested to know the details of how Andrew's interpreted
lexical version of let works -- I think the details will influence how
any larger framework behaves.

-Miles
-- 
97% of everything is grunge



reply via email to

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