aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/repeat.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* repeat: handle non-character keys with hint stringsJD Smith2026-01-041-4/+7
* ; Add 2026 to copyright years.Sean Whitton2026-01-011-1/+1
* * lisp/repeat.el (repeat-mode): Use 'called-interactively-p'.Juri Linkov2025-07-231-9/+12
* Fix repeat-echo-message-string for keys with hints (bug#78797).Juri Linkov2025-06-191-2/+9
* Improve repeat-continue property handlingPaul Nelson2025-06-111-10/+19
* Recommend using 'keymap-global-set' in CommentariesStefan Kangas2025-03-151-2/+2
* lisp/repeat.el: Don't expose `cl-extra/cl-lib` distinctionStefan Monnier2025-01-251-1/+1
* ; * lisp/repeat.el (cl-extra): Require, to shut up byte-compiler.Eli Zaretskii2025-01-181-0/+2
* Improve repeat-mode to correctly show multi-key sequences as echoJuri Linkov2025-01-141-3/+4
* Fix repeat-mode to keep the same map symbol for repeat-continueJuri Linkov2025-01-141-12/+17
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* Rename the property 'repeat-continue-only' to 'repeat-continue'Juri Linkov2024-12-171-5/+5
* Display commands with repeat-continue-only in describe-repeat-mapsJuri Linkov2024-12-171-9/+28
* Improve support of property repeat-continue-only in repeat-mode (bug#74140)Juri Linkov2024-12-171-32/+34
* Add new keyword :continue-only to defvar-keymap for repeat-mode (bug#74140)Juri Linkov2024-12-031-2/+6
* Add command symbol property 'repeat-continue-only' for 'repeat-mode'Juri Linkov2024-11-271-1/+3
* Mark if-let and when-let obsoleteSean Whitton2024-10-241-2/+2
* Miscellaneous checkdoc fixesStefan Kangas2024-07-201-2/+2
* (repeat-echo-message-string): Reuse 'r-m-c' prompt formattingEshel Yaron2024-05-081-8/+8
* Support hints in the :repeat keyword of defvar-keymap for repeat-modeJuri Linkov2024-05-021-14/+21
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* * lisp/repeat.el: Rename internal function and variable (bug#60980)Juri Linkov2023-02-131-9/+9
* Improve documentation of 'repeat-mode' and related variablesEli Zaretskii2023-02-021-19/+30
* * doc/emacs/basic.texi (Repeating): Mention describe-repeat-maps (bug#61183).Juri Linkov2023-02-011-1/+2
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* * lisp/repeat.el (repeat-echo-function): Suggest 'add-function' in docstring.Juri Linkov2022-12-281-1/+2
* * lisp/repeat.el: Fix repeat-keep-prefix to allow customizing it to non-nil.Juri Linkov2022-12-201-44/+73
* * lisp/repeat.el (describe-repeat-maps): More outlines and page separators.Juri Linkov2022-11-181-22/+25
* * lisp/repeat.el (describe-repeat-maps): Use fill-region-as-paragraph.Juri Linkov2022-11-171-12/+27
* * lisp/repeat.el (describe-repeat-maps): Improve the output.Juri Linkov2022-11-171-15/+26
* * lisp/repeat.el (repeat-exit): Add autoload cookie.Juri Linkov2022-10-051-0/+1
* * lisp/repeat.el (repeat-exit-key): Replace type 'key-sequence' with 'key'.Juri Linkov2022-10-031-3/+8
* * lisp/repeat.el (repeat-exit): New command.Juri Linkov2022-10-031-14/+24
* * lisp/repeat.el (repeat<defgroup>): New customization group.Juri Linkov2022-10-021-8/+14
* * lisp/repeat.el (describe-repeat-maps): Handle non-symbol keymap (bug#21634).Juri Linkov2022-07-061-2/+6
* Quote some literal keys to get help-key-binding faceStefan Kangas2022-07-031-2/+2
* Use more help-key-binding faces in repeat-mode messageJuri Linkov2022-07-031-2/+3
* Use help-key-binding face in repeat-mode messageStefan Kangas2022-07-021-1/+3
* Merge from origin/emacs-28Tassilo Horn2022-06-211-1/+1
|\
| * * lisp/repeat.el (repeat-mode): Fix message format.Stefan Kangas2022-06-211-1/+1
* | Make describe-repeat-maps fontify key bindingsLars Ingebrigtsen2022-06-191-9/+12
* | repeat-mode: Don't echo unset keys in help messageVisuwesh2022-06-151-1/+1
* | Fix the final divergent single quote usages in doc stringsLars Ingebrigtsen2022-05-241-1/+1
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\ \ | |/
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Merge from origin/emacs-28Stefan Kangas2021-12-021-11/+16
|\ \ | |/
| * * lisp/repeat.el: Use same logic for repeat-check-key and repeat-exit-timeout.Juri Linkov2021-12-011-11/+16
* | Merge from origin/emacs-28Stefan Kangas2021-12-011-10/+36
|\ \ | |/
| * * lisp/repeat.el: Fix long-standing problem when a random key activates mapJuri Linkov2021-11-301-9/+35
| * * lisp/repeat.el (repeat-keep-prefix): Change default to nil.Juri Linkov2021-11-301-1/+1