emacs-devel
[Top][All Lists]
Advanced

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

Re: x-autoselect-window


From: Gerd Moellmann
Subject: Re: x-autoselect-window
Date: 16 Feb 2002 20:16:33 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2.50

address@hidden (Pavel Janík) writes:

> I do not see this, because I use blink-cursor-mode, but when I set it to
> default values, I see that problem too. I will see if Gerd's advice help
> here (thank you Gerd).

Please don't bother to check.  I just looked at the code, and I know
what's wrong: Fselect_window is called asynchonously from
note_mouse_movement via XTread_socket, which is not safe.  (Actually
I wonder why this hasn't lead to an abort somewhere, or a crash).

One way to implement this feature is to generate an input_event which
is handled in keyboard.c by selecting the window.




reply via email to

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