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: Lexbind (was: Emacs 23.3 released) Date: Mon, 14 Mar 2011 11:51:00 -0400 Message-ID: References: <87sjuulr20.fsf@gmail.com> <87aah2p1s1.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1300119861 6254 80.91.229.12 (14 Mar 2011 16:24:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 14 Mar 2011 16:24:21 +0000 (UTC) Cc: emacs-devel@gnu.org To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 14 17:24:16 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 1PzAZ2-0008Al-AD for ged-emacs-devel@m.gmane.org; Mon, 14 Mar 2011 17:24:13 +0100 Original-Received: from localhost ([127.0.0.1]:44720 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PzASN-0005lM-4F for ged-emacs-devel@m.gmane.org; Mon, 14 Mar 2011 12:17:19 -0400 Original-Received: from [140.186.70.92] (port=55810 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PzASB-0004fd-Tf for emacs-devel@gnu.org; Mon, 14 Mar 2011 12:17:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PzAR3-0001OB-Rp for emacs-devel@gnu.org; Mon, 14 Mar 2011 12:15:58 -0400 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:39962) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PzAR3-0001Nv-PF for emacs-devel@gnu.org; Mon, 14 Mar 2011 12:15:57 -0400 Original-Received: from ceviche.home (lechon.iro.umontreal.ca [132.204.27.242]) by pruche.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id p2EGFsIp002551; Mon, 14 Mar 2011 12:15:54 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id DC5F8660D3; Mon, 14 Mar 2011 11:51:00 -0400 (EDT) In-Reply-To: (Juanma Barranquero's message of "Mon, 14 Mar 2011 15:52:35 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV3796=0 X-NAI-Spam-Version: 2.2.0.9286 : core <3796> : streams <608398> : uri <826479> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.22 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:137219 Archived-At: >> =A0 bzr revert -r ancestor:../trunk lisp/ldefs-boot.el >> I guess the patch below will fix those problem. > Yeah, lexbind-new bootstraps now fine on Windows. Great, thanks. Now on to actual run-time errors. Stefan