[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#74140: [PATCH] Add :continue-only directive for repeat maps in bind-
From: |
Eli Zaretskii |
Subject: |
bug#74140: [PATCH] Add :continue-only directive for repeat maps in bind-keys, use-package |
Date: |
Wed, 04 Dec 2024 14:08:43 +0200 |
> Cc: 74140@debbugs.gnu.org
> From: Juri Linkov <juri@linkov.net>
> Date: Tue, 03 Dec 2024 20:12:36 +0200
>
> > So below is a patch that adds support for a list of maps.
> > And users don't have to populate the list manually because
> > 'defvar-keymap' does this automatically with :continue-only
> > in the same patch.
>
> Now this patch is pushed, so you can use the new property
> to implement the :continue-only directive in bind-keys.
Thanks, but I think the NEWS entry needs a small clarification:
** New symbol property 'repeat-continue-only' for 'repeat-mode'.
-A command with this symbol property whose value is non-nil will not
-activate the repeat map in 'repeat-mode', it will only continue the
-already activated repeating sequence.
+A command with this symbol property whose value is a list of repeat
+maps will not activate the repeat map in 'repeat-mode'. It will only
+continue the already activated repeating sequence. Also 'defvar-keymap'
+supports a new keyword ':continue-only' with a list of commands that
+only continue the active repeating sequence.
This doesn't say what is the significance of the repeat maps included
in the value of the property (as opposed to those not included). I'm
guessing they have some influence on the result, so NEWS should at
least hint on that.
- bug#74140: [PATCH] Add :continue-only directive for repeat maps in bind-keys, use-package, Juri Linkov, 2024/12/03
- bug#74140: [PATCH] Add :continue-only directive for repeat maps in bind-keys, use-package, Paul Nelson, 2024/12/03
- bug#74140: [PATCH] Add :continue-only directive for repeat maps in bind-keys, use-package,
Eli Zaretskii <=
- bug#74140: [PATCH] Add :continue-only directive for repeat maps in bind-keys, use-package, Juri Linkov, 2024/12/04
- bug#74140: [PATCH] Add :continue-only directive for repeat maps in bind-keys, use-package, Paul Nelson, 2024/12/11
- bug#74140: [PATCH] Add :continue-only directive for repeat maps in bind-keys, use-package, Paul Nelson, 2024/12/16
- bug#74140: [PATCH] Add :continue-only directive for repeat maps in bind-keys, use-package, Juri Linkov, 2024/12/16
- bug#74140: [PATCH] Add :continue-only directive for repeat maps in bind-keys, use-package, Paul Nelson, 2024/12/16
- bug#74140: [PATCH] Add :continue-only directive for repeat maps in bind-keys, use-package, Juri Linkov, 2024/12/17
- bug#74140: [PATCH] Add :continue-only directive for repeat maps in bind-keys, use-package, Paul Nelson, 2024/12/19