summaryrefslogtreecommitdiff
path: root/lisp/keymap.el
Commit message (Expand)AuthorAgeFilesLines
* ; * lisp/keymap.el (key-parse): Fix processing of "[TAB]". (Bug#69893)Eli Zaretskii2024-03-211-1/+1
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* Make key-translate actually workShynur2023-09-181-3/+5
* Add missing builtin package declarationsStefan Kangas2023-09-181-0/+4
* ; Fix typos in lisp/keymap.el doc strings (bug#65329).Thomas Voss2023-08-161-2/+2
* ; Improve documentation of key-binding commandsEli Zaretskii2023-07-061-20/+38
* Improve defvar-keymap docstring.Robert Pluim2023-03-201-8/+11
* Improve keymap-global-set and keymap-local-set interactive use fixRobert Pluim2023-02-031-8/+10
* ; Doc fixes in keymap.elEli Zaretskii2023-02-021-19/+19
* * lisp/keymap.el (keymap-global-unset): Correct promptRobert Pluim2023-01-311-1/+1
* Fix interactive use of `keymap-local-set' and `keymap-global-set'Robert Pluim2023-01-301-7/+6
* Make `keymap-set-after' work for menusRobert Pluim2023-01-201-3/+9
* Use `key-parse' in `keymap-lookup'Robert Pluim2023-01-201-1/+1
* Handle after arg correctly in `keymap-set-after'Robert Pluim2023-01-201-0/+1
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Use the new keyword ':repeat' in repeatable keymaps.Juri Linkov2022-12-221-1/+1
* ; * lisp/keymap.el (keymap-substitute): Doc fix. (Bug#60059)Stefan Kangas2022-12-141-1/+1
* Improve 'defvar-keymap' docstringRobert Pluim2022-11-181-12/+20
* * lisp/keymap.el (defvar-keymap): Don't use pcase.Juri Linkov2022-11-171-5/+5
* * lisp/keymap.el (defvar-keymap): Add support for repeat-mode.Juri Linkov2022-11-171-9/+43
* Revert "keymap.el: Ease up support for non-`kbd` formats."Lars Ingebrigtsen2022-10-031-16/+3
* keymap.el: Ease up support for non-`kbd` formats.Stefan Monnier2022-10-021-3/+16
* Signal error on duplicate key definitionsRobert Pluim2022-08-021-1/+15
* Declare `key-valid-p` and `readablep` as error-freeMattias Engdegård2022-07-311-1/+1
* Filter out NS non-key events from `where-is-internal'Lars Ingebrigtsen2022-06-181-0/+5
* Avoid "control-control-KEY" (bug#55738)Mattias Engdegård2022-06-181-7/+7
* Fix key-parse problem with C-x ( ... sequencesLars Ingebrigtsen2022-05-031-12/+1
* Audit quoting the quote character in doc stringsLars Ingebrigtsen2022-04-221-4/+4
* Merge branch 'master' into scratch/correct-warning-posAlan Mackenzie2022-01-221-32/+32
|\
| * Make key-valid-p work in TurkeyLars Ingebrigtsen2022-01-201-32/+32
* | Miscellaneous amendments to the scratch/correct-warning-pos branchAlan Mackenzie2022-01-221-5/+6
|/
* Remove ambiguity from key-valid-p docstringRobert Pluim2022-01-041-1/+1
* Move define-keymap and defvar-keymap to keymap.elStefan Kangas2022-01-021-0/+133
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* ; * lisp/keymap.el (key-valid-p): Fix wording of doc string.Eli Zaretskii2021-12-281-1/+1
* Doc fix; fix terminology in key binding functionsStefan Kangas2021-12-271-4/+4
* Make keymap-lookup work for keymap results, tooLars Ingebrigtsen2021-12-101-2/+3
* Fix keymap-lookup implementationLars Ingebrigtsen2021-12-041-2/+2
* Fix some of the argument handling in keymap-set and keymap-substituteLars Ingebrigtsen2021-11-301-6/+5
* Use compiler macros for the key syntax checksMattias Engdegård2021-11-281-1/+21
* Change the call signature to keymap-substituteLars Ingebrigtsen2021-11-171-1/+1
* Make keymap-unset workLars Ingebrigtsen2021-11-161-1/+1
* Add new 'keymap-*' functionsLars Ingebrigtsen2021-11-161-0/+437