Mercurial > emacs
comparison man/display.texi @ 39316:f6a4184f6285
(Font Lock): Add index entries for paren-in-column-zero problems.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Mon, 17 Sep 2001 14:47:01 +0000 |
parents | a8c0a02f6129 |
children | 608e18d9fb18 |
comparison
equal
deleted
inserted
replaced
39315:311556cdc15a | 39316:f6a4184f6285 |
---|---|
254 it. The variable @code{font-lock-maximum-size} specifies a buffer size, | 254 it. The variable @code{font-lock-maximum-size} specifies a buffer size, |
255 beyond which buffer fontification is suppressed. | 255 beyond which buffer fontification is suppressed. |
256 | 256 |
257 @c @w is used below to prevent a bad page-break. | 257 @c @w is used below to prevent a bad page-break. |
258 @vindex font-lock-beginning-of-syntax-function | 258 @vindex font-lock-beginning-of-syntax-function |
259 @cindex incorrect fontification | |
260 @cindex parenthesis in column zero and fontification | |
261 @cindex brace in column zero and fontification | |
259 Comment and string fontification (or ``syntactic'' fontification) | 262 Comment and string fontification (or ``syntactic'' fontification) |
260 relies on analysis of the syntactic structure of the buffer text. For | 263 relies on analysis of the syntactic structure of the buffer text. For |
261 the sake of speed, some modes, including C mode and Lisp mode, | 264 the sake of speed, some modes, including C mode and Lisp mode, |
262 rely on a special convention: an open-parenthesis or open-brace in the | 265 rely on a special convention: an open-parenthesis or open-brace in the |
263 leftmost column always defines the @w{beginning} of a defun, and is | 266 leftmost column always defines the @w{beginning} of a defun, and is |