diff options
| author | Eli Zaretskii | 2002-02-17 17:26:01 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2002-02-17 17:26:01 +0000 |
| commit | cb46def7b4650040f020bc9695ba29a7490ec127 (patch) | |
| tree | ccf3b094a468e92bff2b13d50f01757c26378424 | |
| parent | 78d4f4097d6cfb905335a0968982a0d506902700 (diff) | |
| download | emacs-cb46def7b4650040f020bc9695ba29a7490ec127.tar.gz emacs-cb46def7b4650040f020bc9695ba29a7490ec127.zip | |
Clarify that the paren in column zero is highlighted only inside
comments and strings.
| -rw-r--r-- | etc/PROBLEMS | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 5b5ec0b1ce9..f74454dbc6d 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -503,8 +503,9 @@ 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 | 504 | ||
| 505 | Beginning with version 21.3, a parenthesis or a brace in column zero | 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 | 506 | is highlighted in bold-red face if it is inside a string or a comment, |
| 507 | with Font Lock and should be moved or escaped with a backslash. | 507 | to indicate that it could interfere with Font Lock (and also with |
| 508 | indentation) and should be moved or escaped with a backslash. | ||
| 508 | 509 | ||
| 509 | If you don't use large buffers, or have a very fast machine which | 510 | If you don't use large buffers, or have a very fast machine which |
| 510 | makes the delays insignificant, you can avoid the incorrect | 511 | makes the delays insignificant, you can avoid the incorrect |