summaryrefslogtreecommitdiff
path: root/src/keymap.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refer to the info node on keymaps in map-keymap docstringStefan Kangas2021-10-241-0/+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
* Port recent character.h changes to --with-wide-intPaul Eggert2020-04-171-78/+66
* Prefer more inline functions in character.hPaul Eggert2020-04-171-4/+2
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Further changes to ensure that copy-keymap doesn't segfaultLars Ingebrigtsen2019-10-141-3/+6
* Protect against segfaults in copy-keymapLars Ingebrigtsen2019-10-131-28/+42
* Remove unused code and reformat to 70 columns.feature/tabsJuri Linkov2019-10-011-1/+2
* Frame-local tab-bar and window-local tab-line.Juri Linkov2019-08-311-1/+1
* Remove no-longer-needed workaround for GC bugPaul Eggert2019-08-211-3/+1
* Avoid duplicate comparison in describe_map_comparePaul Eggert2019-07-111-3/+1
* Tweak the order keystrokes are sorted in keymap listingsLars Ingebrigtsen2019-07-111-2/+4
* Simplify list creation in C codePaul Eggert2019-03-041-21/+13
* Use shortcuts for FlengthPaul Eggert2019-01-091-1/+1
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Add make_vector and make_nil_vectorPaul Eggert2018-12-091-11/+9
* | Merge from origin/emacs-26Glenn Morris2018-09-281-1/+1
|\ \ | |/
| * ; Spellcheck two more documentation stringsCharles A. Roelli2018-09-251-1/+1
* | Merge from origin/emacs-26Glenn Morris2018-09-201-1/+2
|\ \ | |/