bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#1953: Syntax Highlighting Problem in c++-mode


From: Chong Yidong
Subject: bug#1953: Syntax Highlighting Problem in c++-mode
Date: Mon, 19 Jan 2009 10:18:16 -0500

Hi Alan,

Here's a bug report about C++ highlighting (for Emacs 22, I didn't check
if it exists with CVS Emacs).


"Jordan Saunders" <jmsaunders@gmail.com> wrote:

> Given the following circumstance in c++-mode:
>
> class blah
> {
>     blah(int) {}
> };
>
> blah::blah is not recognized by the syntax highlighter as a constructor
> and
> the syntax highlighting is incorrect. If we give the first parameter an
> actual name (i.e. int a, for example), it is recognized and things are
> peachy.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]