Mercurial > hg > xemacs-beta
comparison man/lispref/commands.texi @ 2:ac2d302a0011 r19-15b2
Import from CVS: tag r19-15b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:46:35 +0200 |
parents | 376386a54a3c |
children | 05472e90ae02 |
comparison
equal
deleted
inserted
replaced
1:c0c6a60d29db | 2:ac2d302a0011 |
---|---|
722 @end example | 722 @end example |
723 @end defvar | 723 @end defvar |
724 | 724 |
725 @defvar last-command-char | 725 @defvar last-command-char |
726 If the value of @code{last-command-event} is a keyboard event, then this | 726 If the value of @code{last-command-event} is a keyboard event, then this |
727 is the nearest @sc{ASCII} equivalent to it. This the the value that | 727 is the nearest @sc{ASCII} equivalent to it. This is the value that |
728 @code{self-insert-command} will put in the buffer. Remember that there | 728 @code{self-insert-command} will put in the buffer. Remember that there |
729 is @emph{not} a 1:1 mapping between keyboard events and @sc{ASCII} | 729 is @emph{not} a 1:1 mapping between keyboard events and @sc{ASCII} |
730 characters: the set of keyboard events is much larger, so writing code | 730 characters: the set of keyboard events is much larger, so writing code |
731 that examines this variable to determine what key has been typed is bad | 731 that examines this variable to determine what key has been typed is bad |
732 practice, unless you are certain that it will be one of a small set of | 732 practice, unless you are certain that it will be one of a small set of |
1085 The following functions return information about the text (including the | 1085 The following functions return information about the text (including the |
1086 modeline) that a mouse event occurred over or near. | 1086 modeline) that a mouse event occurred over or near. |
1087 | 1087 |
1088 @defun event-over-text-area-p event | 1088 @defun event-over-text-area-p event |
1089 Given a mouse-motion, button-press, or button-release event, this | 1089 Given a mouse-motion, button-press, or button-release event, this |
1090 function returns @code{t} if the event is over the the text area of a | 1090 function returns @code{t} if the event is over the text area of a |
1091 window. Otherwise, @code{nil} is returned. The modeline is not | 1091 window. Otherwise, @code{nil} is returned. The modeline is not |
1092 considered to be part of the text area. | 1092 considered to be part of the text area. |
1093 @end defun | 1093 @end defun |
1094 | 1094 |
1095 @defun event-over-modeline-p event | 1095 @defun event-over-modeline-p event |