unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Jan Djärv" <jan.h.d@swipnet.se>
Cc: rms@gnu.org, emacs-devel@gnu.org
Subject: Re: Simplification to mouse-avoidance-mode (patch) + redisplay bug?
Date: Thu, 11 May 2006 09:50:47 +0200	[thread overview]
Message-ID: <4462ECD7.7020106@swipnet.se> (raw)
In-Reply-To: <m34pzym11q.fsf@kfs-l.imdomain.dk>



Kim F. Storm skrev:

> I've debugged this far -- and need an X-pert (Jan?) to take over:
> 
> 
> mouse-avoidance-mode 'animate uses set-mouse-position to move
> the mouse cursor in ~10 steps to reach its end position.
> 
> If I type very slowly, approaching the window cursor to the mouse
> cursor -- and don't type anything while the mouse cursor is moving,
> everything works, i.e. the mouse cursor shape at the final destination
> is ok.
> 
> If I type more quickly, the mouse cursor still moves in steps, but
> it may end up with any of the cursor shapes it had along the path.
> 
> I put some trace output into xterm.c, and it seems that (in the first
> case) for each call to x_set_mouse_position (which calls
> XWarpPointer), the event loop receives a MotionNotify event
> (event.type = 6) with the new mouse cursor position.
> 
> .. unless I hit a key while the mouse is moving (the second case).
> 
> As soon as emacs gets the key event (event.type = 2), no further
> MotionNotify events are delivered for the remaining mouse positions
> along the path.
> 
> This looks like an X bug.  This is the Xfree server from redhat 9.0.

Are you sure x_set_mouse_position is called?  When I hold down a key and let 
it repeat, mouse avoidance is not working at all (i.e. x_set_mouse_position is 
not called).  I suspect event processing takes all time so mouse avoidance 
does not get time to check where the cursor is.

Another thing is that X is not guaranteed to deliver MotionNotify for every 
pixel the mouse moves through.  It is actually undefined how many MotionNotify 
you will get when moiving the mouse, but you are guaranteed to get one 
MotionNotify when the mouse movement stops.

A third thing to check is if the XWarpPointer requests are queued or not.  You 
can add a call to XFlush after XWarpPointer and see if that improves the 
situation.

I tried, but could not reproduce the situation where the cursor shape is 
wrong.  I'm sure it is timing related, i.e. events not sent or received when 
expected to.

	Jan D.

  parent reply	other threads:[~2006-05-11  7:50 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-02 12:23 Simplification to mouse-avoidance-mode (patch) + redisplay bug? Kim F. Storm
2006-05-02 21:37 ` Richard Stallman
2006-05-10 14:01   ` Kim F. Storm
2006-05-11  3:46     ` Richard Stallman
2006-05-11  7:50     ` Jan Djärv [this message]
2006-05-11 10:03       ` Kim F. Storm
2006-05-12  7:07         ` Jan Djärv
2006-05-14  0:12           ` Kim F. Storm

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4462ECD7.7020106@swipnet.se \
    --to=jan.h.d@swipnet.se \
    --cc=emacs-devel@gnu.org \
    --cc=rms@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).