[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lexical-binding questions
From: |
egnarts-ms |
Subject: |
Re: lexical-binding questions |
Date: |
Tue, 15 May 2012 10:54:26 -0700 (PDT) |
Johan Bockgård-4 wrote:
>
> Also, it reminded my of this:
>
> (setq lexical-binding t)
>
> (let ((t 0)) t) => error
>
> (let ((nil 0)) nil) => 0
>
Thanks Johan, a very good observation.. I don't think this is a very serious
bug, but nevertheless. Quite an inconsistent behavior.
--
View this message in context:
http://old.nabble.com/lexical-binding-questions-tp33799305p33849639.html
Sent from the Emacs - Dev mailing list archive at Nabble.com.
- Re: lexical-binding questions, (continued)
Re: lexical-binding questions, egnarts-ms, 2012/05/13