all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* checking jit-lock-defer-multiline
@ 2005-10-24  8:18 martin rudalics
  2005-10-24 14:14 ` Stefan Monnier
  0 siblings, 1 reply; 4+ messages in thread
From: martin rudalics @ 2005-10-24  8:18 UTC (permalink / raw)


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))

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-10-25 15:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-24  8:18 checking jit-lock-defer-multiline martin rudalics
2005-10-24 14:14 ` Stefan Monnier
2005-10-25 12:34   ` martin rudalics
2005-10-25 15:16     ` Stefan Monnier

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.