emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/commands.texi


From: Gerd Moellmann
Subject: [Emacs-diffs] Changes to emacs/lispref/commands.texi
Date: Fri, 12 Apr 2002 05:49:20 -0400

Index: emacs/lispref/commands.texi
diff -c emacs/lispref/commands.texi:1.33 emacs/lispref/commands.texi:1.34
*** emacs/lispref/commands.texi:1.33    Mon Sep 10 01:06:03 2001
--- emacs/lispref/commands.texi Fri Apr 12 05:49:18 2002
***************
*** 1110,1115 ****
--- 1110,1124 ----
   @var{click-count})
  @end example
  
+ or, for clicks on strings in the mode line, header line or marginal
+ areas:
+ 
+ @example
+ (@var{event-type}
+  (@var{window} @var{buffer-pos} (@var{x} . @var{y}) @var{timestamp} 
(@var{string} . @var{string-pos})
+  @var{click-count})
+ @end example
+ 
  Here is what the elements normally mean:
  
  @table @asis
***************
*** 1140,1146 ****
  @item @var{timestamp}
  This is the time at which the event occurred, in milliseconds.  (Since
  this value wraps around the entire range of Emacs Lisp integers in about
! five hours, it is useful only for relating the times of nearby events.)
  
  @item @var{click-count}
  This is the number of rapid repeated presses so far of the same mouse
--- 1149,1164 ----
  @item @var{timestamp}
  This is the time at which the event occurred, in milliseconds.  (Since
  this value wraps around the entire range of Emacs Lisp integers in about
! five hours, it is useful only for relating the times of nearby
! events.)
! 
! @item @var{string}
! This is the string on which the click occurred, including any
! properties.
! 
! @item @var{string-pos}
! This is the position in the string on which the click occurred,
! relevant if properties at the click need to be looked up.
  
  @item @var{click-count}
  This is the number of rapid repeated presses so far of the same mouse
***************
*** 1158,1167 ****
  the top or left end of the scroll bar, and @var{whole} is the length of
  the entire scroll bar.
  
! If the position is on a mode line or the vertical line separating
! @var{window} from its neighbor to the right, then @var{buffer-pos} is
! the symbol @code{mode-line}, @code{header-line}, or
! @code{vertical-line}.  For the mode line, @var{y} does not have
  meaningful data.  For the vertical line, @var{x} does not have
  meaningful data.
  
--- 1176,1186 ----
  the top or left end of the scroll bar, and @var{whole} is the length of
  the entire scroll bar.
  
! If the position is on a mode line, the vertical line separating
! @var{window} from its neighbor to the right, or in a marginal area,
! then @var{buffer-pos} is the symbol @code{mode-line},
! @code{header-line}, @code{vertical-line}, @code{left-margin}, or
! @code{right-margin}.  For the mode line, @var{y} does not have
  meaningful data.  For the vertical line, @var{x} does not have
  meaningful data.
  



reply via email to

[Prev in Thread] Current Thread [Next in Thread]