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

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

bug#4337: 23.1.50; Mouse pointer disappears


From: Jan Djärv
Subject: 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,







reply via email to

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