[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Compilation Message Presentation
From: |
Stefan Monnier |
Subject: |
Re: Compilation Message Presentation |
Date: |
Thu, 03 Dec 2009 22:16:54 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) |
> I mean in a more elaborate way, by highlighting all messages at the
> same tim but in different colors (green, yellow, orange, red, etc.)
> either with underlining overlays or using the fringe. Most other IDEs
> does this and I find its presentation a bit more grasping than Emacs
> default 1-second flashing.
Maybe you want to look at flymake.
> Another question: Why isn't font-locking cached if I reopen a file
> that hasn't been modified since last time I opened with font-locking?
> If I would like to implement such a feature could we extract the font-
> locking-attributes from a file and save it separately?
It's called fast-lock, and of course it's slow.
If on-the-fly font-locking is slow, it's usually a bug.
Stefan