From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.cc-mode.general,gmane.emacs.devel Subject: Re: Release of CC Mode 5.31 Date: Wed, 07 Dec 2005 23:54:00 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1134017721 670 80.91.229.2 (8 Dec 2005 04:55:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 8 Dec 2005 04:55:21 +0000 (UTC) Cc: eliz@gnu.org, mast@lysator.liu.se, romain@orebokech.com, emacs-devel@gnu.org, bug-cc-mode@gnu.org, henrik.enberg@telia.com, acm@muc.de Original-X-From: cc-mode-help-admin@lists.sourceforge.net Thu Dec 08 05:55:18 2005 Return-path: Original-Received: from lists-outbound.sourceforge.net ([66.35.250.225]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EkDo7-0002PN-KH for sf-cc-mode-help@m.gmane.org; Thu, 08 Dec 2005 05:55:03 +0100 Original-Received: from sc8-sf-list1-b.sourceforge.net (sc8-sf-list1-b.sourceforge.net [10.3.1.7]) by sc8-sf-spam2.sourceforge.net (Postfix) with ESMTP id D47F716747; Wed, 7 Dec 2005 20:55:02 -0800 (PST) Original-Received: from sc8-sf-mx1-b.sourceforge.net ([10.3.1.91] helo=mail.sourceforge.net) by sc8-sf-list1.sourceforge.net with esmtp (Exim 4.30) id 1EkDnj-00005t-RU for cc-mode-help@lists.sourceforge.net; Wed, 07 Dec 2005 20:54:39 -0800 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by mail.sourceforge.net with esmtps (TLSv1:DES-CBC3-SHA:168) (Exim 4.44) id 1EkDni-0007zY-NX for cc-mode-help@lists.sourceforge.net; Wed, 07 Dec 2005 20:54:40 -0800 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1EkDn6-00040p-Ac; Wed, 07 Dec 2005 23:54:00 -0500 Original-To: Stefan Monnier In-reply-to: (message from Stefan Monnier on Wed, 07 Dec 2005 14:51:22 -0500) X-Spam-Score: 0.0 (/) X-Spam-Report: Spam Filtering performed by sourceforge.net. See http://spamassassin.org/tag/ for more details. Report problems to http://sf.net/tracker/?func=add&group_id=1&atid=200001 Original-Sender: cc-mode-help-admin@lists.sourceforge.net Errors-To: cc-mode-help-admin@lists.sourceforge.net X-BeenThere: cc-mode-help@lists.sourceforge.net X-Mailman-Version: 2.0.9-sf.net Precedence: bulk List-Unsubscribe: , List-Id: Bug reports, feature requests, and general talk about CC Mode. List-Post: List-Help: List-Subscribe: , List-Archive: X-Original-Date: Wed, 07 Dec 2005 23:54:00 -0500 Xref: news.gmane.org gmane.emacs.cc-mode.general:2771 gmane.emacs.devel:47202 Archived-At: Note that e.g. if we change the dolist macro, it's not enough to recompile subr.el before the other files, since we also need to redump the executable after recompiling subr.el. Bootstrapping ought to handle this case properly, right? I do not want to introduce dependency information about macros in subr.el and other preloaded files. It would be a lot of added complexity, a lot of work, and not worth the trouble. However, for macros defined in non-preloaded files, the files that use them should use `require' to insure they are loaded before they are needed. This way, deleting the .elc files for the macro definitions ought to be enough to make them work properly. ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click