bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#4337: marked as done (23.1.50; Mouse pointer disappears)


From: Emacs bug Tracking System
Subject: bug#4337: marked as done (23.1.50; Mouse pointer disappears)
Date: Fri, 04 Sep 2009 05:40:20 +0000

Your message dated Fri, 04 Sep 2009 07:33:57 +0200
with message-id <4AA0A6C5.1060406@swipnet.se>
and subject line Re: bug#4337: 23.1.50; Mouse pointer disappears
has caused the Emacs bug report #4337,
regarding 23.1.50; Mouse pointer disappears
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
4337: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=4337
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems
--- Begin Message --- Subject: 23.1.50; Mouse pointer disappears Date: Fri, 04 Sep 2009 13:27:23 +0900 User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.50 (gnu/linux)
Hi,

Recently, after invoking some command that pops up to a new frame,
the mouse pointer disappears on the original frame in which that
command is invoked.  The problem can be reproduced with `emacs -Q'
as follows:

1. Eval this command:

(defun test (arg)
  (interactive (list (read-string "Type RET> ")))
  (let ((buffer (get-buffer-create "*testing*"))
        (pop-up-frames t))
    (pop-to-buffer buffer)))

2. Type `M-x test RET RET' in the Emacs frame A.
   Then the Emacs frame B rises and the mouse pointer moves there.

3. Move the mouse to the Emacs frame A manually.
   Then I see the mouse pointer disappears.

Is it only to me?  I use Emacs 23.1.50 the latest on Fedora 11
that is updated everyday.  It might be due to something new in
Fedora 11 but Emacs 23.1 has no problem.

Regards,


--- End Message ---
--- Begin Message --- Subject: Re: bug#4337: 23.1.50; Mouse pointer disappears Date: Fri, 04 Sep 2009 07:33:57 +0200 User-agent: Thunderbird 2.0.0.23 (Macintosh/20090812)
I have checked in a fix.

        Jan D.


Katsumi Yamaoka skrev:
Hi,

Recently, after invoking some command that pops up to a new frame,
the mouse pointer disappears on the original frame in which that
command is invoked.  The problem can be reproduced with `emacs -Q'
as follows:

1. Eval this command:

(defun test (arg)
  (interactive (list (read-string "Type RET> ")))
  (let ((buffer (get-buffer-create "*testing*"))
        (pop-up-frames t))
    (pop-to-buffer buffer)))

2. Type `M-x test RET RET' in the Emacs frame A.
   Then the Emacs frame B rises and the mouse pointer moves there.

3. Move the mouse to the Emacs frame A manually.
   Then I see the mouse pointer disappears.

Is it only to me?  I use Emacs 23.1.50 the latest on Fedora 11
that is updated everyday.  It might be due to something new in
Fedora 11 but Emacs 23.1 has no problem.

Regards,



--- End Message ---

reply via email to

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