[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#21278: char-fold isearch: space and newline still broken
From: |
Lars Ingebrigtsen |
Subject: |
bug#21278: char-fold isearch: space and newline still broken |
Date: |
Mon, 13 Sep 2021 09:26:01 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
Augusto Stoffel <arstoffel@gmail.com> writes:
>>> - not too lax: "[ \\t]+"
>>> - match across lines: "[ \\t\\n]+"
>>> - eat punctuation: "\\W+"
>>> - fuzzy: ".*?"
>>
>> I'm thing that trying to assign names to "[ \t]+" as "not too lax" will
>> just be more confusing than saying "tabs and spaces", and the same goes
>> for the other alternatives, too.
>
> Right, more serious names could be:
>
> 1. Tabs and spaces
> 2. Tabs, spaces and line breaks
OK, added.
> 3. Whitespace and punctuation
That has the same problem as this bug report -- it uses a syntax class.
(And it doesn't seem to have much to do with whitespace, which is what
this variable is about.
> 4. Any sequence of characters (fuzzy)
That doesn't seem to have anything to do with whitespace.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
- bug#21278: char-fold isearch: space and newline still broken, (continued)
- bug#21278: char-fold isearch: space and newline still broken, Eli Zaretskii, 2021/09/07
- bug#21278: char-fold isearch: space and newline still broken, Stefan Monnier, 2021/09/07
- bug#21278: char-fold isearch: space and newline still broken, Juri Linkov, 2021/09/09
- bug#21278: char-fold isearch: space and newline still broken, Lars Ingebrigtsen, 2021/09/10
- bug#21278: char-fold isearch: space and newline still broken, Eli Zaretskii, 2021/09/10
- bug#21278: char-fold isearch: space and newline still broken, Lars Ingebrigtsen, 2021/09/10
- bug#21278: char-fold isearch: space and newline still broken, Augusto Stoffel, 2021/09/10
- bug#21278: char-fold isearch: space and newline still broken, Kévin Le Gouguec, 2021/09/10
- bug#21278: char-fold isearch: space and newline still broken, Lars Ingebrigtsen, 2021/09/11
- bug#21278: char-fold isearch: space and newline still broken, Augusto Stoffel, 2021/09/11
- bug#21278: char-fold isearch: space and newline still broken,
Lars Ingebrigtsen <=
bug#21278: char-fold isearch: space and newline still broken, Lars Ingebrigtsen, 2021/09/06