Home
last modified time | relevance | path

Searched refs:store_in_keymap (Results 1 – 25 of 25) sorted by relevance

/dports/editors/emacs/emacs-27.2/src/
H A Dkeymap.c89 static Lisp_Object store_in_keymap (Lisp_Object, Lisp_Object, Lisp_Object);
158 store_in_keymap (keymap, make_fixnum (key), intern_c_string (defname)); in initial_define_key()
164 store_in_keymap (keymap, intern_c_string (keyname), intern_c_string (defname)); in initial_define_lispy_key()
749 store_in_keymap (Lisp_Object keymap, register Lisp_Object idx, Lisp_Object def) in store_in_keymap() function
1162 return store_in_keymap (keymap, c, def);
1293 store_in_keymap (keymap, c, cmd); in define_as_prefix()
H A DChangeLog.3858 (store_in_keymap): Likewise.
2366 (store_in_keymap): Likewise.
4796 * keymap.c (store_in_keymap): Don't forget to QUIT in the
5119 * keymap.c (access_keymap, store_in_keymap,
5431 (access_keymap, store_in_keymap, Fcopy_keymap)
5443 * keymap.c (access_keymap, store_in_keymap): Clarify error message
8613 (access_keymap, store_in_keymap, Fsingle_key_description): Use the
10717 (store_in_keymap): If IDX is a symbol, put the modifiers in the
10726 access_keymap and store_in_keymap.
10728 (store_in_keymap): Use keymap_table, and put non-character
[all …]
H A DChangeLog.41837 * keymap.c (access_keymap, store_in_keymap, Fcopy_keymap,
6477 * keymap.c (store_in_keymap, access_keymap): Use CHAR_META
6533 * keymap.c (access_keymap, store_in_keymap): Discard meaningless
H A DChangeLog.52943 * keymap.c (store_in_keymap): Copy a cons only if car is a string.
2991 * keymap.c (store_in_keymap): While dumping, copy DEF if it's a cons.
3613 * keymap.c (access_keymap, store_in_keymap): Likewise.
H A DChangeLog.9211 * keymap.c (Fset_keymap_parent, store_in_keymap)
5897 (Fset_keymap_parent, store_in_keymap): Flush the where-is cache.
7451 * keymap.c (store_in_keymap): Add `static' to declaration.
7494 * keymap.c (store_in_keymap, fix_submap_inheritance): New prototypes.
7501 * lisp.h (store_in_keymap, fix_submap_inheritance): Remove.
H A DChangeLog.72694 * keymap.c (fix_submap_inheritance, get_keyelt, store_in_keymap)
2796 * keymap.c (fix_submap_inheritance, get_keyelt, store_in_keymap)
7814 * keymap.c (access_keymap, store_in_keymap): Don't look in a char-table
8035 (access_keymap, store_in_keymap): Likewise.
H A DChangeLog.63330 (store_in_keymap): Check PURE_P (def) and copy if nec.
H A DChangeLog.104251 * keymap.c (store_in_keymap): Change `def' arg to not be `register'.
6129 * keymap.c (Fset_keymap_parent, store_in_keymap): Use CHECK_IMPURE.
26511 (store_in_keymap): Turn a nil binding into a t binding for char-tables.
H A DChangeLog.1125340 * keymap.c (store_in_keymap): Pay attention to the case that idx
25359 * keymap.c (store_in_keymap): Pay attention to the case that idx
27470 (store_in_keymap): Handle the case that IDX is a cons.
H A DChangeLog.82437 (store_in_keymap, Fcopy_keymap, define_as_prefix)
H A DChangeLog.1217768 (Fkeymap_prompt, map_keymap_internal, map_keymap, store_in_keymap)
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dkeymap.c76 static Lisp_Object store_in_keymap (Lisp_Object, Lisp_Object, Lisp_Object,
134 store_in_keymap (keymap, intern_c_string (keyname), in initial_define_lispy_key()
734 store_in_keymap (Lisp_Object keymap, register Lisp_Object idx, in store_in_keymap() function
1183 return store_in_keymap (keymap, c, def, !NILP (remove));
1444 store_in_keymap (keymap, c, cmd, false); in define_as_prefix()
H A DChangeLog.3858 (store_in_keymap): Likewise.
2366 (store_in_keymap): Likewise.
4796 * keymap.c (store_in_keymap): Don't forget to QUIT in the
5119 * keymap.c (access_keymap, store_in_keymap,
5431 (access_keymap, store_in_keymap, Fcopy_keymap)
5443 * keymap.c (access_keymap, store_in_keymap): Clarify error message
8613 (access_keymap, store_in_keymap, Fsingle_key_description): Use the
10717 (store_in_keymap): If IDX is a symbol, put the modifiers in the
10726 access_keymap and store_in_keymap.
10728 (store_in_keymap): Use keymap_table, and put non-character
[all …]
H A DChangeLog.41837 * keymap.c (access_keymap, store_in_keymap, Fcopy_keymap,
6477 * keymap.c (store_in_keymap, access_keymap): Use CHAR_META
6533 * keymap.c (access_keymap, store_in_keymap): Discard meaningless
H A DChangeLog.52943 * keymap.c (store_in_keymap): Copy a cons only if car is a string.
2991 * keymap.c (store_in_keymap): While dumping, copy DEF if it's a cons.
3613 * keymap.c (access_keymap, store_in_keymap): Likewise.
H A DChangeLog.9211 * keymap.c (Fset_keymap_parent, store_in_keymap)
5897 (Fset_keymap_parent, store_in_keymap): Flush the where-is cache.
7451 * keymap.c (store_in_keymap): Add `static' to declaration.
7494 * keymap.c (store_in_keymap, fix_submap_inheritance): New prototypes.
7501 * lisp.h (store_in_keymap, fix_submap_inheritance): Remove.
H A DChangeLog.72694 * keymap.c (fix_submap_inheritance, get_keyelt, store_in_keymap)
2796 * keymap.c (fix_submap_inheritance, get_keyelt, store_in_keymap)
7814 * keymap.c (access_keymap, store_in_keymap): Don't look in a char-table
8035 (access_keymap, store_in_keymap): Likewise.
H A DChangeLog.63330 (store_in_keymap): Check PURE_P (def) and copy if nec.
H A DChangeLog.104251 * keymap.c (store_in_keymap): Change `def' arg to not be `register'.
6129 * keymap.c (Fset_keymap_parent, store_in_keymap): Use CHECK_IMPURE.
26511 (store_in_keymap): Turn a nil binding into a t binding for char-tables.
H A DChangeLog.1125340 * keymap.c (store_in_keymap): Pay attention to the case that idx
25359 * keymap.c (store_in_keymap): Pay attention to the case that idx
27470 (store_in_keymap): Handle the case that IDX is a cons.
H A DChangeLog.82437 (store_in_keymap, Fcopy_keymap, define_as_prefix)
H A DChangeLog.1217768 (Fkeymap_prompt, map_keymap_internal, map_keymap, store_in_keymap)
/dports/editors/emacs-devel/emacs-4d1968b/
H A DChangeLog.217042 (keymap-store_in_keymap-FASTINT-on-nonchars): Reset Buffer-menu-mode-map
17527 * src/keymap.c (store_in_keymap): Don't use XFASTINT on non-character
H A DChangeLog.343786 (store_in_keymap, Fdefine_key, Flookup_key, define_as_prefix)
/dports/editors/emacs/emacs-27.2/
H A DChangeLog.217042 (keymap-store_in_keymap-FASTINT-on-nonchars): Reset Buffer-menu-mode-map
17527 * src/keymap.c (store_in_keymap): Don't use XFASTINT on non-character