summaryrefslogtreecommitdiff
path: root/lisp/repeat.el
AgeCommit message (Expand)Author
2026-01-04repeat: handle non-character keys with hint stringsJD Smith
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-07-23* lisp/repeat.el (repeat-mode): Use 'called-interactively-p'.Juri Linkov
2025-06-19Fix repeat-echo-message-string for keys with hints (bug#78797).Juri Linkov
2025-06-11Improve repeat-continue property handlingPaul Nelson
2025-03-15Recommend using 'keymap-global-set' in CommentariesStefan Kangas
2025-01-25lisp/repeat.el: Don't expose `cl-extra/cl-lib` distinctionStefan Monnier
2025-01-18; * lisp/repeat.el (cl-extra): Require, to shut up byte-compiler.Eli Zaretskii
2025-01-14Improve repeat-mode to correctly show multi-key sequences as echoJuri Linkov
2025-01-14Fix repeat-mode to keep the same map symbol for repeat-continueJuri Linkov
2025-01-01Update copyright year to 2025Paul Eggert
2024-12-17Rename the property 'repeat-continue-only' to 'repeat-continue'Juri Linkov
2024-12-17Display commands with repeat-continue-only in describe-repeat-mapsJuri Linkov
2024-12-17Improve support of property repeat-continue-only in repeat-mode (bug#74140)Juri Linkov
2024-12-03Add new keyword :continue-only to defvar-keymap for repeat-mode (bug#74140)Juri Linkov
2024-11-27Add command symbol property 'repeat-continue-only' for 'repeat-mode'Juri Linkov
2024-10-24Mark if-let and when-let obsoleteSean Whitton
2024-07-20Miscellaneous checkdoc fixesStefan Kangas
2024-05-08(repeat-echo-message-string): Reuse 'r-m-c' prompt formattingEshel Yaron
2024-05-02Support hints in the :repeat keyword of defvar-keymap for repeat-modeJuri Linkov
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-02-13* lisp/repeat.el: Rename internal function and variable (bug#60980)Juri Linkov
2023-02-02Improve documentation of 'repeat-mode' and related variablesEli Zaretskii
2023-02-01* doc/emacs/basic.texi (Repeating): Mention describe-repeat-maps (bug#61183).Juri Linkov
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-12-28* lisp/repeat.el (repeat-echo-function): Suggest 'add-function' in docstring.Juri Linkov
2022-12-20* lisp/repeat.el: Fix repeat-keep-prefix to allow customizing it to non-nil.Juri Linkov
2022-11-18* lisp/repeat.el (describe-repeat-maps): More outlines and page separators.Juri Linkov
2022-11-17* lisp/repeat.el (describe-repeat-maps): Use fill-region-as-paragraph.Juri Linkov
2022-11-17* lisp/repeat.el (describe-repeat-maps): Improve the output.Juri Linkov
2022-10-05* lisp/repeat.el (repeat-exit): Add autoload cookie.Juri Linkov
2022-10-03* lisp/repeat.el (repeat-exit-key): Replace type 'key-sequence' with 'key'.Juri Linkov
2022-10-03* lisp/repeat.el (repeat-exit): New command.Juri Linkov
2022-10-02* lisp/repeat.el (repeat<defgroup>): New customization group.Juri Linkov
2022-07-06* lisp/repeat.el (describe-repeat-maps): Handle non-symbol keymap (bug#21634).Juri Linkov
2022-07-03Quote some literal keys to get help-key-binding faceStefan Kangas
2022-07-03Use more help-key-binding faces in repeat-mode messageJuri Linkov
2022-07-02Use help-key-binding face in repeat-mode messageStefan Kangas
2022-06-21Merge from origin/emacs-28Tassilo Horn
2022-06-21* lisp/repeat.el (repeat-mode): Fix message format.Stefan Kangas
2022-06-19Make describe-repeat-maps fontify key bindingsLars Ingebrigtsen
2022-06-15repeat-mode: Don't echo unset keys in help messageVisuwesh
2022-05-24Fix the final divergent single quote usages in doc stringsLars Ingebrigtsen
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-02Merge from origin/emacs-28Stefan Kangas
2021-12-01* lisp/repeat.el: Use same logic for repeat-check-key and repeat-exit-timeout.Juri Linkov
2021-12-01Merge from origin/emacs-28Stefan Kangas
2021-11-30* lisp/repeat.el: Fix long-standing problem when a random key activates mapJuri Linkov
2021-11-30* lisp/repeat.el (repeat-keep-prefix): Change default to nil.Juri Linkov