[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 21.1 mouse-movement locks up Emacs
From: |
Eli Zaretskii |
Subject: |
Re: 21.1 mouse-movement locks up Emacs |
Date: |
Mon, 10 Dec 2001 11:01:52 +0200 |
On Sun, 9 Dec 2001, Jari Aalto+mail.emacs wrote:
> (progn
> (defun test (event)
> (interactive "e")
> (message "mouse movement ok")
> (discard-input))
> (setq track-mouse t)
> (global-set-key [(mouse-movement)] 'test))
>
>
> However, in 21.1 -q, running the code completely locks up Emacs.
I cannot reproduce this: it does TRT for me. At least I think I
can't; you didn't say how did you ``run the code'', so perhaps I did
it differently. Using "M-x report-emacs-bug RET" would have helped
here, and would also supply the other missing information, which may
or may not be relevant.
This might be a Windows-specific problem (I don't have a Windows
version around to try).
What happens if you type C-g several times, when Emacs locks up? What
about several presses on C-BREAK? Does anything happen if you set
debug-on-quit to t and press C-g or C-BREAK several times when Emacs
locks up?
> by looking at the opening frame, the drag-bar constantly flickers
> as if Emacs is in infinite loop.
This is a sign of a continuous redisplay, not of an infinite loop.