summaryrefslogtreecommitdiff
path: root/src/keymap.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bugs with inappropriate mixing of Lisp_Object with int.Richard M. Stallman1997-07-041-5/+4
* (Fcopy_keymap): After copying a sub-char-table, do store the copy.Richard M. Stallman1997-06-041-0/+2
* (access_keymap, store_in_keymap): Don't look in a char-tableRichard M. Stallman1997-05-231-2/+14
* (copy_keymap_1): Do nothing if ELT isn't a keymap.Richard M. Stallman1997-05-181-1/+2
* Declare Fcopy_keymap as Lisp_Object in advance toKenichi Handa1997-05-161-0/+1
* (describe_vector): Identify charset row numbers clearly.Richard M. Stallman1997-05-141-7/+9
* (get_keyelt): Handle an indirect entry with meta char.Richard M. Stallman1997-05-131-241/+429
* (describe_vector): Test for suppressed commands inRichard M. Stallman1997-04-191-2/+3
* (Faccessible_keymaps): Convert PREFIX to a vectorRichard M. Stallman1997-04-191-1/+20
* (describe_vector): Adjusted for the new structure of Lisp_Char_Table.Kenichi Handa1997-04-071-37/+65
* (Faccessible_keymaps): When metizing, convert aRichard M. Stallman1997-03-301-3/+8
* (describe_vector): Adjusted for the change of CHAR_TABLE_ORDINARY_SLOTS.Kenichi Handa1997-03-181-13/+18
* (describe_vector): Do not descibe deeper char-table ifKenichi Handa1997-02-271-1/+3
* Include charset.h.Karl Heuer1997-02-201-58/+150
* (push_key_description): Print C-j, not TAB.Richard M. Stallman1997-01-171-7/+1
* (describe_buffer_bindings): Pass 1 for PARTIALRichard M. Stallman1996-10-261-3/+3
* (syms_of_keymap): staticpro global_map.Erik Naggum1996-09-171-0/+1
* (syms_of_keymap): staticpro current_global_map;Richard M. Stallman1996-09-041-2/+3
* (Fset_keymap_parent): Return early if KEYMAP already has the proper parent.Richard M. Stallman1996-06-121-0/+5
* (fix_submap_inheritance): If parent_entry is not a keymap, use nil instead.Richard M. Stallman1996-06-101-0/+5
* (Fkeymap_parent, Fset_keymap_parent): New functions.Richard M. Stallman1996-06-061-0/+144
* (Fuse_global_map, Fuse_local_map): Don't call record_asynch_buffer_change.Richard M. Stallman1996-03-031-2/+0
* (Faccessible_keymaps): Doc fix.Karl Heuer1996-01-241-2/+20
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
* (describe_map): New arg nomenu.Karl Heuer1996-01-091-3/+7
* (Fapropos_internal): Fix previous change.Karl Heuer1996-01-091-1/+1
* (Fkeymapp, Fdefine_prefix_command, Faccessible_keymaps,Erik Naggum1996-01-091-21/+21
* (Flookup_key): Doc fix.Karl Heuer1996-01-041-2/+2
* (Fkey_binding): Handle text-property keymaps.Karl Heuer1995-12-211-4/+8
* (describe_translation): Insert newline after key description.Richard M. Stallman1995-10-301-1/+4
* (describe_map_tree): New arg always_title. Callers changed.Richard M. Stallman1995-10-191-8/+13
* (describe_vector): Support nested char-tables.Richard M. Stallman1995-10-121-15/+103
* (describe_vector): Use Flength to get length of vector.Richard M. Stallman1995-10-071-1/+5
* (describe_buffer_bindings): Print bindings fromRichard M. Stallman1995-07-281-9/+59
* (current_minor_maps): Catch errors in Findirect_function.Karl Heuer1995-07-171-3/+20
* (Vdefine_key_rebound_commands): New variable.Richard M. Stallman1995-06-171-0/+15
* (Fkey_binding, describe_buffer_bindings):Karl Heuer1995-06-161-3/+13
* (Flookup_key, Fdefine_key): Use Fevent_convert_list.Karl Heuer1995-06-091-2/+2
* (describe_vector): New arg entire_map.Karl Heuer1995-05-291-14/+29
* (describe_map_tree): Move declaration to lisp.h.Karl Heuer1995-05-261-1/+0
* Update copyright.Karl Heuer1995-04-071-1/+1
* (Fwhere_is_internal): Fix missing \n\.Karl Heuer1995-03-221-1/+1
* (Fdefine_key): Handle Lucid-style (crtl backspace) etc.Richard M. Stallman1995-02-261-72/+6
* (Fwhere_is_internal): If FIRSTONLY is not nil or non-ascii,Richard M. Stallman1995-02-231-5/+28
* (Flocal_set_key, Fglobal_set_key): Use K, not k.Richard M. Stallman1995-01-241-2/+2
* (store_in_keymap): Copy a cons only if car is a string.Richard M. Stallman1995-01-081-3/+4
* (store_in_keymap): While dumping, copy DEF if a cons.Richard M. Stallman1995-01-021-2/+7
* (Fsingle_key_description): Use type test macros.Karl Heuer1994-11-181-12/+7
* (access_keymap): Use type test macros.Karl Heuer1994-11-161-19/+15
* (access_keymap, store_in_keymap): Use NATNUMP instead of its expansion.Karl Heuer1994-11-161-5/+2