summaryrefslogtreecommitdiff
path: root/lisp/keymap.el
AgeCommit message (Expand)Author
2023-09-18Make key-translate actually workShynur
2023-09-18Add missing builtin package declarationsStefan Kangas
2023-08-16; Fix typos in lisp/keymap.el doc strings (bug#65329).Thomas Voss
2023-07-06; Improve documentation of key-binding commandsEli Zaretskii
2023-03-20Improve defvar-keymap docstring.Robert Pluim
2023-02-03Improve keymap-global-set and keymap-local-set interactive use fixRobert Pluim
2023-02-02; Doc fixes in keymap.elEli Zaretskii
2023-01-31* lisp/keymap.el (keymap-global-unset): Correct promptRobert Pluim
2023-01-30Fix interactive use of `keymap-local-set' and `keymap-global-set'Robert Pluim
2023-01-20Make `keymap-set-after' work for menusRobert Pluim
2023-01-20Use `key-parse' in `keymap-lookup'Robert Pluim
2023-01-20Handle after arg correctly in `keymap-set-after'Robert Pluim
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-12-22Use the new keyword ':repeat' in repeatable keymaps.Juri Linkov
2022-12-14; * lisp/keymap.el (keymap-substitute): Doc fix. (Bug#60059)Stefan Kangas
2022-11-18Improve 'defvar-keymap' docstringRobert Pluim
2022-11-17* lisp/keymap.el (defvar-keymap): Don't use pcase.Juri Linkov
2022-11-17* lisp/keymap.el (defvar-keymap): Add support for repeat-mode.Juri Linkov
2022-10-03Revert "keymap.el: Ease up support for non-`kbd` formats."Lars Ingebrigtsen
2022-10-02keymap.el: Ease up support for non-`kbd` formats.Stefan Monnier
2022-08-02Signal error on duplicate key definitionsRobert Pluim
2022-07-31Declare `key-valid-p` and `readablep` as error-freeMattias Engdegård
2022-06-18Filter out NS non-key events from `where-is-internal'Lars Ingebrigtsen
2022-06-18Avoid "control-control-KEY" (bug#55738)Mattias Engdegård
2022-05-03Fix key-parse problem with C-x ( ... sequencesLars Ingebrigtsen
2022-04-22Audit quoting the quote character in doc stringsLars Ingebrigtsen
2022-01-22Merge branch 'master' into scratch/correct-warning-posAlan Mackenzie
2022-01-22Miscellaneous amendments to the scratch/correct-warning-pos branchAlan Mackenzie
2022-01-20Make key-valid-p work in TurkeyLars Ingebrigtsen
2022-01-04Remove ambiguity from key-valid-p docstringRobert Pluim
2022-01-02Move define-keymap and defvar-keymap to keymap.elStefan Kangas
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-28; * lisp/keymap.el (key-valid-p): Fix wording of doc string.Eli Zaretskii
2021-12-27Doc fix; fix terminology in key binding functionsStefan Kangas
2021-12-10Make keymap-lookup work for keymap results, tooLars Ingebrigtsen
2021-12-04Fix keymap-lookup implementationLars Ingebrigtsen
2021-11-30Fix some of the argument handling in keymap-set and keymap-substituteLars Ingebrigtsen
2021-11-28Use compiler macros for the key syntax checksMattias Engdegård
2021-11-17Change the call signature to keymap-substituteLars Ingebrigtsen
2021-11-16Make keymap-unset workLars Ingebrigtsen
2021-11-16Add new 'keymap-*' functionsLars Ingebrigtsen