From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Daniel Colascione Newsgroups: gmane.emacs.devel Subject: Re: Lexical binding Date: Fri, 01 Apr 2011 13:04:28 -0700 Message-ID: <4D962FCC.30800@gmail.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1301688288 8065 80.91.229.12 (1 Apr 2011 20:04:48 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 1 Apr 2011 20:04:48 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 01 22:04:44 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Q5kaJ-00036J-Py for ged-emacs-devel@m.gmane.org; Fri, 01 Apr 2011 22:04:43 +0200 Original-Received: from localhost ([127.0.0.1]:59208 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q5kaI-0002WL-Vq for ged-emacs-devel@m.gmane.org; Fri, 01 Apr 2011 16:04:43 -0400 Original-Received: from [140.186.70.92] (port=52822 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q5kaA-0002Sa-4y for emacs-devel@gnu.org; Fri, 01 Apr 2011 16:04:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q5ka9-0002R8-5i for emacs-devel@gnu.org; Fri, 01 Apr 2011 16:04:34 -0400 Original-Received: from mail-pv0-f169.google.com ([74.125.83.169]:58594) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q5ka9-0002R4-16 for emacs-devel@gnu.org; Fri, 01 Apr 2011 16:04:33 -0400 Original-Received: by pvg4 with SMTP id 4so1019744pvg.0 for ; Fri, 01 Apr 2011 13:04:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=QX6Hn2436IT97C33rfaezL7g8GmXXDD0wcNj6pcnn1Q=; b=Yx6fBF1sREKCcRpna+E9s1Wz6yjG6069iGwAY+pMS8OR49lzY/IYRwrjbsyBBVxwTP Rdv+EGc7SRkwE4mErZyVN7wTQPOHrZMNTKnAZZkxwHz3bsWO1hmNZXnVcpYMD3fCvZm8 bKsp8IhgwWgPkpaZUicmMYw3SrhPPFc63KuMA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=KFA2gfe5nJG+ecMHhPMFQjZzsyx3k54Ztmw49mnghEPDlmDussPQVy81cHNFLMdG2x TdyD78OhjyX60wLqXvRv6USQwBo4hAfYFwrlg90C1XEXjomWxLVLEnls9gE99209NrP/ JypnTW3+2/422tyqGyfEiR9SP+srvN8e1P7Qw= Original-Received: by 10.143.153.18 with SMTP id f18mr3425095wfo.114.1301688271086; Fri, 01 Apr 2011 13:04:31 -0700 (PDT) Original-Received: from [0.0.0.0] (c-67-183-23-114.hsd1.wa.comcast.net [67.183.23.114]) by mx.google.com with ESMTPS id w11sm3320192wfh.6.2011.04.01.13.04.29 (version=SSLv3 cipher=OTHER); Fri, 01 Apr 2011 13:04:29 -0700 (PDT) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 74.125.83.169 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:138024 Archived-At: On 4/1/2011 10:32 AM, Stefan Monnier wrote: ^^^^^^^^^^^^^^^^^ You couldn't wait just one more day? :-) > Just a note that the lexbind branch has been merged into trunk, Congratulations. This is great news. Now let's get everything under lisp/ compiling with lexbind, wait a few releases for the ecosystem to stabilize, and rip out (null dynamic-binding) binding support. :)