From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.bugs Subject: bug#62339: cc-mode fontifies variables incorrectly when const follows type Date: Thu, 6 Apr 2023 09:26:53 +0000 Message-ID: References: <878rfqcez5.fsf@dancol.org> <837cva6m1e.fsf@gnu.org> <87y1no6f6d.fsf@dancol.org> <83ttyc6cqz.fsf@gnu.org> <87lejo1ldz.fsf@dancol.org> <18754903670.2829.cc5b3318d7e9908e2c46732289705cb0@dancol.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="32922"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 62339-done@debbugs.gnu.org, acm@muc.de, Eli Zaretskii To: Daniel Colascione Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Thu Apr 06 11:28:29 2023 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pkLuu-0008KJ-NI for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 06 Apr 2023 11:28:28 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pkLuX-0000zu-Jd; Thu, 06 Apr 2023 05:28:05 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pkLuV-0000z6-4i for bug-gnu-emacs@gnu.org; Thu, 06 Apr 2023 05:28:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pkLuU-0003q1-Rn for bug-gnu-emacs@gnu.org; Thu, 06 Apr 2023 05:28:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pkLuU-0006M5-6F for bug-gnu-emacs@gnu.org; Thu, 06 Apr 2023 05:28:02 -0400 Resent-From: Alan Mackenzie Original-Sender: "Debbugs-submit" Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Thu, 06 Apr 2023 09:28:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 62339 X-GNU-PR-Package: emacs Mail-Followup-To: 62339@debbugs.gnu.org, acm@muc.de, dancol@dancol.org Original-Received: via spool by 62339-done@debbugs.gnu.org id=D62339.168077322624355 (code D ref 62339); Thu, 06 Apr 2023 09:28:01 +0000 Original-Received: (at 62339-done) by debbugs.gnu.org; 6 Apr 2023 09:27:06 +0000 Original-Received: from localhost ([127.0.0.1]:53419 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pkLtZ-0006Kk-Lf for submit@debbugs.gnu.org; Thu, 06 Apr 2023 05:27:05 -0400 Original-Received: from mx3.muc.de ([193.149.48.5]:63068) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pkLtT-0006K9-Mb for 62339-done@debbugs.gnu.org; Thu, 06 Apr 2023 05:27:03 -0400 Original-Received: (qmail 13932 invoked by uid 3782); 6 Apr 2023 11:26:54 +0200 Original-Received: from acm.muc.de (pd953a854.dip0.t-ipconnect.de [217.83.168.84]) (using STARTTLS) by colin.muc.de (tmda-ofmipd) with ESMTP; Thu, 06 Apr 2023 11:26:53 +0200 Original-Received: (qmail 4585 invoked by uid 1000); 6 Apr 2023 09:26:53 -0000 Content-Disposition: inline In-Reply-To: <18754903670.2829.cc5b3318d7e9908e2c46732289705cb0@dancol.org> X-Submission-Agent: TMDA/1.3.x (Ph3nix) X-Primary-Address: acm@muc.de X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:259300 Archived-At: Hello, Daniel. On Wed, Apr 05, 2023 at 23:16:16 -0400, Daniel Colascione wrote: > On April 5, 2023 11:53:54 Alan Mackenzie wrote: > > On Thu, Mar 23, 2023 at 14:40:23 +0000, Alan Mackenzie wrote: [ .... ] > >> Please try the following patch, and either confirm to me that it > >> appears to fix the bug, or say what's still wrong. Thanks! > > Ping? > Works for me. Thanks! Thanks! I've committed the patch and I'm closing the bug with this post. -- Alan Mackenzie (Nuremberg, Germany).