[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: "split-sentences"?
From: |
Eric Abrahamsen |
Subject: |
Re: "split-sentences"? |
Date: |
Sat, 23 Jan 2021 09:46:40 -0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
<tomas@tuxteam.de> writes:
> On Sat, Jan 23, 2021 at 10:35:51AM +0100, moasenwood--- via Users list
> for the GNU Emacs text editor wrote:
>> tomas wrote:
>>
>> > Not exactly your result, but this comes close:
>
> [...]
>
>> > You can adjust the results by tweaking the regexp (try word
>> > boundaries like '\<' and '\>'
>>
>> *scratches my head*
>
> A candidate for a sentence boundary is a word boundary
> (plus some other conditions). This was at least my thought
> process leading to that suggestion. It might be a bad
> suggestion, though.
You can see what Emacs thinks would make a good sentence boundary with
the (sentence-end) function.