summaryrefslogtreecommitdiff
path: root/src/keymap.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Add new face 'help-key-binding' for keybindings in helpStefan Kangas2021-03-081-2/+23
* Remove another variable obsolete since Emacs 23.2Stefan Kangas2021-02-011-9/+0
* Lift {global,local}-key-binding to LispStefan Kangas2021-01-131-35/+0
* Lift define-prefix-command to LispStefan Kangas2021-01-081-23/+0
* Pretty-print keys without <> around modifiers (bug#45536)Mattias Engdegård2021-01-051-5/+15
* * lisp/subr.el (esc-map): Initialize inside declarationStefan Monnier2021-01-041-28/+0
* * lisp/subr.el (ctl-x-map): Initialize inside the declaration.Stefan Monnier2021-01-041-7/+0
* * lisp/subr.el (global-map): Initialize inside declaration.Stefan Monnier2021-01-041-14/+1
* Fix backslash mistakes in doc strings in C codeMattias Engdegård2021-01-021-1/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Minor cleanup in keymap.cStefan Kangas2020-12-301-136/+72
* Convert apropos-internal from C to Lisp (Bug#44529)Stefan Kangas2020-12-191-39/+0
* Say which command shadows a key bindingStefan Kangas2020-11-221-1/+7
* Don't shadow bindings by the same commandStefan Kangas2020-11-221-1/+1
* Don't show key ranges if shadowed by different commandsStefan Kangas2020-11-221-4/+18
* Fix mistake in describe-buffer-bindingsStefan Kangas2020-11-121-1/+1
* Prefer Lisp version of describer in help--describe-vectorscratch/substitute-command-keysStefan Kangas2020-10-181-69/+9
* Remove C version of substitute-command-keysStefan Kangas2020-10-181-334/+0
* Prefer Lisp version of describe-map-treeStefan Kangas2020-10-181-26/+63
* Improve substitute-command-keys performanceStefan Kangas2020-10-181-0/+35
* Translate describe_vector to LispStefan Kangas2020-10-181-23/+0
* Translate describe_map to LispStefan Kangas2020-10-181-58/+41
* Translate describe_map_tree to LispStefan Kangas2020-10-181-2/+28
* Add new Lisp implementation of substitute-command-keysStefan Kangas2020-10-181-0/+32
* Make shadowing warning in describe_map less confusingLars Ingebrigtsen2020-08-251-1/+1
* text-char-description minor cleanupPaul Eggert2020-04-221-15/+8