From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: bug#5350: 23.1.91; error in c++-mode highlighting/indentation Date: Wed, 20 Jan 2010 10:24:17 -0500 Message-ID: <873a20x0im.fsf@stupidchicken.com> References: <87tyuuujpo.fsf@newton.homeunix.net> <20100120130359.GC2573@muc.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1264001278 27033 80.91.229.12 (20 Jan 2010 15:27:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 20 Jan 2010 15:27:58 +0000 (UTC) Cc: emacs-devel@gnu.org, Jose Antonio Ortega Ruiz , 5350@debbugs.gnu.org To: Alan Mackenzie Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 20 16:27:50 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NXcTF-0005c4-UP for ged-emacs-devel@m.gmane.org; Wed, 20 Jan 2010 16:27:50 +0100 Original-Received: from localhost ([127.0.0.1]:52534 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NXcTG-00066a-7y for ged-emacs-devel@m.gmane.org; Wed, 20 Jan 2010 10:27:50 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NXcQB-00022k-3R for emacs-devel@gnu.org; Wed, 20 Jan 2010 10:24:39 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NXcQ6-0001vo-Dp for emacs-devel@gnu.org; Wed, 20 Jan 2010 10:24:38 -0500 Original-Received: from [199.232.76.173] (port=49257 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NXcQ5-0001vU-UP for emacs-devel@gnu.org; Wed, 20 Jan 2010 10:24:33 -0500 Original-Received: from pantheon-po43.its.yale.edu ([130.132.50.104]:56790) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NXcQ1-0001hP-S8; Wed, 20 Jan 2010 10:24:30 -0500 Original-Received: from furry (adsl-99-58-201-143.dsl.wlfrct.sbcglobal.net [99.58.201.143]) (authenticated bits=0) by pantheon-po43.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id o0KFOJh8020546 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 20 Jan 2010 10:24:20 -0500 Original-Received: by furry (Postfix, from userid 1000) id 1BF8DC05D; Wed, 20 Jan 2010 08:24:18 -0700 (MST) In-Reply-To: <20100120130359.GC2573@muc.de> (Alan Mackenzie's message of "Wed, 20 Jan 2010 13:03:59 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux) X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 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:120260 Archived-At: Alan Mackenzie writes: > I've just committed a patch which I think fixes this. Either update your > bzr version of Emacs, or apply the following patch (and then byte-compile > cc-langs.el, cc-engine.el, and cc-mode.el): Yes, the bug seems to be fixed now. Thanks!