GNU bug report logs -
#74140
[PATCH] Add :continue-only directive for repeat maps in bind-keys, use-package
Previous Next
Reported by: Paul Nelson <ultrono <at> gmail.com>
Date: Thu, 31 Oct 2024 17:37:02 UTC
Severity: wishlist
Tags: patch
Fixed in version 31.0.50
Done: Juri Linkov <juri <at> linkov.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> ** 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.
When I tried to explain better, I realized there is no need to have
a list of repeat maps, because a command can't have more than 1 map
in its symbol property 'repeat-map'.
Let's wait Paul to confirm whether it will be sufficient for
bind-keys to just set 'repeat-continue-only' to t, not a list.
This bug report was last modified 140 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.