summaryrefslogtreecommitdiff
path: root/src/keymap.c
Commit message (Expand)AuthorAgeFilesLines
* (current_minor_maps): `override' only shadows itsStefan Monnier2001-10-181-1/+1
* Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimentingKen Raeburn2001-10-161-23/+23
* (access_keymap): Unify handling of `t' and generic-char.Stefan Monnier2001-10-141-40/+29
* (Fkey_description): Use empty_string.Stefan Monnier2001-10-121-35/+8
* current-active-maps: quote newlinesSam Steingold2001-10-081-2/+2
* Include keymap.h.Stefan Monnier2001-10-081-0/+1
* (Fkeymap_prompt, Fcurrent_active_maps): New funs.Stefan Monnier2001-10-081-177/+175
* Don't define min/max.Gerd Moellmann2001-10-081-2/+0
* (access_keymap): Return the cdr of the binding ofGerd Moellmann2001-08-241-1/+1
* (access_keymap): Fix last change to not considerGerd Moellmann2001-08-221-3/+3
* (access_keymap): If a binding of the form (GENERIC-CHARGerd Moellmann2001-08-211-2/+25
* (Fsingle_key_description): NUL-terminate the stringGerd Moellmann2001-05-291-1/+4
* (Fsingle_key_description): Create a multibyte stringGerd Moellmann2001-05-281-8/+12
* (Fsingle_key_description): Replace a build_string withGerd Moellmann2001-05-161-2/+6
* (Faccessible_keymaps): Pass `is_metized' to accessible_keymaps_char_table.Stefan Monnier2001-02-261-3/+4
* *** empty log message ***Stefan Monnier2001-02-261-8/+34
* (where_is_internal): Accept non-ascii integer prefixes.Stefan Monnier2001-02-241-2/+3
* (Fwhere_is_internal): Use the first valid bindingStefan Monnier2001-01-311-5/+10
* Undo last change.Gerd Moellmann2001-01-291-53/+4
* (mouse_key_p): New function.Gerd Moellmann2001-01-291-4/+53
* (Fwhere_is_internal): Declare gcpro3, gcpro4.Dave Love2001-01-251-1/+1
* (Fwhere_is_internal): Don't nreverse the cachedGerd Moellmann2001-01-241-12/+27
* Call get_local_map with new argument list.Gerd Moellmann2001-01-121-12/+13
* (push_key_description): Add parameter FORCE_MULTIBYTE.Gerd Moellmann2000-12-281-12/+21
* (push_key_description): Don't convert eight-bit-controlKenichi Handa2000-12-211-3/+0
* (where_is_internal): Check ascii_sequence_p rather thanStefan Monnier2000-12-201-22/+8
* (get_keyelt): Only eval the filter if `autoload' is set.Stefan Monnier2000-12-131-6/+2
* (Fkey_description): If KEYS is an empty key sequence,Gerd Moellmann2000-12-111-0/+2
* (current_minor_maps): Use malloc. Prevent a leak.Gerd Moellmann2000-12-081-10/+12
* * undo.c (record_delete): Check that last_undo_buffer is really a buffer beforeKen Raeburn2000-10-271-1/+1
* * lisp.h (KEYMAPP): New macro.Stefan Monnier2000-10-271-98/+83
* (where_is_cache, where_is_cache_keymaps): New vars.Stefan Monnier2000-10-251-47/+122
* Use AREF, ASET and ASIZE macros.Stefan Monnier2000-10-251-158/+92
* (fix_submap_inheritance): Use get_keymap_1 on parent_entryStefan Monnier2000-10-251-2/+3
* Update copyright.Gerd Moellmann2000-10-241-3/+4
* (fix_submap_inheritance): Don't do anything if parent_entryStefan Monnier2000-10-221-13/+17
* (access_keymap): If IDX has a meta prefix, and there'sGerd Moellmann2000-10-181-5/+20
* (keymap_memberp): Ensure that nil is not a member.Stefan Monnier2000-10-161-0/+1
* (Fkeymap_parent): Undefined autoload -> 1.Stefan Monnier2000-10-151-1/+1
* * keymap.c (access_keymap): Add AUTOLOAD parameter.Stefan Monnier2000-10-151-86/+44
* (Fwhere_is_internal): Ignore `menu-bar' and `tool-bar'.Stefan Monnier2000-10-041-23/+9
* (keymap_memberp): New function.Stefan Monnier2000-09-301-47/+22
* Remove the line "#undef NULL".Kenichi Handa2000-09-291-1/+0
* Avoid some more compiler warnings.Gerd Moellmann2000-09-211-4/+8
* (Fset_keymap_parent): Check for cycles in keymapGerd Moellmann2000-09-081-1/+13
* (store_in_keymap): Add `static' to declaration.Dave Love2000-08-281-1/+1
* (store_in_keymap, fix_submap_inheritance): New prototypes.Stefan Monnier2000-08-271-7/+15
* (push_key_description): If C without modifiers is < 32,Gerd Moellmann2000-08-141-4/+8
* (current_minor_maps): Use xmalloc instead of malloc.Gerd Moellmann2000-08-051-2/+2
* (Fsingle_key_description): Add parameter NO_ANGLES.Gerd Moellmann2000-08-021-14/+24