[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
emacs-28 e55e2d4: ; * etc/NEWS: Minor copyedit about 'repeat-mode'.
From: |
Eli Zaretskii |
Subject: |
emacs-28 e55e2d4: ; * etc/NEWS: Minor copyedit about 'repeat-mode'. |
Date: |
Tue, 19 Oct 2021 08:13:07 -0400 (EDT) |
branch: emacs-28
commit e55e2d4a110447540db6bbdb9cb1c12313b4b8ad
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>
; * etc/NEWS: Minor copyedit about 'repeat-mode'.
---
etc/NEWS | 27 ++++++++++++++-------------
1 file changed, 14 insertions(+), 13 deletions(-)
diff --git a/etc/NEWS b/etc/NEWS
index b7c4346..a847a88 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -3220,19 +3220,20 @@ batch mode.
+++
** New transient mode 'repeat-mode' to allow shorter key sequences.
-You can type 'C-x u u' instead of 'C-x u C-x u' to undo many changes,
-'C-x o o' instead of 'C-x o C-x o' to switch several windows,
-'C-x { { } } ^ ^ v v' to resize the selected window interactively,
-'M-g n n p p' to navigate next-error matches. Any other key exits
-transient mode and then is executed normally. 'repeat-exit-key'
-defines an additional key to exit mode like 'isearch-exit' ('RET').
-The user option 'repeat-exit-timeout' specifies the number of
-seconds of idle time to break the repetition chain automatically.
-With 'repeat-keep-prefix' you can keep the prefix arg of the previous
-command. For example, this can help to reverse the window navigation
-direction with e.g. 'C-x o M-- o o'. Also it can help to set a new
-step with e.g. 'C-x { C-5 { { {', which will set the window resizing
-step to 5 columns.
+Type "M-x repeat-mode RET" to enable this mode. You can then type
+'C-x u u' instead of 'C-x u C-x u' to undo many changes, 'C-x o o'
+instead of 'C-x o C-x o' to switch windows, 'C-x { { } } ^ ^ v v' to
+resize the selected window interactively, 'M-g n n p p' to navigate
+next-error matches. Any other key exits transient mode and then is
+executed normally. 'repeat-exit-key' defines an additional key to
+exit mode like 'isearch-exit' ('RET'). The user option
+'repeat-exit-timeout' specifies the number of seconds of idle time to
+break the repetition chain automatically. With 'repeat-keep-prefix'
+you can keep the prefix arg of the previous command. For example,
+this can help to reverse the window navigation direction with
+e.g. 'C-x o M-- o o'. Also it can help to set a new step with
+e.g. 'C-x { C-5 { { {', which will set the window resizing step to 5
+columns.
---
** New themes 'modus-vivendi' and 'modus-operandi'.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- emacs-28 e55e2d4: ; * etc/NEWS: Minor copyedit about 'repeat-mode'.,
Eli Zaretskii <=