unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#22247: 24.4; ghost mouse pointer
@ 2015-12-26 15:34 Pierpaolo Bernardi
  2015-12-26 18:59 ` Eli Zaretskii
  2015-12-27 16:05 ` martin rudalics
  0 siblings, 2 replies; 14+ messages in thread
From: Pierpaolo Bernardi @ 2015-12-26 15:34 UTC (permalink / raw)
  To: 22247

In GNU Emacs 24.4.1 (i686-pc-mingw32)
 of 2014-10-24 on LEG570
Windowing system distributor `Microsoft Corp.', version 6.2.9200
Configured using:
 `configure --prefix=/c/usr'

(But also in older versions both of Emacs and of Windows. This is
present since the first time I used Emacs on windows, around 15 years
ago).

I use this function to move the mouse pointer out of my way:

    (defun move-cursor-out ()
      (interactive)
      (set-mouse-position (window-frame (frame-selected-window))
                          (1+ (frame-width))
                          0))

    (global-set-key [f12] 'move-cursor-out)

This works as intended on Unix/X.

On windows, the mouse pointer is moved in the right place, but a ghost
image of the pointer is left behind in the old position *most of the
times* (not always), thus vanifying the purpose of the code.

Thanks!





^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2016-12-07 20:22 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-26 15:34 bug#22247: 24.4; ghost mouse pointer Pierpaolo Bernardi
2015-12-26 18:59 ` Eli Zaretskii
2015-12-26 21:40   ` Pierpaolo Bernardi
2015-12-27 16:08     ` Eli Zaretskii
2015-12-27 16:58       ` Pierpaolo Bernardi
2015-12-27 17:11         ` Eli Zaretskii
2015-12-27 17:22           ` Pierpaolo Bernardi
2015-12-27 17:36             ` Eli Zaretskii
2015-12-27 17:44               ` Pierpaolo Bernardi
2015-12-27 18:18                 ` Eli Zaretskii
2015-12-27 18:54                   ` Eli Zaretskii
2015-12-28 22:15                     ` Pierpaolo Bernardi
2016-12-07 20:22                     ` Glenn Morris
2015-12-27 16:05 ` martin rudalics

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).