summaryrefslogtreecommitdiff
path: root/test/src/keymap-tests.el
AgeCommit message (Expand)Author
2026-05-07; Revert Eric's commits from February.Sean Whitton
2026-02-25More test coverage improvements.Eric S. Raymond
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-10-18Respect keymaps in buffer text for clicks on displayed stringsSpencer Baugh
2025-09-09Ignore keymaps at point for positions outside the bufferSpencer Baugh
2025-01-01Update copyright year to 2025Paul Eggert
2024-05-16Add multi/unibyte string tests for key-descriptionRobert Pluim
2024-01-20* lisp/keymap.el (define-keymap): Demote "duplicate def" to a warningStefan Monnier
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-03-18Add tests for Bug#62207Robert Pluim
2023-01-20Make `keymap-set-after' work for menusRobert Pluim
2023-01-20Use `key-parse' in `keymap-lookup'Robert Pluim
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-08-02Signal error on duplicate key definitionsRobert Pluim
2022-07-14; Fix typos: prefer American spellingStefan Kangas
2022-06-24Merge from origin/emacs-28Stefan Kangas
2022-06-23; Fix typos: prefer US spelling.Stefan Kangas
2022-06-18; Pacify byte-compiler warning in keymap-tests.el.Basil L. Contovounesios
2022-06-18Filter out NS non-key events from `where-is-internal'Lars Ingebrigtsen
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-26Use defvar-keymap in testsStefan Kangas
2021-12-26Add test for text-char-descriptionStefan Kangas
2021-11-16Allow removing keymap definitionsLars Ingebrigtsen
2021-11-02Update keymap-tests after recent changesdickmao
2021-10-31Add test for Bug#51527Stefan Kangas
2021-10-28Be more allowing when looking for menu-bar itemsStefan Kangas
2021-10-28Be more allowing when looking for menu-bar itemsStefan Kangas
2021-10-19Make `lookup-key' understand the new key sequence syntaxLars Ingebrigtsen
2021-09-18Fix performance degradation in commands that describe key bindingsEli Zaretskii
2021-03-06Add some new tests for keymap.cStefan Kangas
2021-01-05Pretty-print keys without <> around modifiers (bug#45536)Mattias EngdegÄrd
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-19Convert apropos-internal from C to Lisp (Bug#44529)Stefan Kangas
2020-11-22Say which command shadows a key bindingStefan Kangas
2020-11-22Don't shadow bindings by the same commandStefan Kangas
2020-11-22Don't show key ranges if shadowed by different commandsStefan Kangas
2020-11-15Run menu-item :filter function before showing bindingStefan Kangas
2020-11-09Remove test for return value of set-keymap-parentStefan Kangas
2020-11-07Add some more tests for keymap.cStefan Kangas
2020-11-06Add more tests for where-is-internalStefan Kangas
2020-11-01Insert describe-map-tree header into original bufferStefan Kangas
2020-04-24Use lexical-binding in most src testsStefan Kangas
2020-01-01Update copyright year to 2020Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-08-29Avoid crashes for invalid value of key modifiersEli Zaretskii
2016-01-11Merge from origin/emacs-25John Wiegley