[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Should lexical-let use let in the situation lexical-binding is t ?
From: |
Richard Stallman |
Subject: |
Re: Should lexical-let use let in the situation lexical-binding is t ? |
Date: |
Tue, 18 Sep 2012 18:42:39 -0400 |
As mentioned in my reply there, the two aren't quite compatible (because
(lexical-let ((tab-width 4)) foo) will be a lexical binding, whereas
(let ((tab-width 4)) foo) will be a dynamic binding)
Is it really a sensible thing to make a lexical binding for a variable
that is normally dynamic?
--
Dr Richard Stallman
President, Free Software Foundation
51 Franklin St
Boston MA 02110
USA
www.fsf.org www.gnu.org
Skype: No way! That's nonfree (freedom-denying) software.
Use Ekiga or an ordinary phone call
- Should lexical-let use let in the situation lexical-binding is t ?, Tomohiro Matsuyama, 2012/09/18
- Re: Should lexical-let use let in the situation lexical-binding is t ?, Stefan Monnier, 2012/09/18
- Re: Should lexical-let use let in the situation lexical-binding is t ?,
Richard Stallman <=
- Re: Should lexical-let use let in the situation lexical-binding is t ?, Stefan Monnier, 2012/09/18
- Re: Should lexical-let use let in the situation lexical-binding is t ?, Richard Stallman, 2012/09/19
- Re: Should lexical-let use let in the situation lexical-binding is t ?, Stefan Monnier, 2012/09/19
- Re: Should lexical-let use let in the situation lexical-binding is t ?, Sam Steingold, 2012/09/19
- Re: Should lexical-let use let in the situation lexical-binding is t ?, Stefan Monnier, 2012/09/19
- Re: Should lexical-let use let in the situation lexical-binding is t ?, Sam Steingold, 2012/09/20
Re: Should lexical-let use let in the situation lexical-binding is t ?, Sam Steingold, 2012/09/18
Re: Should lexical-let use let in the situation lexical-binding is t ?, Tomohiro Matsuyama, 2012/09/21