From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Lexical binding Date: Mon, 04 Apr 2011 12:05:55 -0400 Message-ID: References: <83fwq1ycue.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1301933850 29660 80.91.229.12 (4 Apr 2011 16:17:30 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 4 Apr 2011 16:17:30 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 04 18:17:26 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 1Q6mSx-0004ew-K3 for ged-emacs-devel@m.gmane.org; Mon, 04 Apr 2011 18:17:24 +0200 Original-Received: from localhost ([127.0.0.1]:36699 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q6mSv-0005AZ-5H for ged-emacs-devel@m.gmane.org; Mon, 04 Apr 2011 12:17:21 -0400 Original-Received: from [140.186.70.92] (port=55383 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q6mHw-0000hq-PA for emacs-devel@gnu.org; Mon, 04 Apr 2011 12:06:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q6mHv-0003lD-Dl for emacs-devel@gnu.org; Mon, 04 Apr 2011 12:06:00 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:20701 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q6mHu-0003kX-62; Mon, 04 Apr 2011 12:05:58 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEAJHrmU1Ld/Y6/2dsb2JhbAClYHiIebcUhWsElj8 X-IronPort-AV: E=Sophos;i="4.63,298,1299474000"; d="scan'208";a="103089255" Original-Received: from 75-119-246-58.dsl.teksavvy.com (HELO ceviche.home) ([75.119.246.58]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 04 Apr 2011 12:05:55 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 44694660C2; Mon, 4 Apr 2011 12:05:55 -0400 (EDT) In-Reply-To: <83fwq1ycue.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 01 Apr 2011 22:46:01 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.183 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:138126 Archived-At: >> Just a note that the lexbind branch has been merged into trunk, > Congrats. BTW: while I did a fair bit of work in the last few months to get this branch to a state that I find good enough with a minimum of impact to the existing code base, the congratulations should mostly go to Miles. He started the effort, got it close to a pretty good state, and then kept it up-to-date for many years. Also Igor Kuzmin who wrote the closure conversion code (which replaced some of Miles's original code; sorry Miles but I think the result is a lot easier to maintain/debug/improve) was an important contributor. Stefan