GNU bug report logs -
#4337
23.1.50; Mouse pointer disappears
Previous Next
Reported by: Katsumi Yamaoka <yamaoka <at> jpl.org>
Date: Fri, 4 Sep 2009 04:40:05 UTC
Severity: normal
Done: Jan Djärv <jan.h.d <at> swipnet.se>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 4337 in the body.
You can then email your comments to 4337 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#4337
; Package
emacs
.
(Fri, 04 Sep 2009 04:40:05 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Katsumi Yamaoka <yamaoka <at> jpl.org>
:
New bug report received and forwarded. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
(Fri, 04 Sep 2009 04:40:06 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):
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,
Information forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#4337
; Package
emacs
.
(Fri, 04 Sep 2009 05:40:06 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Jan Djärv <jan.h.d <at> swipnet.se>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
(Fri, 04 Sep 2009 05:40:06 GMT)
Full text and
rfc822 format available.
Message #10 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):
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,
>
>
Information forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#4337
; Package
emacs
.
(Fri, 04 Sep 2009 05:40:14 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Jan Djärv <jan.h.d <at> swipnet.se>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
(Fri, 04 Sep 2009 05:40:15 GMT)
Full text and
rfc822 format available.
Reply sent
to
Jan Djärv <jan.h.d <at> swipnet.se>
:
You have taken responsibility.
(Fri, 04 Sep 2009 05:40:20 GMT)
Full text and
rfc822 format available.
Notification sent
to
Katsumi Yamaoka <yamaoka <at> jpl.org>
:
bug acknowledged by developer.
(Fri, 04 Sep 2009 05:40:20 GMT)
Full text and
rfc822 format available.
Information forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#4337
; Package
emacs
.
(Fri, 04 Sep 2009 06:05:05 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Katsumi Yamaoka <yamaoka <at> jpl.org>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
(Fri, 04 Sep 2009 06:05:06 GMT)
Full text and
rfc822 format available.
Message #25 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):
The problem has gone. Thank you very much for the rapid fix!
>>>>> Jan Djärv wrote:
> 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,
Information forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#4337
; Package
emacs
.
(Fri, 04 Sep 2009 06:05:08 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Katsumi Yamaoka <yamaoka <at> jpl.org>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
(Fri, 04 Sep 2009 06:05:08 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> emacsbugs.donarmstrong.com
.
(Fri, 02 Oct 2009 14:24:11 GMT)
Full text and
rfc822 format available.
This bug report was last modified 15 years and 322 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.