- 10 Nov, 2004 1 commit
-
-
Stefan Monnier authored
-
- 13 Oct, 2004 1 commit
-
-
Stefan Monnier authored
-
- 09 Aug, 2004 1 commit
-
-
Luc Teirlinck authored
-
- 08 Aug, 2004 1 commit
-
-
Luc Teirlinck authored
(syms_of_keymap) <key-translation-map>: Doc fixes.
-
- 31 Jul, 2004 2 commits
-
-
Luc Teirlinck authored
-
Luc Teirlinck authored
-
- 23 Jun, 2004 1 commit
-
-
Luc Teirlinck authored
-
- 05 Jun, 2004 1 commit
-
-
Juanma Barranquero authored
(Fkey_description, Fglobal_key_binding): Fix typo in docstring.
-
- 22 May, 2004 1 commit
-
-
Juanma Barranquero authored
-
- 20 Apr, 2004 1 commit
-
-
Stefan Monnier authored
-
- 16 Apr, 2004 1 commit
-
-
Kim F. Storm authored
Combine prefix with KEYS to make up the full key sequence to describe. Correlate meta_prefix_char and following (simple) key to describe as meta modifier. All callers changed. (describe_map): Rename arg `keys' to `prefix'. Remove local `elt_prefix' var. Use Fkey_description with prefix instead of elt_prefix combined with Fsingle_key_description. (describe_vector): Declare static. Replace arg `elt_prefix' with `prefix'. Add KEYMAP_P arg. Add local var `elt_prefix'; use it if !KEYMAP_P. Use Fkey_description with prefix instead of Fsingle_key_description.
-
- 04 Feb, 2004 1 commit
-
-
Stefan Monnier authored
(syms_of_keymap): Add mouse-[45], header-line, and mode-line to it.
-
- 03 Oct, 2003 1 commit
-
-
John Paul Wallington authored
-
- 01 Sep, 2003 1 commit
-
-
Miles Bader authored
-
- 17 May, 2003 1 commit
-
-
Richard M. Stallman authored
(Faccessible_keymaps): Pass new arg to map_char_table.
-
- 05 May, 2003 1 commit
-
-
Stefan Monnier authored
-
- 04 May, 2003 1 commit
-
-
Stefan Monnier authored
(map_keymap_call, Fmap_keymap): New functions. (syms_of_keymap): Defsubr map-keymap.
-
- 18 Mar, 2003 2 commits
-
-
Stefan Monnier authored
-
Stefan Monnier authored
multiple occurrences of the same keymap under different prefixes. (Faccessible_keymaps): Remove code redundant since 1994-08-03T07:39:00Z!rms@gnu.org.
-
- 16 Mar, 2003 1 commit
-
-
Stefan Monnier authored
(syms_of_keymap): Initialize it. (where_is_internal): Check more carefully what is a menu event.
-
- 22 Feb, 2003 1 commit
-
-
Stefan Monnier authored
-
- 21 Feb, 2003 2 commits
-
-
Kai Großjohann authored
-
Kai Großjohann authored
-
- 19 Feb, 2003 1 commit
-
-
Kai Großjohann authored
-
- 12 Feb, 2003 1 commit
-
-
Kim F. Storm authored
-
- 11 Feb, 2003 1 commit
-
-
Kim F. Storm authored
-
- 06 Jan, 2003 1 commit
-
-
Richard M. Stallman authored
(syms_of_keymap): staticpro them. (Fapropos_internal): Initialize them and clear them out. Don't GCPRO them.
-
- 16 Jul, 2002 1 commit
-
-
Ken Raeburn authored
lisp string data.
-
- 15 Jul, 2002 1 commit
-
-
Ken Raeburn authored
SCHARS, SBYTES, STRING_INTERVALS, SREF, SDATA; explicit size_byte references left unchanged for now.
-
- 12 Jul, 2002 1 commit
-
-
Markus Rost authored
-
- 11 Jul, 2002 1 commit
-
-
Juanma Barranquero authored
-
- 02 Jul, 2002 2 commits
-
-
Richard M. Stallman authored
-
Juanma Barranquero authored
-
- 03 Jun, 2002 1 commit
-
-
Thien-Thi Nguyen authored
-
- 20 May, 2002 1 commit
-
-
Ken Raeburn authored
(Fdescribe_buffer_bindings): Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field. (describe_command, describe_translation): Use SYMBOL_NAME and assignment instead of XSYMBOL and name field and XSETSTRING.
-
- 14 May, 2002 1 commit
-
-
Stefan Monnier authored
(Fkeymap_parent, keymap_memberp, fix_submap_inheritance): Use it. (Fset_keymap_parent): Gcpro a bit more. (access_keymap): Gcpro around meta_map call and around the main loop. (get_keyelt): Gcpro when following indirect references. (copy_keymap_item): New fun, extracted from Fcopy_keymap. (copy_keymap_1, Fcopy_keymap): Use it. Don't copy the parent map. (Fdefine_key, Flookup_key): Gcpro before calling get_keymap. Remove useless ad-hoc remap code.
-
- 10 May, 2002 2 commits
-
-
Kim F. Storm authored
only update cmm_size if realloc actually succeeds. Testing with initial size of 2 elements revealed that using realloc on GNU/Linux would cause a random trap in xmalloc later on, so I rewrote the code to use malloc/bcopy/free instead of realloc.
-
Kim F. Storm authored
(syms_of_keymap): DEFVAR_LISP it. (current_minor_maps): Process keymap alists in that list before minor-mode-overriding-map-alist and minor-mode-map-alist.
-
- 24 Feb, 2002 1 commit
-
-
Kim F. Storm authored
The validation of the event type was too strict as it didn't allow string events; buffer names are used in bindings for menu-bar-select-buffer (see `menu-bar-update-buffers').
-
- 23 Feb, 2002 1 commit
-
-
Kim F. Storm authored
added command remapping by entering the commands directly into the keymaps. Now, command remapping uses an explicit `remap' prefix in the keymaps, i.e. [remap COMMAND]. (Qremap, remap_command_vector): New variables. (is_command_symbol): Removed function. (Fdefine_key): No longer accept a symbol for KEY. Added validation of [remap COMMAND] argument for KEY. The DEF is no longer required to be a symbol when remapping a command. (Fremap_command): New function to remap command through keymaps. (Flookup_key): Perform command remapping initiated by Fremap_command directly for speed. (Fkey_binding): Use Fremap_command for command remapping. (where_is_internal): Handle new command remapping representation. (syms_of_keymap): Intern Qremap, initialize remap_command_vector, staticpro them. Defsubr Fremap_command.
-