diff options
| author | Eli Zaretskii | 2021-10-19 15:12:43 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2021-10-19 15:12:43 +0300 |
| commit | e55e2d4a110447540db6bbdb9cb1c12313b4b8ad (patch) | |
| tree | 801069ab9f73f8ca9dfba751a05e0907122bb9b0 | |
| parent | 380981ddb5dac675dafd9edb3d636d24e745c91c (diff) | |
| download | emacs-e55e2d4a110447540db6bbdb9cb1c12313b4b8ad.tar.gz emacs-e55e2d4a110447540db6bbdb9cb1c12313b4b8ad.zip | |
; * etc/NEWS: Minor copyedit about 'repeat-mode'.
| -rw-r--r-- | etc/NEWS | 27 |
1 files changed, 14 insertions, 13 deletions
| @@ -3220,19 +3220,20 @@ batch mode. | |||
| 3220 | 3220 | ||
| 3221 | +++ | 3221 | +++ |
| 3222 | ** New transient mode 'repeat-mode' to allow shorter key sequences. | 3222 | ** New transient mode 'repeat-mode' to allow shorter key sequences. |
| 3223 | You can type 'C-x u u' instead of 'C-x u C-x u' to undo many changes, | 3223 | Type "M-x repeat-mode RET" to enable this mode. You can then type |
| 3224 | 'C-x o o' instead of 'C-x o C-x o' to switch several windows, | 3224 | 'C-x u u' instead of 'C-x u C-x u' to undo many changes, 'C-x o o' |
| 3225 | 'C-x { { } } ^ ^ v v' to resize the selected window interactively, | 3225 | instead of 'C-x o C-x o' to switch windows, 'C-x { { } } ^ ^ v v' to |
| 3226 | 'M-g n n p p' to navigate next-error matches. Any other key exits | 3226 | resize the selected window interactively, 'M-g n n p p' to navigate |
| 3227 | transient mode and then is executed normally. 'repeat-exit-key' | 3227 | next-error matches. Any other key exits transient mode and then is |
| 3228 | defines an additional key to exit mode like 'isearch-exit' ('RET'). | 3228 | executed normally. 'repeat-exit-key' defines an additional key to |
| 3229 | The user option 'repeat-exit-timeout' specifies the number of | 3229 | exit mode like 'isearch-exit' ('RET'). The user option |
| 3230 | seconds of idle time to break the repetition chain automatically. | 3230 | 'repeat-exit-timeout' specifies the number of seconds of idle time to |
| 3231 | With 'repeat-keep-prefix' you can keep the prefix arg of the previous | 3231 | break the repetition chain automatically. With 'repeat-keep-prefix' |
| 3232 | command. For example, this can help to reverse the window navigation | 3232 | you can keep the prefix arg of the previous command. For example, |
| 3233 | direction with e.g. 'C-x o M-- o o'. Also it can help to set a new | 3233 | this can help to reverse the window navigation direction with |
| 3234 | step with e.g. 'C-x { C-5 { { {', which will set the window resizing | 3234 | e.g. 'C-x o M-- o o'. Also it can help to set a new step with |
| 3235 | step to 5 columns. | 3235 | e.g. 'C-x { C-5 { { {', which will set the window resizing step to 5 |
| 3236 | columns. | ||
| 3236 | 3237 | ||
| 3237 | --- | 3238 | --- |
| 3238 | ** New themes 'modus-vivendi' and 'modus-operandi'. | 3239 | ** New themes 'modus-vivendi' and 'modus-operandi'. |