GNU bug report logs - #22247
24.4; ghost mouse pointer

Previous Next

Package: emacs;

Reported by: Pierpaolo Bernardi <olopierpa <at> gmail.com>

Date: Sat, 26 Dec 2015 18:32:01 UTC

Severity: minor

Tags: moreinfo

Found in version 24.4

Fixed in version 25.1

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 22247 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Pierpaolo Bernardi <olopierpa <at> gmail.com>
Cc: 22247 <at> debbugs.gnu.org
Subject: Re: bug#22247: 24.4; ghost mouse pointer
Date: Sat, 26 Dec 2015 20:59:05 +0200
> Date: Sat, 26 Dec 2015 16:34:26 +0100
> From: Pierpaolo Bernardi <olopierpa <at> gmail.com>
> 
> 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.

I cannot reproduce this, neither in Emacs 24.4 nor in the current
development version.

Does this happen you in "emacs -Q"?




This bug report was last modified 8 years and 224 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.