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

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

bug#23826: 25.1.50; Wrong fontification of parameter in c++-mode


From: Ivan Andrus
Subject: bug#23826: 25.1.50; Wrong fontification of parameter in c++-mode
Date: Thu, 3 Oct 2019 21:15:15 -0600

On Oct 2, 2019, at 10:18 PM, Stefan Kangas <stefan@marxist.se> wrote:
> 
> Ivan Andrus <darthandrus@gmail.com> writes:
> 
>>> 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).
> 
> 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.

> If I don't hear back from you within a couple of weeks, I'll just assume
> that this has been fixed and close this as unreproducible.

Thanks for following up.

-Ivan





reply via email to

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