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: Wed, 20 Apr 2005 20:08:46 +0300 Message-ID: <01c545cb$Blat.v2.4$c2296ea0@zahav.net.il> References: <42661B71.6010504@gnu.org> <87acntwwlf.fsf@xs4all.nl> <42663EA6.5080906@gnu.org> 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 1114017269 9877 80.91.229.2 (20 Apr 2005 17:14:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 20 Apr 2005 17:14:29 +0000 (UTC) Cc: Lute.Kamstra.lists@xs4all.nl, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 20 19:14:28 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DOIle-0002wX-GH for ged-emacs-devel@m.gmane.org; Wed, 20 Apr 2005 19:13:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DOIqC-0003Ke-IW for ged-emacs-devel@m.gmane.org; Wed, 20 Apr 2005 13:18:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DOIpO-0002zA-DB for emacs-devel@gnu.org; Wed, 20 Apr 2005 13:17:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DOIpM-0002yM-Kq for emacs-devel@gnu.org; Wed, 20 Apr 2005 13:17:30 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DOIpM-0001e7-Gh for emacs-devel@gnu.org; Wed, 20 Apr 2005 13:17:28 -0400 Original-Received: from [192.114.186.24] (helo=legolas.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DOIoY-0002eu-Ni; Wed, 20 Apr 2005 13:16:39 -0400 Original-Received: from zaretski (IGLD-84-228-238-98.inter.net.il [84.228.238.98]) by legolas.inter.net.il (MOS 3.5.6-GR) with ESMTP id EFB34469 (AUTH halo1); Wed, 20 Apr 2005 20:13:46 +0300 (IDT) Original-To: Jason Rumney X-Mailer: emacs 22.0.50 (via feedmail 8 I) and Blat ver 2.4 In-reply-to: <42663EA6.5080906@gnu.org> (message from Jason Rumney on Wed, 20 Apr 2005 12:36:06 +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:36175 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:36175 > Date: Wed, 20 Apr 2005 12:36:06 +0100 > From: Jason Rumney > Cc: Emacs Devel > > There was an old generic.elc that didn't get cleaned out by the > bootstrap. This is probably the biggest problem caused by moving files > around, CVS might delete the old .el file, but the .elc gets left behind. 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?