GNU bug report logs - #33649
26.1.50; variable is highlighted as type in c++ mode

Previous Next

Packages: emacs, cc-mode;

Reported by: Shanavas <shanavas.m2 <at> gmail.com>

Date: Thu, 6 Dec 2018 15:29:02 UTC

Severity: minor

Done: Alan Mackenzie <acm <at> muc.de>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Shanavas <shanavas.m2 <at> gmail.com>
To: 33649 <at> debbugs.gnu.org
Subject: bug#33649: 26.1.50; variable is highlighted as type in c++ mode
Date: Thu, 06 Dec 2018 16:51:41 +0530
[Message part 1 (text/plain, inline)]
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.
[Message part 2 (text/html, inline)]

This bug report was last modified 6 years and 216 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.