File: jit-lock.el.html

Just-in-time fontification, triggered by C redisplay code.

Defined variables (25)

jit-lock--antiblink-grace-timerIdle timer for fontifying unterminated string or comment, or nil.
jit-lock--antiblink-line-beginning-positionLast line beginning position after last command (a marker).
jit-lock--antiblink-string-or-commentNon-nil if in string or comment after last command (a boolean).
jit-lock-after-change-extend-region-functionsHook that can extend the text to refontify after a change.
jit-lock-antiblink-graceDelay after which to refontify unterminated strings and comments.
jit-lock-chunk-sizeJit-lock asks to fontify chunks of at most this many characters at a time.
jit-lock-context-timeIdle time after which text is contextually refontified, if applicable.
jit-lock-context-timerTimer for context fontification in Just-in-time Lock mode.
jit-lock-context-unfontify-posConsider text after this position as contextually unfontified.
jit-lock-contextuallyIf non-nil, fontification should be syntactically true.
jit-lock-debug-modeNon-nil if Jit-Lock-Debug mode is enabled.
jit-lock-debug-mode-hookHook run after entering or leaving ‘jit-lock-debug-mode’.
jit-lock-defer-buffersList of buffers with pending deferred fontification.
jit-lock-defer-contextuallyIf non-nil, fontification should be syntactically true.
jit-lock-defer-timeIdle time after which deferred fontification should take place.
jit-lock-defer-timerTimer for deferred fontification in Just-in-time Lock mode.
jit-lock-functionsSpecial hook run to do the actual fontification.
jit-lock-modeNon-nil means Just-in-time Lock mode is active.
jit-lock-stealth-buffersList of buffers that are being fontified stealthily.
jit-lock-stealth-loadLoad in percentage above which stealth fontification is suspended.
jit-lock-stealth-niceTime in seconds to pause between chunks of stealth fontification.
jit-lock-stealth-repeat-timerTimer for repeated stealth fontification in Just-in-time Lock mode.
jit-lock-stealth-timeTime in seconds to wait before beginning stealth fontification.
jit-lock-stealth-timerTimer for stealth fontification in Just-in-time Lock mode.
jit-lock-stealth-verboseIf non-nil, means stealth fontification should show status messages.

Defined functions (15)

jit-lock--debug-fontify()
jit-lock--run-functions(BEG END)
jit-lock-after-change(START END OLD-LEN)
jit-lock-context-fontify()
jit-lock-debug-mode(&optional ARG)
jit-lock-deferred-fontify()
jit-lock-fontify-now(&optional START END)
jit-lock-force-redisplay(START END)
jit-lock-function(START)
jit-lock-mode(ARG)
jit-lock-refontify(&optional BEG END)
jit-lock-register(FUN &optional CONTEXTUAL)
jit-lock-stealth-chunk-start(AROUND)
jit-lock-stealth-fontify(&optional REPEAT)
jit-lock-unregister(FUN)

Defined faces (0)