From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: Current CVS doesn't bootstrap Date: Sun, 7 Nov 2004 20:03:00 -0600 (CST) Message-ID: <200411080203.iA8230t04465@raven.dms.auburn.edu> References: <01c4c3f3$Blat.v2.2.2$7e8aa060@zahav.net.il> <01c4c41c$Blat.v2.2.2$0fa338a0@zahav.net.il> <200411062248.iA6MmEm29919@raven.dms.auburn.edu> <01c4c487$Blat.v2.2.2$d4c31400@zahav.net.il> <200411071743.iA7Hhfi01732@raven.dms.auburn.edu> <01c4c519$Blat.v2.2.2$30b5eda0@zahav.net.il> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1099879525 10319 80.91.229.6 (8 Nov 2004 02:05:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 8 Nov 2004 02:05:25 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 08 03:05:11 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CQyu7-00076x-00 for ; Mon, 08 Nov 2004 03:05:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CQz2R-0004JG-Qw for ged-emacs-devel@m.gmane.org; Sun, 07 Nov 2004 21:13:47 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CQz2J-0004Ha-6Y for emacs-devel@gnu.org; Sun, 07 Nov 2004 21:13:39 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CQz2H-0004HC-NW for emacs-devel@gnu.org; Sun, 07 Nov 2004 21:13:37 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CQz2H-0004H8-LO for emacs-devel@gnu.org; Sun, 07 Nov 2004 21:13:37 -0500 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CQysV-00088F-SC; Sun, 07 Nov 2004 21:03:32 -0500 Original-Received: from raven.dms.auburn.edu (raven.dms.auburn.edu [131.204.53.29]) by manatee.dms.auburn.edu (8.12.10/8.12.10) with ESMTP id iA823VFu019179; Sun, 7 Nov 2004 20:03:31 -0600 (CST) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.7p1+Sun/8.11.7) id iA8230t04465; Sun, 7 Nov 2004 20:03:00 -0600 (CST) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: eliz@gnu.org In-reply-to: <01c4c519$Blat.v2.2.2$30b5eda0@zahav.net.il> (eliz@gnu.org) 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: main.gmane.org gmane.emacs.devel:29548 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29548 Eli Zaretskii wrote: (Btw, I still didn't see any explanation why a "cvs up" that updates easymenu.el causes a failure to load cl-macs, which was the specific problem I reported. Without seeing such an explanation, this entire argument sounds a bit academic to me.) Do you have any evidence that it are the changes to easymenu.el that caused your problem? Changes in byte compilation often require recompilation. There was a non-trivial change to bytecomp.el five days ago. Some of the changes apparently affected cl. I did not study the changes in detail and hence I do not really know, but they could be an explanation for your problem. Sincerely, Luc.