From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: Splitting and moving generic.el. Date: Thu, 21 Apr 2005 06:27:33 +0300 Message-ID: <01c54622$Blat.v2.4$c1f4b780@zahav.net.il> References: <42661B71.6010504@gnu.org> <87acntwwlf.fsf@xs4all.nl> <42663EA6.5080906@gnu.org> <01c545cb$Blat.v2.4$c2296ea0@zahav.net.il> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7BIT X-Trace: sea.gmane.org 1114054334 20294 80.91.229.2 (21 Apr 2005 03:32:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 21 Apr 2005 03:32:14 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 21 05:32:12 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DOSQ4-0003KZ-Ax for ged-emacs-devel@m.gmane.org; Thu, 21 Apr 2005 05:32:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DOSUh-00070K-Qm for ged-emacs-devel@m.gmane.org; Wed, 20 Apr 2005 23:36:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DOSTV-0006bI-Lw for emacs-devel@gnu.org; Wed, 20 Apr 2005 23:35:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DOSTT-0006aS-Kr for emacs-devel@gnu.org; Wed, 20 Apr 2005 23:35:33 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DOSTT-0006OI-IL for emacs-devel@gnu.org; Wed, 20 Apr 2005 23:35:31 -0400 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DOSTC-0000MD-4O; Wed, 20 Apr 2005 23:35:14 -0400 Original-Received: from zaretski (IGLD-84-228-238-98.inter.net.il [84.228.238.98]) by romy.inter.net.il (MOS 3.5.6-GR) with ESMTP id BAU26123 (AUTH halo1); Thu, 21 Apr 2005 06:32:38 +0300 (IDT) Original-To: Jason Rumney X-Mailer: emacs 22.0.50 (via feedmail 8 I) and Blat ver 2.4 In-reply-to: (message from Jason Rumney on Wed, 20 Apr 2005 21:58:02 +0100) 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:36220 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:36220 > Cc: Lute.Kamstra.lists@xs4all.nl, emacs-devel@gnu.org > From: Jason Rumney > Date: Wed, 20 Apr 2005 21:58:02 +0100 > > "Eli Zaretskii" writes: > > > > > It's an annoyance, yes. But the build process runs > > list-load-path-shadows that should pinpoint such stale *.elc files. > > Doesn't it work for you? > > I think the problem was that I was not running make bootstrap, due to > the fact that it takes a long time list-load-path-shadows is run in a normal build as well, not only during bootstrap. > and also something in my > environment has changed in the last couple of months that causes it to > fail while creating loaddefs.el with "Invalid escape sequence". Perhaps this loaddefs.el error caused the build to abort before it got to running list-load-path-shadows.