James Bryant <jcbryant(a)cisco.com> writes:
I am trying to figure what this extension is. If I have a file
called
foo.c, sometimes a file called foo.c.flc gets created, and I am not
sure if it is created when I am doing a make or if it is being created
by xemacs somehow. The contents of the file look something like the
below. If anyone can tell me what this is, I would appreciate
it. Thanks!
This looks like an artifact of one of the *-font-lock extensions.
Check your .emacs file for something like fast-lock, lazy-lock,
lazy-shot, caching-lock, whatever.
(My advice is to get rid of the "fast" versions and just use regular
font-lock if at all possible. Today's computers are usually quite
fast enough for the regular font-lock.)