mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Merge from origin/emacs-26
bd52f37(origin/emacs-26) ; Fix last change: only MinGW runtime 5.0.2...024d20fFix compilation with mingw.org's MinGW 5.x headers38b6748Update the list of special forms in the ELisp manual8579105Don't fail to indent-sexp before a full sexp (Bug#31984)d24c5f2Fix calls to modifications hooks in replace-buffer-contents71a9151* src/character.c (char_width): Support glyphs with faces. (...0feb673Display raw bytes as belonging to 'eight-bit' charset2e2f00f; * doc/emacs/mule.texi (International Chars): Fix last change.00561b5Fix inaccurate text in the user manual5cfb7a3Copyedits in tramp.texi, improved example with bash's readline6f8f358Minor Tramp doc update2585fcbFile Shadowing is not available on MS Windows39da592; Minor markup change in indent.texi2f00ffe; bookmark-jump: Add comment about last change.
This commit is contained in:
commit
4713f5d742
18 changed files with 154 additions and 80 deletions
|
|
@ -3373,10 +3373,10 @@ occur. That is useful, because normally you don't want to track the
|
|||
mouse forever---only until some other event, such as the release of a
|
||||
button.
|
||||
|
||||
@defspec track-mouse body@dots{}
|
||||
This special form executes @var{body}, with generation of mouse motion
|
||||
events enabled. Typically, @var{body} would use @code{read-event} to
|
||||
read the motion events and modify the display accordingly. @xref{Motion
|
||||
@defmac track-mouse body@dots{}
|
||||
This macro executes @var{body}, with generation of mouse motion events
|
||||
enabled. Typically, @var{body} would use @code{read-event} to read
|
||||
the motion events and modify the display accordingly. @xref{Motion
|
||||
Events}, for the format of mouse motion events.
|
||||
|
||||
The value of @code{track-mouse} is that of the last form in @var{body}.
|
||||
|
|
@ -3396,7 +3396,7 @@ on (@pxref{Pointer Shape}). Therefore, Lisp programs that need the
|
|||
mouse pointer to retain its original shape during dragging should bind
|
||||
@code{track-mouse} to the value @code{dragging} at the beginning of
|
||||
their @var{body}.
|
||||
@end defspec
|
||||
@end defmac
|
||||
|
||||
The usual purpose of tracking mouse motion is to indicate on the screen
|
||||
the consequences of pushing or releasing a button at the current
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue