From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stephen Berman Newsgroups: gmane.emacs.devel Subject: Re: mouse-autoselect-window Date: Wed, 07 Nov 2007 13:18:31 +0100 Message-ID: <87sl3iz1t4.fsf@escher.local.home> References: <46F00107.4030405@gmx.at> <87zlzjpu29.fsf@escher.local.home> <46FCC524.1070507@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1194437955 9462 80.91.229.12 (7 Nov 2007 12:19:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 7 Nov 2007 12:19:15 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 07 13:19:19 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 1IpjsL-0000aL-QE for ged-emacs-devel@m.gmane.org; Wed, 07 Nov 2007 13:19:18 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IpjsA-0005yR-JF for ged-emacs-devel@m.gmane.org; Wed, 07 Nov 2007 07:19:06 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ipjs6-0005yI-Nj for emacs-devel@gnu.org; Wed, 07 Nov 2007 07:19:02 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ipjs4-0005y6-9T for emacs-devel@gnu.org; Wed, 07 Nov 2007 07:19:01 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ipjs4-0005y3-4k for emacs-devel@gnu.org; Wed, 07 Nov 2007 07:19:00 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Ipjs3-0008V4-QS for emacs-devel@gnu.org; Wed, 07 Nov 2007 07:19:00 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Ipjri-0005cj-Sw for emacs-devel@gnu.org; Wed, 07 Nov 2007 12:18:38 +0000 Original-Received: from i577bc254.versanet.de ([87.123.194.84]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 07 Nov 2007 12:18:38 +0000 Original-Received: from Stephen.Berman by i577bc254.versanet.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 07 Nov 2007 12:18:38 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 30 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: i577bc254.versanet.de User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: 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:82727 Archived-At: On Fri, 28 Sep 2007 11:11:00 +0200 martin rudalics wrote: >> With this and with mouse-autoselect-window set to t, moving the mouse >> to another Emacs frame of the same session immediately raises and >> focusses it, just like with your other patch using select-frame and >> raise-frame. Again, that is the same as when I set the KDE focus >> policy to focus follows mouse -- but again, since I have the policy >> set to focus follows click, I would not expect Emacs to behave >> differently. >> >> With mouse-autoselect-window set to a number, I get both raising and >> focussing, but only with split windows and only in alternation. As >> before, with unsplit frame moving the mouse over another frame neither >> raises nor focusses. > > I tried to fix a couple of bugs. Could you please try again with the > attached patches (against CVS EMACS_22_BASE) and all settings you can > reasonably test. I'm sorry I never responded to your request; I was travelling when it arrived, then sick, then too busy to test it carefully. In the mean time, I see a corrected version is installed in the trunk. I just wanted to confirm that this version does what I expect: with my mouse follows click policy, focus-follows-mouse set to nil and mouse-autoselect-window set to non-nil, moving the mouse over a non-selected frame no longer makes the mode line of that frame active, nor changes the tool bar or frame title, also in the split-window cases. Thanks (belatedly) for fixing this issue. Steve Berman