diff options
| author | Elías Gabriel Pérez | 2025-10-30 13:04:46 -0600 |
|---|---|---|
| committer | Juri Linkov | 2025-11-05 09:17:51 +0200 |
| commit | e7505ca213d77ea2f34caeb01d185e340641b5f4 (patch) | |
| tree | 487b160eff0bcc80ca92a1f1cc29688fba22e6ac /doc | |
| parent | 2f6e5d2eda006cfa65a6f4e2aa0d63e20a47c0ec (diff) | |
| download | emacs-e7505ca213d77ea2f34caeb01d185e340641b5f4.tar.gz emacs-e7505ca213d77ea2f34caeb01d185e340641b5f4.zip | |
Add option to auto-refresh the lossage buffer. (Bug#79732)
* lisp/help.el (view-lossage-auto-refresh): New user option.
(help--lossage-update): New variable.
(help--lossage-make-recent-keys, help--refresh-lossage-buffer):
New functions.
(view-lossage): Rework.
* doc/emacs/help.texi (Misc Help):
* etc/NEWS: Document change.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/help.texi | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/emacs/help.texi b/doc/emacs/help.texi index 6ea7b5783c2..879967ddfb2 100644 --- a/doc/emacs/help.texi +++ b/doc/emacs/help.texi | |||
| @@ -716,8 +716,14 @@ use @kbd{C-h l} (@code{view-lossage}). @kbd{C-h l} displays your last | |||
| 716 | input keystrokes and the commands they invoked. By default, Emacs | 716 | input keystrokes and the commands they invoked. By default, Emacs |
| 717 | stores the last 300 keystrokes; if you wish, you can change this number with | 717 | stores the last 300 keystrokes; if you wish, you can change this number with |
| 718 | the command @code{lossage-size}. | 718 | the command @code{lossage-size}. |
| 719 | If you see commands that you are not familiar with, you can use @kbd{C-h k} or | 719 | If you see commands that you are not familiar with, use |
| 720 | @kbd{C-h f} to find out what they do. | 720 | @kbd{C-h k}, or press @kbd{RET} or click on them to find out what they do. |
| 721 | |||
| 722 | @vindex view-lossage-auto-refresh | ||
| 723 | By default, after the lossage buffer is displayed it will not show the | ||
| 724 | most recent keystroke and command that you are currently typing, to | ||
| 725 | change this set the variable @code{view-lossage-auto-refresh} to | ||
| 726 | @code{t}. | ||
| 721 | 727 | ||
| 722 | @kindex C-h e | 728 | @kindex C-h e |
| 723 | @findex view-echo-area-messages | 729 | @findex view-echo-area-messages |