summaryrefslogtreecommitdiff
path: root/lisp/repeat.el
AgeCommit message (Expand)Author
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
2021-11-29Do not buttonize key bindings outside of *Help* buffersGregory Heytings
2021-11-25* lisp/repeat.el (repeat-post-hook): Add check symbolp rep-map.Narendra Joshi
2021-11-18* lisp/repeat.el (describe-repeat-maps): Print all bound keys (bug#49265).Robert Pluim
2021-11-15* lisp/repeat.el (repeat-echo-message): Bind message-log-max to nil.Juri Linkov
2021-11-15* lisp/repeat.el (describe-repeat-maps): Use help-fns--analyze-function.Robert Pluim
2021-11-15* lisp/repeat.el: Detect changes in the minibuffer state (bug#47566)Juri Linkov
2021-10-22; * lisp/repeat.el (repeat-mode): Fix docstring typo.Robert Pluim
2021-10-22* lisp/repeat.el (repeat-keep-prefix): Expand description.Robert Pluim
2021-10-20Improve docstrings and NEWS item of 'repeat-mode'Juri Linkov
2021-09-22; More minor stylistic fixes found by checkdocStefan Kangas
2021-09-17* lisp/repeat.el (repeat-echo-message): Clear only own added part of message.Juri Linkov
2021-08-25Handle nil messages in repeat-echo-message.Gabriel do Nascimento Ribeiro
2021-08-24; * lisp/repeat.el (repeat-echo-message): Use `string-search`.Mattias EngdegÄrd
2021-08-24Fix to clear echo-area after repeat-exit-timeout.Gabriel do Nascimento Ribeiro
2021-07-06* lisp/repeat.el (describe-repeat-maps): Rename from `describe-repeat'.Juri Linkov
2021-06-29* lisp/repeat.el (describe-repeat): New command (bug#49265).Juri Linkov
2021-05-19* lisp/repeat.el (repeat-exit-timeout): New defcustom (bug#48472).Juri Linkov
2021-04-14repeat-echo-mode-line-string doesn't need risky-local-variable to keep propsJuri Linkov