aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/keymaps.texi (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move to ../doc/lisprefGlenn Morris2007-09-061-2785/+0
|
* * keymaps.texi (Active Keymaps): Document new POSITION argument ofDavid Kastrup2007-06-251-3/+6
| | | | | | | | | | | | | `current-active-maps'. * keymap.c (Fcurrent_active_maps): Add `position' argument. (Fwhere_is_internal): Adjust call to `current-active-maps' to cater for additional parameter. * keymap.h: Adjust number of parameters to `current-active-maps'. * doc.c (Fsubstitute_command_keys): Adjust call of `current-active-maps'.
* (Scanning Keymaps): Update where-is-internal example.Richard M. Stallman2007-05-101-1/+2
|
* (Extended Menu Items): Move the info aboutRichard M. Stallman2007-04-221-8/+11
| | | | format with cached keyboard binding.
* (Format of Keymaps): Remove spurious ")" fromNick Roberts2007-04-121-1/+1
| | | | value of lisp-mode-map.
* (Active Keymaps): Improve index entries.Richard M. Stallman2007-04-071-1/+1
|
* (Remapping Commands): Document new arg to command-remapping.Chong Yidong2007-04-011-1/+5
|
* wording mattersKarl Berry2007-04-011-2/+2
|
* Improve indexing.Eli Zaretskii2007-03-311-0/+2
|
* Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris2007-01-161-2/+2
| | | | 2001).
* (Tool Bar): Describe `grow-only' value of `auto-resize-tool-bars'.Kim F. Storm2006-12-301-0/+9
|
* (Active Keymaps): Fix previous change.Richard M. Stallman2006-12-301-1/+1
|
* (Active Keymaps): Make xref to lookup-key.Nick Roberts2006-12-301-1/+1
|
* Avoid use of "binding" to mean a relation;Richard M. Stallman2006-11-061-15/+17
| | | | use it only to refer to the meaning associated with a key.
* (Format of Keymaps): Show all the keymap elementRichard M. Stallman2006-10-161-13/+19
| | | | | patterns that result from menu items. (Key Lookup): Minor cleanups.
* (Key Sequences): Clarify use of kbd.Richard M. Stallman2006-10-111-12/+32
|
* (Searching Keymaps): Small clarification.David Kastrup2006-09-191-2/+2
|
* (Creating Keymaps): Explain that keymap prompt strings cause keyboard menus.Richard M. Stallman2006-09-181-30/+38
| | | | | (Menu Keymaps): Likewise. (Defining Menus, Keyboard Menus): Clarify.
* (Remapping Commands, Searching Keymaps)Richard M. Stallman2006-09-151-31/+30
| | | | (Active Keymaps): Clean up previous change.
* * NEWS: explain new behavior and arguments of `key-binding' andDavid Kastrup2006-09-151-19/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `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'.
* (Searching Keymaps): Clarification.Richard M. Stallman2006-09-151-29/+9
| | | | (Active Keymaps): Refer to Searching Keymaps instead of duplication.
* *** empty log message ***Richard M. Stallman2006-09-111-2/+2
|
* * keymaps.texi (Active Keymaps): Mention that key-binding checksChong Yidong2006-09-111-0/+4
| | | | local maps.
* (Extended Menu Items): Show format of cached bindings in extended menu items.Richard M. Stallman2006-08-161-1/+8
|
* (Translation Keymaps): New node.Richard M. Stallman2006-07-311-2/+122
| | | | Update xrefs from Translating Input to Translation Keymaps.
* Put period and comma inside quotes.Richard M. Stallman2006-07-181-1/+1
|
* (Tool Bar): Remove @tindex.Eli Zaretskii2006-07-081-8/+0
|
* (Changing Key Bindings): Cleanup.Richard M. Stallman2006-07-051-5/+9
| | | | Add xref to Key Binding Conventions.
* * keymaps.texi (Key Sequences): Link to input events definition.Chong Yidong2006-05-271-20/+5
| | | | (Format of Keymaps): Delete material duplicated in Keymap Basics.
* (Keymap Basics): New node, split out of Key Sequences.Richard M. Stallman2006-05-251-61/+74
| | | | (Keymaps): Update menu.
* * keymaps.texi (Key Sequences): Some clarifications.Chong Yidong2006-05-251-18/+25
|
* * keymaps.texi (Key Sequences): Renamed from Keymap Terminology.Chong Yidong2006-05-251-24/+44
| | | | | | | | Explain string and vector representations of key sequences * keymaps.texi (Changing Key Bindings): * commands.texi (Interactive Codes, Interactive Codes): * help.texi (Describing Characters): Refer to it.
* (Active Keymaps): Fix pseudo-Lisp syntax.Eli Zaretskii2006-05-051-4/+5
| | | | (Searching Keymaps): Fix pseudo-Lisp description of keymap search.
* (Tool Bar): Add tool-bar-border.Kim F. Storm2006-03-021-0/+9
|
* (Key Lookup): Clarify wrt commands vs other functions.Richard M. Stallman2006-02-081-5/+7
| | | | | (Changing Key Bindings): Clarify when remapping is better than substitute-key-definition.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* (Active Keymaps): Clarifications.Richard M. Stallman2006-02-021-48/+121
| | | | | (Searching Keymaps): New node. (Keymaps): Update menu.
* Fix typos.Eli Zaretskii2006-01-071-1/+1
|
* (Format of Keymaps): Remove mention of a quirkStefan Monnier2005-12-051-11/+7
| | | | in full keymaps, since the quirk has been fixed.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-101-2/+2
|
* (Menu Bar): Fix xref.Richard M. Stallman2005-08-091-1/+1
|
* (Key Binding Commands): Call binding BINDING rather than DEFINITION.Richard M. Stallman2005-07-031-8/+8
|
* (Creating Keymaps): Put make-sparse-keymap before make-keymap.Richard M. Stallman2005-06-281-16/+19
|
* Fix formatting ugliness.Richard M. Stallman2005-06-181-4/+4
|
* (Active Keymaps): Add anchor.Luc Teirlinck2005-05-191-0/+1
|
* (Extended Menu Items): Menu item filter functionsRichard M. Stallman2005-05-101-0/+4
| | | | can be called at any time.
* (Prefix Keys): M-g is still a prefix key.Luc Teirlinck2005-03-281-3/+3
|
* (Prefix Keys): facemenu-keymap is now on M-o.Luc Teirlinck2005-03-281-2/+2
|
* (Menu Separators, Tool Bar): Get rid of "Emacs 21".Richard M. Stallman2005-03-061-6/+8
| | | | (Menu Bar): Fix when menu-bar-update-hook is called.
* (Keymaps): Clarify.Richard M. Stallman2005-02-271-87/+59
| | | | | | | | | (Format of Keymaps): Update lisp-mode-map example. (Active Keymaps, Key Lookup): Clarify. (Changing Key Bindings): Add xref to `kbd'. (Key Binding Commands, Simple Menu Items): Clarify. (Mouse Menus, Menu Bar): Clarify. (Menu Example): Replace print example with menu-bar-replace-menu.