[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#68234: [PATCH] Increase blink-matching-paren-distance by 300kb.
From: |
Stefan Kangas |
Subject: |
bug#68234: [PATCH] Increase blink-matching-paren-distance by 300kb. |
Date: |
Sat, 6 Jan 2024 04:09:14 -0800 |
Eli Zaretskii <eliz@gnu.org> writes:
> AFAIU, this will show nothing when the matching parenthesis is not
> found? If so, why is that a good idea?
I guess the point is to avoid false positives: Emacs confidently says
"no matching paren", but actually there is one. We just didn't try hard
enough to find it.
On the other hand, perhaps we could just adjust the message to make it
more clear: "no matching parenthesis within 100000 characters" or
something like that (but only if the buffer is indeed longer). (But
then I wouldn't bother with the (* 100 1024) part, and just do 100000 or
200000 outright to improve the display. This is a nit though.)
- bug#68234: [PATCH] Increase blink-matching-paren-distance by 300kb., Antero Mejr, 2024/01/03
- Message not available
- bug#68234: [PATCH] Increase blink-matching-paren-distance by 300kb., Antero Mejr, 2024/01/03
- bug#68234: [PATCH] Increase blink-matching-paren-distance by 300kb., Eli Zaretskii, 2024/01/04
- bug#68234: [PATCH] Increase blink-matching-paren-distance by 300kb., Stefan Kangas, 2024/01/04
- bug#68234: [PATCH] Increase blink-matching-paren-distance by 300kb., Eli Zaretskii, 2024/01/05
- bug#68234: [PATCH] Increase blink-matching-paren-distance by 300kb., Antero Mejr, 2024/01/05
- bug#68234: [PATCH] Increase blink-matching-paren-distance by 300kb., Antero Mejr, 2024/01/05
- bug#68234: [PATCH] Increase blink-matching-paren-distance by 300kb., Eli Zaretskii, 2024/01/06
- bug#68234: [PATCH] Increase blink-matching-paren-distance by 300kb.,
Stefan Kangas <=
- bug#68234: [PATCH] Increase blink-matching-paren-distance by 300kb., Stefan Kangas, 2024/01/09
bug#68234: [PATCH] Increase blink-matching-paren-distance by 300kb., Stefan Kangas, 2024/01/03
bug#68234: [PATCH] Increase blink-matching-paren-distance by 300kb., Daniel MartÃn, 2024/01/04