GNU bug report logs - #2918
23.0.92; objc-mode misses fontification of leading _

Previous Next

Packages: cc-mode, emacs;

Reported by: Nikolaj Schumacher <me <at> nschum.de>

Date: Tue, 7 Apr 2009 10:40:04 UTC

Severity: normal

Found in version 24.0.90

Fixed in version 24.2

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Nikolaj Schumacher <me <at> nschum.de>
To: emacs-pretest-bug <at> gnu.org
Subject: bug#2918: 23.0.92; objc-mode misses fontification of leading _
Date: Tue, 07 Apr 2009 12:35:33 +0200
In GNU Emacs 23.0.92.1 (i386-apple-darwin9.6.0, NS apple-appkit-949.43)
 of 2009-04-06 on thursday
Windowing system distributor `Apple', version 10.3.949
configured using `configure  '--with-ns' '--without-x''


In objc-mode some variable declarations aren't highlighted.

int main() {
    int value;
    int _value; // <-
    int *value;
    int *_value; // <-
}

It works correctly in c-mode or c++-mode.

Maybe a \< instead of a \_< somewhere?


regards,
Nikolaj Schumacher




This bug report was last modified 12 years and 355 days ago.

Previous Next


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