jit-lock--antiblink-grace-timer | Idle timer for fontifying unterminated string or comment, or nil. |
jit-lock--antiblink-line-beginning-position | Last line beginning position after last command (a marker). |
jit-lock--antiblink-string-or-comment | Non-nil if in string or comment after last command (a boolean). |
jit-lock-after-change-extend-region-functions | Hook that can extend the text to refontify after a change. |
jit-lock-antiblink-grace | Delay after which to refontify unterminated strings and comments. |
jit-lock-chunk-size | Jit-lock asks to fontify chunks of at most this many characters at a time. |
jit-lock-context-time | Idle time after which text is contextually refontified, if applicable. |
jit-lock-context-timer | Timer for context fontification in Just-in-time Lock mode. |
jit-lock-context-unfontify-pos | Consider text after this position as contextually unfontified. |
jit-lock-contextually | If non-nil, fontification should be syntactically true. |
jit-lock-debug-mode | Non-nil if Jit-Lock-Debug mode is enabled. |
jit-lock-debug-mode-hook | Hook run after entering or leaving ‘jit-lock-debug-mode’. |
jit-lock-defer-buffers | List of buffers with pending deferred fontification. |
jit-lock-defer-contextually | If non-nil, fontification should be syntactically true. |
jit-lock-defer-time | Idle time after which deferred fontification should take place. |
jit-lock-defer-timer | Timer for deferred fontification in Just-in-time Lock mode. |
jit-lock-functions | Special hook run to do the actual fontification. |
jit-lock-mode | Non-nil means Just-in-time Lock mode is active. |
jit-lock-stealth-buffers | List of buffers that are being fontified stealthily. |
jit-lock-stealth-load | Load in percentage above which stealth fontification is suspended. |
jit-lock-stealth-nice | Time in seconds to pause between chunks of stealth fontification. |
jit-lock-stealth-repeat-timer | Timer for repeated stealth fontification in Just-in-time Lock mode. |
jit-lock-stealth-time | Time in seconds to wait before beginning stealth fontification. |
jit-lock-stealth-timer | Timer for stealth fontification in Just-in-time Lock mode. |
jit-lock-stealth-verbose | If non-nil, means stealth fontification should show status messages. |