[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bit fields and font-lock-fontify-buffer
From: |
Kin Cho |
Subject: |
bit fields and font-lock-fontify-buffer |
Date: |
19 May 2003 13:16:19 -0700 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 |
In c-mode, font-lock-fontify-buffer doesn't handle bit-fields in
a struct like the following correctly:
struct foo {
int a:1,
b:3,
c:5;
};
Only the first field "a" is fontified with a
font-lock-variable-name-face, "b" and "c" aren't fontified at
all.
-kin
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- bit fields and font-lock-fontify-buffer,
Kin Cho <=