GNU bug report logs - #7579
cc-mode c++ template-typed variable decl regression

Previous Next

Packages: cc-mode, emacs;

Reported by: Daniel Colascione <dan.colascione <at> gmail.com>

Date: Tue, 7 Dec 2010 10:54:02 UTC

Severity: normal

Done: Alan Mackenzie <acm <at> muc.de>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Alan Mackenzie <acm <at> muc.de>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#7579: closed (cc-mode c++ template-typed variable decl
 regression)
Date: Thu, 04 Feb 2016 19:08:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 4 Feb 2016 19:09:43 +0000
with message-id <20160204190943.GA28664 <at> acm.fritz.box>
and subject line Re: bug#7579: cc-mode c++ template-typed variable decl regression
has caused the debbugs.gnu.org bug report #7579,
regarding cc-mode c++ template-typed variable decl regression
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
7579: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7579
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Daniel Colascione <dan.colascione <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: cc-mode c++ template-typed variable decl regression
Date: Tue, 07 Dec 2010 02:55:00 -0800
[Message part 3 (text/plain, inline)]
/* In Emacs 23, adffdfa below is fontified as a variable. In Emacs HEAD,
it is not. */

void foo()
{
    mumble x(5);
    std::vector<int> adffdfa(1,2,3);
};


[signature.asc (application/pgp-signature, attachment)]
[Message part 5 (message/rfc822, inline)]
From: Alan Mackenzie <acm <at> muc.de>
To: Daniel Colascione <dan.colascione <at> gmail.com>
Cc: 7579-done <at> debbugs.gnu.org
Subject: Re: bug#7579: cc-mode c++ template-typed variable decl regression
Date: Thu, 4 Feb 2016 19:09:43 +0000
Hello, Daniel.

On Tue, Dec 07, 2010 at 02:55:00AM -0800, Daniel Colascione wrote:
> /* In Emacs 23, adffdfa below is fontified as a variable. In Emacs HEAD,
> it is not. */

> void foo()
> {
>     mumble x(5);
>     std::vector<int> adffdfa(1,2,3);
> };

The bug has been fixed in the emacs-25 branch.

-- 
Alan Mackenzie (Nuremberg, Germany).


This bug report was last modified 9 years and 106 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.