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 Date: Mon, 21 Feb 2011 17:01:25 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1298325815 21472 80.91.229.12 (21 Feb 2011 22:03:35 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 21 Feb 2011 22:03:35 +0000 (UTC) Cc: emacs-devel@gnu.org To: Tom Tromey Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 21 23:03:30 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 1Prdqs-0003Fy-Ft for ged-emacs-devel@m.gmane.org; Mon, 21 Feb 2011 23:03:30 +0100 Original-Received: from localhost ([127.0.0.1]:48801 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Prdp3-0001Wp-0V for ged-emacs-devel@m.gmane.org; Mon, 21 Feb 2011 17:01:37 -0500 Original-Received: from [140.186.70.92] (port=33890 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Prdou-0001U0-6Z for emacs-devel@gnu.org; Mon, 21 Feb 2011 17:01:32 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Prdot-0006GP-7K for emacs-devel@gnu.org; Mon, 21 Feb 2011 17:01:28 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:28908 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Prdot-0006GF-50 for emacs-devel@gnu.org; Mon, 21 Feb 2011 17:01:27 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEAGtvYk1MCqhK/2dsb2JhbACmPnS7EIVeBIUNj1E X-IronPort-AV: E=Sophos;i="4.62,202,1297054800"; d="scan'208";a="92983574" Original-Received: from 76-10-168-74.dsl.teksavvy.com (HELO ceviche.home) ([76.10.168.74]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 21 Feb 2011 17:01:26 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id DFE67660D3; Mon, 21 Feb 2011 17:01:25 -0500 (EST) In-Reply-To: (Tom Tromey's message of "Sun, 20 Feb 2011 11:39:44 -0700") 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.181 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:136346 Archived-At: > I checked it out and did a make bootstrap. > It failed as appended. If it got to compiling eieio, then it didn't really fail ;-) Try "make -k", and you should see that only a handful of Elisp files trigger the above problem. In any case I believe I've fixed the above bug earlier today. OTOH I'm not actually sure that my fix is correct (it makes the compilation succeed but the resulting code might not be correct). Stefan