aboutsummaryrefslogtreecommitdiffstats
path: root/src/keymap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Respect keymaps in buffer text for clicks on displayed stringsSpencer Baugh2025-10-181-24/+23
* Ignore keymaps at point for positions outside the bufferSpencer Baugh2025-09-091-22/+16
* Implement surrogate menu bars for tty child framesMartin Rudalics2025-03-171-1/+12
* Minor simplification in Fdescribe_buffer_bindingsStefan Kangas2025-02-111-4/+2
* Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas2025-02-011-21/+14
|\
| * Pure storage removal: Replace calls to removed functionsPip Cet2024-12-121-20/+14
| * Pure storage removal: Main partPip Cet2024-12-121-1/+0
* | Replace call[1-8] with callnStefan Kangas2025-01-191-6/+6
* | Prefer calln to CALLN where applicableStefan Kangas2025-01-141-20/+10
* | ; * src/keymap.c: Fix last change (bug#75219).Eli Zaretskii2025-01-121-1/+1
* | Fix mouse-2 clicks on mode line and header lineEli Zaretskii2025-01-121-4/+14
* | Update copyright year to 2025Paul Eggert2025-01-011-1/+1
|/
* Prefer static_assert to verifyStefan Kangas2024-08-221-1/+1
* Make error messages adhere to our standardsStefan Kangas2024-07-161-1/+1
* Replace calls to intern with a constant string with DEFSYMsPo Lu2024-05-091-5/+7
* (Fkey_description): Fix corner (bug#59305)Stefan Monnier2024-05-061-1/+1
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Split safe_call between redisplay and non-redisplay versionsStefan Monnier2023-12-231-1/+1
* | Rename describe-map-tree to help--describe-map-treeStefan Kangas2023-09-171-12/+12
* | Merge from origin/emacs-29Eli Zaretskii2023-08-041-1/+5
|\ \ | |/
| * Fix "Paste from Kill Menu" in non X toolkit buildsEli Zaretskii2023-08-041-1/+5
* | Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert2023-05-171-3/+3
|/
* Avoid crashes in 'describe-keymap' due to shadowingEli Zaretskii2023-04-161-7/+12
* Don't add a key binding when REMOVE is non-nilRobert Pluim2023-03-171-15/+16
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* * src/keymap.c (Fcopy_keymap): Document using defvar-keymap.Stefan Kangas2022-07-041-2/+8
* Filter out NS non-key events from `where-is-internal'Lars Ingebrigtsen2022-06-181-2/+12
* Use BASE_EQ when comparing with QunboundMattias EngdegÄrd2022-06-121-7/+8
* Make :filters run in the correct buffer in describe-buffer-bindingsLars Ingebrigtsen2022-04-171-10/+10
* Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias EngdegÄrd2022-02-121-3/+3
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
| * Avoid signaling errors in lookup-keyEli Zaretskii2021-10-311-16/+22
| * Avoid assertion violations in 'lookup-key'Eli Zaretskii2021-10-281-2/+2
| * Be more allowing when looking for menu-bar itemsStefan Kangas2021-10-281-21/+59
* | Fix compilation error in previous keymap.c changeLars Ingebrigtsen2021-11-161-2/+2
* | Add new 'keymap-*' functionsLars Ingebrigtsen2021-11-161-8/+8
* | Allow removing keymap definitionsLars Ingebrigtsen2021-11-161-15/+43
* | Include the major mode name in the `C-h b' outputLars Ingebrigtsen2021-11-011-1/+4
* | Avoid signaling errors in lookup-keyEli Zaretskii2021-10-311-27/+39
* | Fix bootstrapping broken by a recent changeEli Zaretskii2021-10-291-0/+3
* | Be more allowing when looking for menu-bar itemsStefan Kangas2021-10-281-21/+140
* | Merge from origin/emacs-28Glenn Morris2021-10-241-0/+3
|\ \ | |/
| * Refer to the info node on keymaps in map-keymap docstringStefan Kangas2021-10-241-0/+3
* | Make `lookup-key' understand the new key sequence syntaxLars Ingebrigtsen2021-10-191-15/+25
* | Support a new ["..."] key binding syntaxLars Ingebrigtsen2021-10-171-0/+19
* | define-key doc string improvementLars Ingebrigtsen2021-10-141-1/+3
|/
* Fix performance degradation in commands that describe key bindingsEli Zaretskii2021-09-181-22/+39
* * src/minibuf.c (Fread_no_blanks_input): Move to `minibuffer.el`Stefan Monnier2021-04-201-6/+0