From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: MH-E 7.4.4 checked in Date: Sat, 17 Jul 2004 12:34:10 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <9743-Sat17Jul2004123408+0300-eliz@gnu.org> References: <1890.1089689203@newt.com> <2914-Tue13Jul2004070451+0300-eliz@gnu.org> <3589.1089692661@newt.com> <2914-Tue13Jul2004215551+0300-eliz@gnu.org> <30509.1089781796@newt.com> <6654-Fri16Jul2004152801+0300-eliz@gnu.org> <8011-Fri16Jul2004163116+0300-eliz@gnu.org> <23643.1089986972@trantor.xilinx.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1090056958 15984 80.91.224.253 (17 Jul 2004 09:35:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 17 Jul 2004 09:35:58 +0000 (UTC) Cc: wohler@newt.com, mh-e-devel@lists.sourceforge.net, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sat Jul 17 11:35:48 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Bllbg-0002uu-00 for ; Sat, 17 Jul 2004 11:35:48 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1Bllbf-0006us-00 for ; Sat, 17 Jul 2004 11:35:48 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BlleF-0007gk-Dc for emacs-devel@quimby.gnus.org; Sat, 17 Jul 2004 05:38:27 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Blle7-0007fQ-8X for emacs-devel@gnu.org; Sat, 17 Jul 2004 05:38:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Blle3-0007b4-5o for emacs-devel@gnu.org; Sat, 17 Jul 2004 05:38:18 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Blle2-0007b1-RZ for emacs-devel@gnu.org; Sat, 17 Jul 2004 05:38:15 -0400 Original-Received: from [192.114.186.23] (helo=aragorn.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BllbN-0006B5-7q for emacs-devel@gnu.org; Sat, 17 Jul 2004 05:35:29 -0400 Original-Received: from zaretski ([80.230.154.144]) by aragorn.inter.net.il (MOS 3.4.6-GR) with ESMTP id DUH52464; Sat, 17 Jul 2004 12:35:05 +0300 (IDT) Original-To: "Satyaki Das" X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <23643.1089986972@trantor.xilinx.com> (satyaki@theforce.stanford.edu) 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: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:25784 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:25784 > From: "Satyaki Das" > Date: Fri, 16 Jul 2004 07:09:32 -0700 > > > > In toplevel form: > > mh-e/mh-utils.el:55:1:Error: Invalid function: (macro lambda nil (if (eq (car (macroexpand (quote (setf (gethash foo bar) baz)))) (quote cl-puthash)) (\` (require (quote cl))) (\` (eval-when-compile (require (quote cl)))))) > > A new macro mh-require-cl was added. As a result you need to > remove the old .elc files before proper compilation of Emacs can > happen. > > I just removed all the *.elc files in lisp/mh-e and could > recompile without any problems. Is this what you tried? No, I removed only the 6 *.elc files whose recompilation failed. I now removed all the *.elc files in the mh-e directory, and then "make recompile" did work. Thanks. I still think that either MH-E or lisp/Makefile.in (or both) should be changed so as not to require such manual deletions. We have a number of other Lisp packages (Eshell, CC-Mode, Ediff, etc.) with subtle dependencies among their *.el files, but "make recompile" always does TRT for them.