summaryrefslogtreecommitdiff
path: root/lisp/repeat.el
Commit message (Expand)AuthorAge
* * lisp/repeat.el: Rename internal function and variable (bug#60980)Juri Linkov2023-02-13
* Improve documentation of 'repeat-mode' and related variablesEli Zaretskii2023-02-02
* * doc/emacs/basic.texi (Repeating): Mention describe-repeat-maps (bug#61183).Juri Linkov2023-02-01
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* * lisp/repeat.el (repeat-echo-function): Suggest 'add-function' in docstring.Juri Linkov2022-12-28
* * lisp/repeat.el: Fix repeat-keep-prefix to allow customizing it to non-nil.Juri Linkov2022-12-20
* * lisp/repeat.el (describe-repeat-maps): More outlines and page separators.Juri Linkov2022-11-18
* * lisp/repeat.el (describe-repeat-maps): Use fill-region-as-paragraph.Juri Linkov2022-11-17
* * lisp/repeat.el (describe-repeat-maps): Improve the output.Juri Linkov2022-11-17
* * lisp/repeat.el (repeat-exit): Add autoload cookie.Juri Linkov2022-10-05
* * lisp/repeat.el (repeat-exit-key): Replace type 'key-sequence' with 'key'.Juri Linkov2022-10-03
* * lisp/repeat.el (repeat-exit): New command.Juri Linkov2022-10-03
* * lisp/repeat.el (repeat<defgroup>): New customization group.Juri Linkov2022-10-02
* * lisp/repeat.el (describe-repeat-maps): Handle non-symbol keymap (bug#21634).Juri Linkov2022-07-06
* Quote some literal keys to get help-key-binding faceStefan Kangas2022-07-03
* Use more help-key-binding faces in repeat-mode messageJuri Linkov2022-07-03
* Use help-key-binding face in repeat-mode messageStefan Kangas2022-07-02
* Merge from origin/emacs-28Tassilo Horn2022-06-21
|\
| * * lisp/repeat.el (repeat-mode): Fix message format.Stefan Kangas2022-06-21
* | Make describe-repeat-maps fontify key bindingsLars Ingebrigtsen2022-06-19
* | repeat-mode: Don't echo unset keys in help messageVisuwesh2022-06-15
* | Fix the final divergent single quote usages in doc stringsLars Ingebrigtsen2022-05-24
* | Merge from origin/emacs-28Eli Zaretskii2022-01-01
|\|
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* | Merge from origin/emacs-28Stefan Kangas2021-12-02
|\|
| * * lisp/repeat.el: Use same logic for repeat-check-key and repeat-exit-timeout.Juri Linkov2021-12-01
* | Merge from origin/emacs-28Stefan Kangas2021-12-01
|\|
| * * lisp/repeat.el: Fix long-standing problem when a random key activates mapJuri Linkov2021-11-30
| * * lisp/repeat.el (repeat-keep-prefix): Change default to nil.Juri Linkov2021-11-30
* | Do not buttonize key bindings outside of *Help* buffersGregory Heytings2021-11-29
|/
* * lisp/repeat.el (repeat-post-hook): Add check symbolp rep-map.Narendra Joshi2021-11-25
* * lisp/repeat.el (describe-repeat-maps): Print all bound keys (bug#49265).Robert Pluim2021-11-18
* * lisp/repeat.el (repeat-echo-message): Bind message-log-max to nil.Juri Linkov2021-11-15
* * lisp/repeat.el (describe-repeat-maps): Use help-fns--analyze-function.Robert Pluim2021-11-15
* * lisp/repeat.el: Detect changes in the minibuffer state (bug#47566)Juri Linkov2021-11-15
* ; * lisp/repeat.el (repeat-mode): Fix docstring typo.Robert Pluim2021-10-22
* * lisp/repeat.el (repeat-keep-prefix): Expand description.Robert Pluim2021-10-22
* Improve docstrings and NEWS item of 'repeat-mode'Juri Linkov2021-10-20
* ; More minor stylistic fixes found by checkdocStefan Kangas2021-09-22
* * lisp/repeat.el (repeat-echo-message): Clear only own added part of message.Juri Linkov2021-09-17
* Handle nil messages in repeat-echo-message.Gabriel do Nascimento Ribeiro2021-08-25
* ; * lisp/repeat.el (repeat-echo-message): Use `string-search`.Mattias EngdegÄrd2021-08-24
* Fix to clear echo-area after repeat-exit-timeout.Gabriel do Nascimento Ribeiro2021-08-24
* * lisp/repeat.el (describe-repeat-maps): Rename from `describe-repeat'.Juri Linkov2021-07-06
* * lisp/repeat.el (describe-repeat): New command (bug#49265).Juri Linkov2021-06-29
* * lisp/repeat.el (repeat-exit-timeout): New defcustom (bug#48472).Juri Linkov2021-05-19
* repeat-echo-mode-line-string doesn't need risky-local-variable to keep propsJuri Linkov2021-04-14
* * lisp/repeat.el: Add option to indicate repeat-mode in mode-line (bug#47566)Juri Linkov2021-04-14
* * lisp/repeat.el (repeat-mode-echo): New defcustom.Juri Linkov2021-04-12
* * lisp/repeat.el (repeat-post-hook): Check for prefix-arg.Juri Linkov2021-04-08