emacs-devel
[Top][All Lists]
Advanced

[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




reply via email to

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