aboutsummaryrefslogtreecommitdiffstats
path: root/test/src/keymap-tests.el (unfollow)
Commit message (Expand)AuthorFilesLines
2026-02-25More test coverage improvements.Eric S. Raymond1-0/+16
2026-01-01; Add 2026 to copyright years.Sean Whitton1-1/+1
2025-10-18Respect keymaps in buffer text for clicks on displayed stringsSpencer Baugh1-5/+16
2025-09-09Ignore keymaps at point for positions outside the bufferSpencer Baugh1-0/+27
2025-01-02Update copyright year to 2025Stefan Kangas1-1/+1
2025-01-01Update copyright year to 2025Paul Eggert1-1/+1
2024-05-16Add multi/unibyte string tests for key-descriptionRobert Pluim1-0/+7
2024-01-20* lisp/keymap.el (define-keymap): Demote "duplicate def" to a warningStefan Monnier1-4/+13
2024-01-02; Add 2024 to copyright yearsPo Lu1-1/+1
2023-03-18Add tests for Bug#62207Robert Pluim1-0/+18
2023-01-20Make `keymap-set-after' work for menusRobert Pluim1-0/+17
2023-01-20Use `key-parse' in `keymap-lookup'Robert Pluim1-0/+16
2023-01-01; Add 2023 to copyright years.Eli Zaretskii1-1/+1
2022-08-02Signal error on duplicate key definitionsRobert Pluim1-0/+12
2022-07-14; Fix typos: prefer American spellingStefan Kangas1-4/+4
2022-06-23; Fix typos: prefer US spelling.Stefan Kangas1-1/+1
2022-06-18; Pacify byte-compiler warning in keymap-tests.el.Basil L. Contovounesios1-0/+2
2022-06-18Filter out NS non-key events from `where-is-internal'Lars Ingebrigtsen1-0/+10
2022-01-01; Add 2022 to copyright years.Eli Zaretskii1-1/+1
2021-12-26Use defvar-keymap in testsStefan Kangas1-8/+4
2021-12-26Add test for text-char-descriptionStefan Kangas1-0/+15
2021-11-16Allow removing keymap definitionsLars Ingebrigtsen1-0/+34
2021-11-02Update keymap-tests after recent changesdickmao1-6/+6
2021-10-31Add test for Bug#51527Stefan Kangas1-0/+6
2021-10-28Be more allowing when looking for menu-bar itemsStefan Kangas1-0/+43
2021-10-28Be more allowing when looking for menu-bar itemsStefan Kangas1-0/+10
2021-10-19Make `lookup-key' understand the new key sequence syntaxLars Ingebrigtsen1-0/+7
2021-09-18Fix performance degradation in commands that describe key bindingsEli Zaretskii1-1/+2
2021-03-06Add some new tests for keymap.cStefan Kangas1-1/+57
2021-01-05Pretty-print keys without <> around modifiers (bug#45536)Mattias EngdegÄrd1-0/+12
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2020-12-19Convert apropos-internal from C to Lisp (Bug#44529)Stefan Kangas1-13/+0
2020-11-22Say which command shadows a key bindingStefan Kangas1-3/+3
2020-11-22Don't shadow bindings by the same commandStefan Kangas1-0/+24
2020-11-22Don't show key ranges if shadowed by different commandsStefan Kangas1-0/+27
2020-11-15Run menu-item :filter function before showing bindingStefan Kangas1-0/+30
2020-11-09Remove test for return value of set-keymap-parentStefan Kangas1-4/+0
2020-11-07Add some more tests for keymap.cStefan Kangas1-0/+49
2020-11-06Add more tests for where-is-internalStefan Kangas1-1/+78
2020-11-01Insert describe-map-tree header into original bufferStefan Kangas1-0/+13
2020-04-24Use lexical-binding in most src testsStefan Kangas1-1/+1
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-01-01Update copyright year to 2018Paul Eggert1-1/+1
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert1-1/+1
2016-08-29Avoid crashes for invalid value of key modifiersEli Zaretskii1-0/+7
2015-11-24Rename all test files to reflect source layout.Phillip Lord1-0/+0
2015-11-14Change test name to avoid spellcheck issue.Paul Eggert1-1/+1
2015-11-12* test/automated/keymaps-test.el: Fix test to make it repeatableJuanma Barranquero1-7/+11