emacs-devel
[Top][All Lists]
Advanced

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

Re: jit-lock refontifies too much


From: Stefan Monnier
Subject: Re: jit-lock refontifies too much
Date: Mon, 12 Sep 2005 09:37:14 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

> or - but this might disturb people accustomed to the current behavior of
> plain font-lock -

>         (when font-lock-multiline
>           (setq end (or (text-property-any end (point-max)
>                                            'font-lock-multiline nil)
>                         (point-max)))
>              (goto-char end)
>              (setq end (line-beginning-position 2)))
>         ;; Now do the fontification.

I'd rather change jit-lock, since font-lock may be used without jit-lock.


        Stefan




reply via email to

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