--- Begin Message ---
Subject: |
30.0.50; killing.texi: M-@key{SPC} and `just-one-space' |
Date: |
Tue, 19 Mar 2024 23:14:26 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hi all,
commit 42e4d6b8ce mapped 'M-SPC' to `cycle-spacing' instead of
`just-one-space'. In killing.texi, starting with line 94, there is:
@item M-@key{SPC}
Delete spaces and tabs around point, leaving one space
(@code{just-one-space}).
[...]
@kindex M-SPC
@findex cycle-spacing
@vindex cycle-spacing-actions
The command @code{cycle-spacing} (@kbd{M-@key{SPC}}) acts like a more
flexible version of @code{just-one-space}. It performs different
space cleanup actions defined by @code{cycle-spacing-actions}, in a
cyclic manner, if you call it repeatedly in succession.
Is this on purpose or an omission?
Best, Arash
--- End Message ---
--- Begin Message ---
Subject: |
Re: bug#69905: 30.0.50; killing.texi: M-@key{SPC} and `just-one-space' |
Date: |
Wed, 20 Mar 2024 14:47:20 +0200 |
> From: Arash Esbati <arash@gnu.org>
> Date: Tue, 19 Mar 2024 23:14:26 +0100
>
> commit 42e4d6b8ce mapped 'M-SPC' to `cycle-spacing' instead of
> `just-one-space'. In killing.texi, starting with line 94, there is:
>
> @item M-@key{SPC}
> Delete spaces and tabs around point, leaving one space
> (@code{just-one-space}).
> [...]
> @kindex M-SPC
> @findex cycle-spacing
> @vindex cycle-spacing-actions
> The command @code{cycle-spacing} (@kbd{M-@key{SPC}}) acts like a more
> flexible version of @code{just-one-space}. It performs different
> space cleanup actions defined by @code{cycle-spacing-actions}, in a
> cyclic manner, if you call it repeatedly in succession.
>
> Is this on purpose or an omission?
Omission. Thanks, fixed.
--- End Message ---