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: lexbind Date: Thu, 17 Feb 2011 17:10:54 -0500 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1297980671 31291 80.91.229.12 (17 Feb 2011 22:11:11 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 17 Feb 2011 22:11:11 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 17 23:11:07 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 1PqC3z-0000KE-Cw for ged-emacs-devel@m.gmane.org; Thu, 17 Feb 2011 23:11:03 +0100 Original-Received: from localhost ([127.0.0.1]:39662 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PqC3y-0006Fd-Sz for ged-emacs-devel@m.gmane.org; Thu, 17 Feb 2011 17:11:02 -0500 Original-Received: from [140.186.70.92] (port=51321 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PqC3t-0006FW-JB for emacs-devel@gnu.org; Thu, 17 Feb 2011 17:11:00 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PqC3s-0002wi-2h for emacs-devel@gnu.org; Thu, 17 Feb 2011 17:10:57 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:29234 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PqC3s-0002wM-0N for emacs-devel@gnu.org; Thu, 17 Feb 2011 17:10:56 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AmAHAFUrXU1FxKd1/2dsb2JhbACYFI4LdLtyhV4EhQqPTw X-IronPort-AV: E=Sophos;i="4.62,182,1297054800"; d="scan'208";a="92039223" Original-Received: from 69-196-167-117.dsl.teksavvy.com (HELO ceviche.home) ([69.196.167.117]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 17 Feb 2011 17:10:55 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id B33F966188; Thu, 17 Feb 2011 17:10:54 -0500 (EST) 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:136153 Archived-At: Just a heads up that the lexbind-new branch is moving forward. It's not yet ready for inclusion (still a few things to clean up and a few more to change), but I finally got it to run mpc.el (compiled using lexical-binding). Stefan