emacs-devel
[Top][All Lists]
Advanced

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

checking jit-lock-defer-multiline


From: martin rudalics
Subject: checking jit-lock-defer-multiline
Date: Mon, 24 Oct 2005 10:18:33 +0200
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

The recent change to `jit-lock-fontify-now' may disable checking the
`jit-lock-defer-multiline' property in a number of cases.  It might make
sense to introduce a variable `jit-lock-defer-multiline' with default
nil.  Modes like `perl-mode' would set this to t and the check in
`jit-lock-fontify-now' become:

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





reply via email to

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