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

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

bug#2918: 23.0.92; objc-mode misses fontification of leading _


From: Nikolaj Schumacher
Subject: bug#2918: 23.0.92; objc-mode misses fontification of leading _
Date: Tue, 07 Apr 2009 12:35:33 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (darwin)

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






reply via email to

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