comparison lispref/elisp.texi @ 79680:681c8988ee67

(Top): Fix menu for prev change.
author Richard M. Stallman <rms@gnu.org>
date Fri, 04 Jan 2008 05:42:57 +0000
parents 2436120d6d46
children a1e16e813aed
comparison
equal deleted inserted replaced
79679:93f595b19034 79680:681c8988ee67
672 * Motion Events:: Just moving the mouse, not pushing a button. 672 * Motion Events:: Just moving the mouse, not pushing a button.
673 * Focus Events:: Moving the mouse between frames. 673 * Focus Events:: Moving the mouse between frames.
674 * Misc Events:: Other events the system can generate. 674 * Misc Events:: Other events the system can generate.
675 * Event Examples:: Examples of the lists for mouse events. 675 * Event Examples:: Examples of the lists for mouse events.
676 * Classifying Events:: Finding the modifier keys in an event symbol. 676 * Classifying Events:: Finding the modifier keys in an event symbol.
677 * Accessing Events:: Functions to extract info from events. 677 * Accessing Mouse:: Functions to extract info from mouse events.
678 * Accessing Scroll:: Functions to get info from scroll bar events.
678 * Strings of Events:: Special considerations for putting 679 * Strings of Events:: Special considerations for putting
679 keyboard character events in a string. 680 keyboard character events in a string.
680 681
681 Reading Input 682 Reading Input
682 683