all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bit fields and font-lock-fontify-buffer
@ 2003-05-19 20:16 Kin Cho
  0 siblings, 0 replies; only message in thread
From: Kin Cho @ 2003-05-19 20:16 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-05-19 20:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-19 20:16 bit fields and font-lock-fontify-buffer Kin Cho

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.