[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Q2 -
From: |
Yuri Khan |
Subject: |
Re: Q2 - |
Date: |
Sun, 15 Dec 2024 14:16:30 +0700 |
On Sun, 15 Dec 2024 at 06:52, Tatsu Takamaro <tatsu.takamaro@gmail.com> wrote:
> Commands "forward-sentence" and "backward-sentence" do not move by
> sentences actually.
This one is easy. The default settings in Emacs assume a period
followed by two spaces is a sentence boundary while reserving a period
followed by a single space for constructs such as “Dr. Jekyll”, “Mr.
Hyde” and “A. S. Pushkin”.
Toggle
(setq sentence-end-double-space nil)
and prefer using non-breaking spaces with intra-sentence periods.
- Q2 -, Tatsu Takamaro, 2024/12/14