- 15 Sep, 2006 1 commit
-
-
David Kastrup authored
`command-remapping'. * keymaps.texi (Active Keymaps): Adapt description to use `get-char-property' instead `get-text-property'. Explain how mouse events change this. Explain the new optional argument of `key-binding' and its mouse-dependent lookup. (Searching Keymaps): Adapt description similarly. Explain the new optional argument of `command-remapping'. * Makefile.in (keymap.o): Add "keymap.h" and "window.h" dependencies. * keymap.c: include "window.h". (Fcommand_remapping): New optional POSITION argument. (Fkey_binding): New optional POSITION argument. Completely rework handling of mouse clicks to get the same order of keymaps as `read-key-sequence' and heed POSITION. Also temporarily switch buffers to location of mouse click and back. * keyboard.c (command_loop_1): Adjust call of `Fcommand_remapping' for additional argument. (parse_menu_item): Adjust call of `Fkey_binding' for additional argument. (read_key_sequence): If there are both `local-map' and `keymap' text properties at some buffer position, heed both. * keymap.h: Declare additional optional arguments of `Fcommand_remapping' and `Fkey_binding'.
-
- 11 Sep, 2006 3 commits
-
-
Chong Yidong authored
-
Kim F. Storm authored
-
Chong Yidong authored
events.
-
- 22 Jul, 2006 1 commit
-
-
Stefan Monnier authored
XEmacs-style key sequence, convert it to Emacs's format.
-
- 18 Jul, 2006 1 commit
-
-
Kim F. Storm authored
-
- 12 Jul, 2006 1 commit
-
-
Kim F. Storm authored
-
- 10 May, 2006 1 commit
-
-
Chong Yidong authored
the shadowed binding has the same definition.
-
- 09 May, 2006 2 commits
-
-
Kenichi Handa authored
-
Kenichi Handa authored
-
- 30 Apr, 2006 1 commit
-
-
Richard M. Stallman authored
-
- 26 Apr, 2006 1 commit
-
-
Stefan Monnier authored
Seems to trigger a bug in gcc-amd64 4.0.2 20051125 (Red Hat 4.0.2-8): keymap.c:895: error: address of register variable `def' requested.
-
- 18 Apr, 2006 1 commit
-
-
Richard M. Stallman authored
-
- 08 Apr, 2006 1 commit
-
-
Stefan Monnier authored
-
- 20 Mar, 2006 1 commit
-
-
Kenichi Handa authored
-
- 11 Mar, 2006 1 commit
-
-
Richard M. Stallman authored
-
- 10 Feb, 2006 1 commit
-
-
Kim F. Storm authored
to pass Qnil for NOERROR. * keymap.c (current_minor_maps_error): Remove. (current_minor_maps): Pass Qt for NOERROR to Findirect_function instead of using internal_condition_case_1+current_minor_maps_error.
-
- 06 Feb, 2006 1 commit
-
-
Thien-Thi Nguyen authored
-
- 26 Jan, 2006 1 commit
-
-
Richard M. Stallman authored
-
- 19 Jan, 2006 1 commit
-
-
Richard M. Stallman authored
-
- 03 Jan, 2006 1 commit
-
-
Stefan Monnier authored
-
- 30 Dec, 2005 1 commit
-
-
Richard M. Stallman authored
sort them, then output a sequence of identical bindings on one line. (struct describe_map_elt): New data type. (describe_map_compare): New function.
-
- 19 Dec, 2005 1 commit
-
-
Stefan Monnier authored
-
- 11 Dec, 2005 1 commit
-
-
Richard M. Stallman authored
(Flookup_key): Doc fix. (syms_of_keymap) <function-key-map>: Doc fix.
-
- 02 Dec, 2005 1 commit
-
-
Eli Zaretskii authored
(Vminibuffer_local_must_match_filename_map): New variables. (syms_of_keymap): DEFVAR_LISP them, initialize them, and set their parent to be Vminibuffer_local_completion_map and Vminibuffer_local_must_match_map, respectively.
-
- 21 Nov, 2005 1 commit
-
-
Ken Raeburn authored
-
- 09 Nov, 2005 1 commit
-
-
Juri Linkov authored
call it again with a sub-key-sequence, and if its return value is non-nil (sub-key is bound), return nil.
-
- 12 Sep, 2005 1 commit
-
-
Kim F. Storm authored
after insert which runs signal_after_change.
-
- 07 Aug, 2005 1 commit
-
-
Thien-Thi Nguyen authored
-
- 18 Jul, 2005 1 commit
-
-
Juri Linkov authored
-
- 04 Jul, 2005 1 commit
-
-
Lute Kamstra authored
-
- 10 Apr, 2005 1 commit
-
-
Richard M. Stallman authored
-
- 15 Feb, 2005 1 commit
-
-
Richard M. Stallman authored
(describe_map, describe_vector): Likewise. When it's 1, don't omit shadowed bindings, instead mark them as shadowed.
-
- 28 Jan, 2005 1 commit
-
-
Stefan Monnier authored
-
- 21 Jan, 2005 1 commit
-
-
Richard M. Stallman authored
-
- 13 Jan, 2005 1 commit
-
-
Richard M. Stallman authored
if Voverriding_terminal_local_map is non-nil.
-
- 23 Nov, 2004 1 commit
-
-
Stefan Monnier authored
-
- 16 Nov, 2004 1 commit
-
-
Richard M. Stallman authored
map-keymap-internal to implement that.
-
- 10 Nov, 2004 1 commit
-
-
Stefan Monnier authored
-
- 13 Oct, 2004 1 commit
-
-
Stefan Monnier authored
-