--- Begin Message ---
Subject: |
cc-mode c++ template-typed variable decl regression |
Date: |
Tue, 07 Dec 2010 02:55:00 -0800 |
User-agent: |
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6 |
/* 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
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
Subject: |
Re: bug#7579: cc-mode c++ template-typed variable decl regression |
Date: |
Thu, 4 Feb 2016 19:09:43 +0000 |
User-agent: |
Mutt/1.5.24 (2015-08-30) |
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).
--- End Message ---