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

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

[debbugs-tracker] bug#23826: closed (25.1.50; Wrong fontification of par


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#23826: closed (25.1.50; Wrong fontification of parameter in c++-mode)
Date: Fri, 04 Oct 2019 04:56:02 +0000

Your message dated Fri, 4 Oct 2019 06:54:47 +0200
with message-id <address@hidden>
and subject line Re: bug#23826: 25.1.50; Wrong fontification of parameter in 
c++-mode
has caused the debbugs.gnu.org bug report #23826,
regarding 25.1.50; Wrong fontification of parameter in c++-mode
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
23826: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=23826
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 25.1.50; Wrong fontification of parameter in c++-mode Date: Wed, 22 Jun 2016 09:35:45 -0600
>From `emacs -Q`, open a buffer in c++-mode and insert the following:

// X is fontified with font-lock-variable-face and x is not fontified
int foo(xml::XmlElement xml, X const& x )
{
    return 0;
}

// Fontified correctly
int bar(XmlElement xml, X const& x )
{
    return 1;
}


Notice that the namespace qualification of XmlElement causes the second
parameter to be incorrectly fontified (or so it appears).

-Ivan



--- End Message ---
--- Begin Message --- Subject: Re: bug#23826: 25.1.50; Wrong fontification of parameter in c++-mode Date: Fri, 4 Oct 2019 06:54:47 +0200
Ivan Andrus <address@hidden> writes:

> > I can't reproduce this on current master: X has font-lock-type-face and
> > x font-lock-variable-name-face.
> >
> > Are you still seeing this on a recent version of Emacs?
>
> Indeed, this is working for me now.

Thanks for verifying.  Closing this now.

Best regards,
Stefan Kangas


--- End Message ---

reply via email to

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