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

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

[debbugs-tracker] bug#33649: closed (26.1.50; variable is highlighted as


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#33649: closed (26.1.50; variable is highlighted as type in c++ mode)
Date: Mon, 10 Dec 2018 12:26:01 +0000

Your message dated Mon, 10 Dec 2018 12:20:39 +0000
with message-id <address@hidden>
and subject line Re: bug#33649: 26.1.50; variable is highlighted as type in c++ 
mode
has caused the debbugs.gnu.org bug report #33649,
regarding 26.1.50; variable is highlighted as type in c++ mode
to be marked as done.

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


-- 
33649: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=33649
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 26.1.50; variable is highlighted as type in c++ mode Date: Thu, 06 Dec 2018 16:51:41 +0530 User-agent: K-9 Mail for Android For the following snippet,

```
int a = 9;
func(a);
func(a * 9);
```
`a` is highlighted differently in two function calls.
In `func(a)` it is highlighted as a variable where in `func(a * 9)` it is highlighted as a type.

Major mode: C++//l
--
ഷാനവാസ്
Sent from my Android device with K-9 Mail.
--- End Message ---
--- Begin Message --- Subject: Re: bug#33649: 26.1.50; variable is highlighted as type in c++ mode Date: Mon, 10 Dec 2018 12:20:39 +0000 User-agent: Mutt/1.10.1 (2018-07-13)
Hello, Shanavas.

On Mon, Dec 10, 2018 at 13:12:54 +0530, Shanavas wrote:
> Thanks, Works great.

Thank you for the testing!

> Please apply appropriate patch to emacs-26 branch too.

I've applied the patch to the emacs-26 branch.  It will filter through
to the master branch in due course when "somebody" activates the
movement of bug fixes from emacs-26 to master.

I'm closing the bug, now.

> -- 
> ഷാനവാസ്
> Sent from my Android device with K-9 Mail.

-- 
Alan Mackenzie (Nuremberg, Germany).


--- End Message ---

reply via email to

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