aboutsummaryrefslogtreecommitdiffstats
path: root/src/keymap.c
Commit message (Expand)AuthorAgeFilesLines
* (describe_command): Cast `current_column' return value to int.Thien-Thi Nguyen2002-06-031-14/+14
* * keymap.c (silly_event_symbol_error, Fsingle_key_description)Ken Raeburn2002-05-201-10/+10
* (keymap_parent): New fun, extracted from Fkeymap_parent.Stefan Monnier2002-05-141-170/+153
* (current_minor_maps): Fixed resizing of cmm_maps;Kim F. Storm2002-05-101-27/+28
* (Vemulation_mode_map_alists): New variable.Kim F. Storm2002-05-101-62/+88
* (Flookup_key): Fixed problem in 2001-12-28 patch:Kim F. Storm2002-02-241-1/+3
* The following changes rework my patch of 2002-02-06 whichKim F. Storm2002-02-231-89/+69
* (where_is_internal): Only check if definition isKim F. Storm2002-02-071-1/+1
* (Fdefine_key): Allow symbol as KEY argument forKim F. Storm2002-02-061-30/+158
* (Fcurrent_active_maps): Put the `keymap' property map first.Richard M. Stallman2002-01-031-23/+23
* (silly_event_symbol_error): New subrtn, from Fdefine_key.Richard M. Stallman2001-12-291-5/+49
* Fix previous change; also correct its change log:Richard M. Stallman2001-12-281-3/+3
* (Flookup_key): Add error message for trying to bind [DEL], [RET], etc.Richard M. Stallman2001-12-281-1/+22
* Doc fix.Pavel Janík2001-12-201-1/+1
* (access_keymap): Handle t bindings like nil bindings.Stefan Monnier2001-11-261-8/+20
* (access_keymap): Remove unused variables `c1' and `c2'.Pavel Janík2001-11-231-1/+0
* (Fdescribe_vector): Add `describer' parameter.Stefan Monnier2001-11-191-29/+32
* Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík2001-11-131-225/+227
* (access_keymap): Fix compilation error.Pavel Janík2001-11-071-1/+1
* (access_keymap): Don't use initializers on Lisp_Object.Richard M. Stallman2001-11-071-2/+11
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-021-4/+4
* (Fdescribe_buffer_bindings): Print character propertyRichard M. Stallman2001-11-011-47/+67
* (access_keymap): Remove unused variable `charset'.Pavel Janík2001-10-281-1/+1
* (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