Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!ames!sdcsvax!ucbvax!SUGAR-SMACKS.AI.MIT.EDU!rms From: rms@SUGAR-SMACKS.AI.MIT.EDU.UUCP Newsgroups: comp.windows.x Subject: LeaveMouse after moving a window Message-ID: <8706110727.AA01089@sugar-smacks.ai.mit.edu> Date: Thu, 11-Jun-87 03:27:41 EDT Article-I.D.: sugar-sm.8706110727.AA01089 Posted: Thu Jun 11 03:27:41 1987 Date-Received: Sat, 13-Jun-87 08:22:15 EDT Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: The ARPA Internet Lines: 11 I just made Emacs notice EnterWindow and LeaveWindow events. When I move the Emacs window with the window manager, if the mouse moves outside the original borders of the window, then Emacs apparantly gets a LeaveWindow and no EnterWindow event even though the mouse is still inside it after the window is moved. I can see this from the way Emacs alters its display. If I move the mouse out and in again, the EnterWindow event comes as expected. Xterm manages to avoid this problem, but how?