comparison etc/PROBLEMS @ 43230:a938ccc00d6e

Tell about the parent-on-column-zero highlighting.
author Eli Zaretskii <eliz@gnu.org>
date Mon, 11 Feb 2002 06:00:10 +0000
parents 3c64eaf60ff7
children edb30cdd9c57
comparison
equal deleted inserted replaced
43229:43c4dadf4735 43230:a938ccc00d6e
499 in Font Lock's syntactical analysis. These optimizations avoid some 499 in Font Lock's syntactical analysis. These optimizations avoid some
500 pathological cases where jit-lock, the Just-in-Time fontification 500 pathological cases where jit-lock, the Just-in-Time fontification
501 introduced with Emacs 21.1, could significantly slow down scrolling 501 introduced with Emacs 21.1, could significantly slow down scrolling
502 through the buffer, especially scrolling backwards, and also jumping 502 through the buffer, especially scrolling backwards, and also jumping
503 to the end of a very large buffer. 503 to the end of a very large buffer.
504
505 Beginning with version 21.3, a parenthesis or a brace in column zero
506 is highlighted in bold-red face, to indicate that it could interfere
507 with Font Lock and should be moved or escaped with a backslash.
504 508
505 If you don't use large buffers, or have a very fast machine which 509 If you don't use large buffers, or have a very fast machine which
506 makes the delays insignificant, you can avoid the incorrect 510 makes the delays insignificant, you can avoid the incorrect
507 fontification by setting the variable 511 fontification by setting the variable
508 `font-lock-beginning-of-syntax-function' to a nil value. (This must 512 `font-lock-beginning-of-syntax-function' to a nil value. (This must