If i properly remeber, this was a problem with maven (? - i need to look at work) regex in compilation mode
Constantine Vetoshev at "Tue, 11 Aug 2009 11:15:48 -0400" wrote:
I just installed Emacs 23.1 (Mac OS, if that matters), and I noticed that the *SLIME Compilation* buffer's fontification became horribly slow. Whenever I run slime-compile-defun, for example, I get this:
Fontifying *SLIME Compilation*... (regexps...............................................)
Whereas the compilation itself takes "0.00 secs" according to the messages, this fontification takes probably 3-5 seconds. This never happened under Emacs 22.3.
I tried disabling everything in my .emacs.d/init.el file, and I also tried turning off everything in slime-setup except the REPL:
(slime-setup '(slime-repl))
No dice, it's all still slow. SLIME is latest from CVS. Is there anything I can do to fix this?