From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: mouse-autoselect-window Date: Sun, 30 Sep 2007 17:48:24 -0400 Message-ID: References: <46F00107.4030405@gmx.at> <87zlzjpu29.fsf@escher.local.home> <46FCC524.1070507@gmx.at> <2rwsu916zh.fsf@fencepost.gnu.org> <46FF62A9.5070507@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1191188981 13821 80.91.229.12 (30 Sep 2007 21:49:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 30 Sep 2007 21:49:41 +0000 (UTC) Cc: Stephen Berman , emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 30 23:49:28 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Ic6fG-0003Np-UK for ged-emacs-devel@m.gmane.org; Sun, 30 Sep 2007 23:49:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ic6fD-0004ip-4a for ged-emacs-devel@m.gmane.org; Sun, 30 Sep 2007 17:49:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ic6f8-0004dT-TX for emacs-devel@gnu.org; Sun, 30 Sep 2007 17:49:18 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ic6f4-0004Tm-Rp for emacs-devel@gnu.org; Sun, 30 Sep 2007 17:49:18 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ic6f4-0004TU-MF for emacs-devel@gnu.org; Sun, 30 Sep 2007 17:49:14 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ic6f4-00027K-Bn for emacs-devel@gnu.org; Sun, 30 Sep 2007 17:49:14 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1Ic6eG-0004GY-Rc; Sun, 30 Sep 2007 17:48:24 -0400 X-Spook: cryptanalysis North Korea asset ICE import SWAT Albania X-Ran: -z)MNs9`Az\fB|!WV<;ybtYPuEf0}_-,jC2p-p;ble4^"1VqcISk~G~L2B(X?8&8A_zT*6 X-Hue: black X-Attribution: GM In-Reply-To: <46FF62A9.5070507@gmx.at> (martin rudalics's message of "Sun, 30 Sep 2007 10:47:37 +0200") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:80063 Archived-At: martin rudalics wrote: > Could you, with m-a-w 1.0 and f-f-m t and focus follows mouse in the > window manager confirm that the following DTRT: You have two frames > A and B. A has two windows 1 and 2, where 1 is active and has the > mouse cursor in it. Move the mouse to frame B to select it. Now move > the mouse to window 2 on frame A. Does it get selected? Yes. > Before, Emacs consumed 99% CPU here because it got trapped in the > for (;;) loop of kbd_buffer_get_event with an unread select-window > event (you should be able to reproduce this with the scenario above > and without my patch applied). Yes, I could reproduce that (but not 100% of the time).