emacs-devel
[Top][All Lists]
Advanced

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

Re: checking jit-lock-defer-multiline


From: Stefan Monnier
Subject: Re: checking jit-lock-defer-multiline
Date: Tue, 25 Oct 2005 11:16:58 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

> However, I believe the extra variable is not needed.  The following should
> suffice:

>             (when (and jit-lock-context-unfontify-pos
>                        (< jit-lock-context-unfontify-pos next)
>                        (>= jit-lock-context-unfontify-pos start)
>                        (not (get-text-property start 
> 'jit-lock-defer-multiline)))
>               (setq jit-lock-context-unfontify-pos next))

Oh, that makes more sense.  Thank you.


        Stefan




reply via email to

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