emacs-devel
[Top][All Lists]
Advanced

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

Re: cperl + isearch + font-lock-multiline sometimes very slow


From: Chong Yidong
Subject: Re: cperl + isearch + font-lock-multiline sometimes very slow
Date: Sun, 22 Oct 2006 13:31:53 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

I managed to reproduce the bug, and figured out the problem.  If
ps-print is already loaded, cperl-init-faces is called when
cperl-mode.el is loaded instead of when cperl-mode is run.  However,
cperl-init-faces assumes cperl-font-lock-multiline is correctly set,
which is normally done at run-time; otherwise, it supplies the
incorrect font-lock keywords.  I've checked in a fix.




reply via email to

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