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: Richard Stallman
Subject: Re: cperl + isearch + font-lock-multiline sometimes very slow
Date: Fri, 20 Oct 2006 02:06:55 -0400

    > But I think the interesting question is why the text properties
    > make isearch slow.  I suspect that is where the bug is.

    search.c:
    #define REGEXP_CACHE_SIZE 20

    I don't know but doesn't font-lock alone sometimes need more
    than 20 regexps?

Maybe it does, and maybe we should increase the cache size;
but why would this make isearch slow?

Is the slowness due to fontification when isearch shows
new parts of the buffer?  If so, repeating the same isearch
will be fast.  Is that the case?





reply via email to

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