[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: (setq blink-matching-paren-dont-ignore-comments nil) ignored?
From: |
Andrew M. Scott |
Subject: |
Re: (setq blink-matching-paren-dont-ignore-comments nil) ignored? |
Date: |
Tue, 14 Feb 2006 06:54:51 -0700 |
>>>>> "Richard" == Richard M Stallman <address@hidden> writes:
Richard> (setq debug-on-error t) ; ((setq debug-on-error nil))
Richard> The parentheses will blink-match all the close-parens
Richard> in the comment.
Richard> The effect of the feature is to ignore previous parens
Richard> that are in comments.
Richard> I will clarify the documentation.
Richard,
Unfortunately, even after reading the updated docstring several times
and experimenting, I still can't visualize what
blink-matching-paren-dont-ignore-comments is supposed to do. I also
looked for an example in (Info-find-node "emacs" "Matching") but there
is no mention of this variable there, either.
M-x describe-variable blink-matching-paren-dont-ignore-comments:
blink-matching-paren-dont-ignore-comments is a variable defined in `simple.el'.
Its value is t
Documentation:
*nil means `blink-matching-paren' ignores comments.
More precisely, when looking for the matching parenthesis,
it skips the contents of comments that end before point.
Puzzled,
Andy Scott