- 19 Jan, 2001 1 commit
-
-
Gerd Moellmann authored
is nil, don't check the `font-lock-multiline' text property.
-
- 17 Oct, 2000 1 commit
-
-
Gerd Moellmann authored
-
- 16 Oct, 2000 1 commit
-
-
Gerd Moellmann authored
matches a multi-line font-lock pattern, make sure the whole text will be redisplayed.
-
- 15 Oct, 2000 1 commit
-
-
Stefan Monnier authored
-
- 08 Oct, 2000 1 commit
-
-
Stefan Monnier authored
(jit-lock-functions): Make buffer-local. (jit-lock-saved-fontify-buffer-function): Remove. (jit-lock-mode): Remove autoload cookie. Remove font-lock specific code. (jit-lock-unregister): Don't bother handling complex hooks any more. (jit-lock-refontify): New function. (jit-lock-fontify-buffer): Use it. (jit-lock-function-1): Replaced by jit-lock-fontify-now. (jit-lock-fontify-now): Renamed from jit-lock-function-1. Add optional args START and END. Never call font-lock-fontify-region directly. (jit-lock-function, jit-lock-stealth-fontify): Use it.
-
- 05 Oct, 2000 4 commits
-
-
Stefan Monnier authored
consistently with its docstring. Set jit-lock-first-unfontify-pos in an idempotent way. (jit-lock-register): Autoload and add arg CONTEXTUAL.
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Stefan Monnier authored
(jit-lock-mode): Make sure font-lock-keywords-only is bound before use. (jit-lock-functions): New var. (jit-lock-function-1): Use it if non-nil. Don't switch the syntax-table. Don't set parse-sexp-lookup-properties. Set the `fontified' property before doing the fontification to avoid repeatedly going through the same error. Don't turn errors into messages.
-
- 20 Jun, 2000 2 commits
-
-
Stefan Monnier authored
-
Stefan Monnier authored
Renamed from with-buffer-prepared-for-font-lock and use inhibit-modification-hooks rather than setting *-change-functions. Update all functions to use the new name. (jit-lock-first-unfontify-pos): New semantics (and doc). (jit-lock-mode): Make non-interactive. Don't automatically turn on font-lock. Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode. Always use jit-lock-after-change. Remove and restore font-lock-after-change-function. (turn-on-jit-lock, jit-lock-after-fontify-buffer) (jit-lock-after-unfontify-buffer): Remove. (jit-lock-stealth-fontify): Reset jit-lock-first-unfontify-pos to point-max rather than to nil. (jit-lock-after-change): Set the `fontified' text-prop to nil.
-
- 17 Jun, 2000 1 commit
-
-
Stefan Monnier authored
Use consistent make-local-variable style for font-lock-fontified. (jit-lock-fontify-buffer): Don't bother checking for font-lock-mode and jit-lock-mode.
-
- 05 Jun, 2000 1 commit
-
-
Stefan Monnier authored
(jit-lock-fontify-buffer): New function for JIT refontification. (jit-lock-mode): Fix docstring. Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function. Remove jit-lock-after-change from the _local_ hook. (jit-lock-function-1): Fix docstring.
-
- 29 May, 2000 1 commit
-
-
Gerd Moellmann authored
-
- 10 Apr, 2000 1 commit
-
-
Gerd Moellmann authored
at the wrong place.
-
- 09 Apr, 2000 1 commit
-
-
Gerd Moellmann authored
restore-buffer-modified-p. (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified. (jit-lock-function, jit-lock-stealth-fontify): Don't use with-buffer-unmodified.
-
- 04 Apr, 2000 1 commit
-
-
Gerd Moellmann authored
(with-buffer-prepared-for-font-lock): Don't preserve buffer's modified state. (jit-lock-function-1): Extracted from jit-lock-function; not preserving buffer's modified state. (jit-lock-function, jit-lock-stealth-fontify): Call jit-lock-function-1.
-
- 20 Mar, 2000 1 commit
-
-
Gerd Moellmann authored
about behavior of set-buffer-modified-p wrt redisplay.
-
- 31 Jan, 2000 1 commit
-
-
Gerd Moellmann authored
position. (jit-lock-stealth-chunk-start): Rewritten.
-
- 25 Aug, 1999 1 commit
-
-
Gerd Moellmann authored
to the beginning of the line containing the range start and the beginning of the line following the range end.
-
- 21 Aug, 1999 1 commit
-
-
Gerd Moellmann authored
Don't unwind-protect font-lock-fontify-region.
-
- 21 Jul, 1999 1 commit
-
-
Gerd Moellmann authored
-