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

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

Re: Performance issue when fontifing in compile-mode.


From: Stefan Monnier
Subject: Re: Performance issue when fontifing in compile-mode.
Date: Wed, 19 Jan 2011 16:49:12 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

> But  logs with >2000 lines take 2-20 sec  on parsing after revert.

Hmm... 2s might be OK but 20s sounds too high (tho, clearly the time
will be proportional to the length of the text): what file size are we
talking about for the 20s case?

> (setq compilation-error-regexp-alist nil)
> it match faster parse file!

No doubt that will be faster.

> With '(setq compilation-error-regexp-alist nil)' I still get blue text in
> start of string before ':'.
> Who make this?

compilation-mode-font-lock-keywords


        Stefan


reply via email to

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