[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#66394: 29.1; Make register-read-with-preview more useful
From: |
Thierry Volpiatto |
Subject: |
bug#66394: 29.1; Make register-read-with-preview more useful |
Date: |
Tue, 12 Dec 2023 16:44:49 +0000 |
Thierry Volpiatto <thievol@posteo.net> writes:
> Here a third patch that allows more precise configuration if needed.
> For example if you have register-use-preview == nil, no confirmation
> with RET is needed everywhere, even when overwriting a register. If you
> want to have a confirmation when overwriting but no confirmation when
> jumping/inserting you can use this in addition of register-use-preview
> == nil:
Finally patch 0003 is not needed, one can override default with:
(cl-defmethod register-command-info ((_command (eql copy-to-register)))
(make-register-preview-info
:types '(all)
:msg "Copy to register `%s'"
:act 'set
:noconfirm nil))
--
Thierry
signature.asc
Description: PGP signature
- bug#66394: 29.1; Make register-read-with-preview more useful, (continued)
- bug#66394: 29.1; Make register-read-with-preview more useful, Thierry Volpiatto, 2023/12/11
- bug#66394: 29.1; Make register-read-with-preview more useful, Thierry Volpiatto, 2023/12/11
- bug#66394: 29.1; Make register-read-with-preview more useful, Eli Zaretskii, 2023/12/11
- bug#66394: 29.1; Make register-read-with-preview more useful, Thierry Volpiatto, 2023/12/11
- bug#66394: 29.1; Make register-read-with-preview more useful, Thierry Volpiatto, 2023/12/11
- bug#66394: 29.1; Make register-read-with-preview more useful, Dmitry Gutov, 2023/12/11
- bug#66394: 29.1; Make register-read-with-preview more useful, Thierry Volpiatto, 2023/12/12
- bug#66394: 29.1; Make register-read-with-preview more useful, Thierry Volpiatto, 2023/12/12
- bug#66394: 29.1; Make register-read-with-preview more useful, Thierry Volpiatto, 2023/12/12
- bug#66394: 29.1; Make register-read-with-preview more useful,
Thierry Volpiatto <=
- bug#66394: 29.1; Make register-read-with-preview more useful, Dmitry Gutov, 2023/12/13
- bug#66394: 29.1; Make register-read-with-preview more useful, Thierry Volpiatto, 2023/12/14
- bug#66394: 29.1; Make register-read-with-preview more useful, Stefan Monnier, 2023/12/14
- bug#66394: 29.1; Make register-read-with-preview more useful, Eli Zaretskii, 2023/12/14
- bug#66394: 29.1; Make register-read-with-preview more useful, Eli Zaretskii, 2023/12/14
- bug#66394: 29.1; Make register-read-with-preview more useful, Stefan Monnier, 2023/12/14
- bug#66394: 29.1; Make register-read-with-preview more useful, Thierry Volpiatto, 2023/12/14
- bug#66394: 29.1; Make register-read-with-preview more useful, Andreas Schwab, 2023/12/14
- bug#66394: 29.1; Make register-read-with-preview more useful, Stefan Kangas, 2023/12/14
- bug#66394: 29.1; Make register-read-with-preview more useful, Thierry Volpiatto, 2023/12/15