From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.cc-mode.general,gmane.emacs.devel Subject: Re: Release of CC Mode 5.31 Date: Tue, 6 Dec 2005 12:11:58 +0000 (GMT) Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: sea.gmane.org 1133871518 2331 80.91.229.2 (6 Dec 2005 12:18:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 6 Dec 2005 12:18:38 +0000 (UTC) Cc: henrik.enberg@telia.com, romain@orebokech.com, bug-cc-mode@gnu.org, mast@lysator.liu.se, emacs-devel@gnu.org Original-X-From: cc-mode-help-admin@lists.sourceforge.net Tue Dec 06 13:18:34 2005 Return-path: Original-Received: from lists-outbound.sourceforge.net ([66.35.250.225]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Ejbkr-0001lu-7S for sf-cc-mode-help@m.gmane.org; Tue, 06 Dec 2005 13:17:09 +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 7011C13A0E; Tue, 6 Dec 2005 04:17:08 -0800 (PST) Original-Received: from sc8-sf-mx2-b.sourceforge.net ([10.3.1.92] helo=mail.sourceforge.net) by sc8-sf-list1.sourceforge.net with esmtp (Exim 4.30) id 1Ejbjw-0008KD-6F for cc-mode-help@lists.sourceforge.net; Tue, 06 Dec 2005 04:16:12 -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 1Ejbju-0002sb-PF for cc-mode-help@lists.sourceforge.net; Tue, 06 Dec 2005 04:16:12 -0800 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by fencepost.gnu.org with esmtp (Exim 4.34) id 1EjbjS-0008FH-2T for bug-cc-mode@gnu.org; Tue, 06 Dec 2005 07:15:42 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1Ejbkh-0001No-Mz for bug-cc-mode@gnu.org; Tue, 06 Dec 2005 07:17:00 -0500 Original-Received: from [193.149.49.134] (helo=acm.acm) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Ejbkg-0001N0-Fl; Tue, 06 Dec 2005 07:16:59 -0500 Original-Received: from localhost (root@localhost) by acm.acm (8.8.8/8.8.8) with SMTP id MAA00393; Tue, 6 Dec 2005 12:12:00 GMT X-Sender: root@acm.acm Original-To: Eli Zaretskii In-Reply-To: X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on monty-python X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 X-Spam-Score: 1.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 1.0 FORGED_RCVD_HELO Received: contains a forged HELO 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: Tue, 6 Dec 2005 12:11:58 +0000 (GMT) Xref: news.gmane.org gmane.emacs.cc-mode.general:2755 gmane.emacs.devel:47039 Archived-At: Hi, Eli! On Sun, 4 Dec 2005, Eli Zaretskii wrote: >> Date: Sat, 3 Dec 2005 11:48:02 +0000 (GMT) >> From: Alan Mackenzie >> Cc: bug-cc-mode@gnu.org, mast@lysator.liu.se, emacs-devel@gnu.org >> >For example, start Emacs with `emacs -q -nw', open src/alloc.c, you get >> >the following messages: >> >| Loading cc-mode...done >> >| Eval error in the `c-lang-defvar' for `c-known-type-key': (void-function mapcan) >> I think I've fixed this, and I've commited the fix, in cc-langs.el, to >> the repository. It was a run-time `mapcan', which had to be replaced. >> Could you test the fix, please? >Sorry, but it doesn't seem to be fixed just yet. I still get the same >error message when I try to visit any *.c file (in "emacs -q"): After downloading the new cc-langs.el, you need to byte-compile first cc-langs.el (which builds the macro c-init-language-vars), then cc-mode.el (which expands this macro (in the defun c-init-language-vars-for)). > Loading cc-mode...done > Eval error in the `c-lang-defvar' for `c-known-type-key': (void-function mapcan) Do you still get this problem, or has it gone away? >I can see a few calls to mapcan in cc-langs.el, if that matters. All of these (hopefully) are only called at byte-compile time. -- Alan. ------------------------------------------------------- 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