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: Emacs 23.3 released Date: Fri, 11 Mar 2011 15:18:02 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1299882178 433 80.91.229.12 (11 Mar 2011 22:22:58 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 11 Mar 2011 22:22:58 +0000 (UTC) Cc: Juanma Barranquero , emacs-devel@gnu.org To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 11 23:22:53 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 1PyAjU-0004AS-9a for ged-emacs-devel@m.gmane.org; Fri, 11 Mar 2011 23:22:52 +0100 Original-Received: from localhost ([127.0.0.1]:48322 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PyAjS-0000hV-QH for ged-emacs-devel@m.gmane.org; Fri, 11 Mar 2011 17:22:50 -0500 Original-Received: from [140.186.70.92] (port=42956 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PyAjK-0000fs-7D for emacs-devel@gnu.org; Fri, 11 Mar 2011 17:22:43 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PyAjI-0007Fb-9l for emacs-devel@gnu.org; Fri, 11 Mar 2011 17:22:41 -0500 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:49880) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PyAjI-0007FU-7O for emacs-devel@gnu.org; Fri, 11 Mar 2011 17:22:40 -0500 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 p2BMMbsp001194; Fri, 11 Mar 2011 17:22:37 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id AFFF6663E0; Fri, 11 Mar 2011 15:18:02 -0500 (EST) In-Reply-To: (Andreas Schwab's message of "Fri, 11 Mar 2011 10:44:03 +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 RV3793=0 X-NAI-Spam-Version: 2.2.0.9286 : core <3793> : streams <607307> : uri <824194> 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:137126 Archived-At: >>> Trying to bootstrap it on Windows I get 15 errors of the kind >>> Debugger entered--Lisp error: (cyclic-function-indirection vc-update) >> Hmm... I don't remember seeing such errors and I can't think of what >> change in lexbind could get us there. Any chance you didn't start from >> a clean tree? > Did you keep ldefs-boot.el up-to-date? The new branch introduces little if any changes w.r.t autoloads. Most/all new functions are in cconv.el which is `require'd when needed (tho it's also autoloaded). So, no I haven't touched ldefs-boot.el and am happy for it because I avoid merge conflicts this way ;-) Stefan