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 15:30:25 +0100 Message-ID: <87bqa6yvpa.fsf@escher.local.home> References: <46F00107.4030405@gmx.at> <87zlzjpu29.fsf@escher.local.home> <46FCC524.1070507@gmx.at> <87sl3iz1t4.fsf@escher.local.home> <4731BA07.7020108@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1194445867 4321 80.91.229.12 (7 Nov 2007 14:31:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 7 Nov 2007 14:31:07 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 07 15:31:12 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 1Iplvz-0006Q0-Ac for ged-emacs-devel@m.gmane.org; Wed, 07 Nov 2007 15:31:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iplvo-0004T7-7T for ged-emacs-devel@m.gmane.org; Wed, 07 Nov 2007 09:31:00 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IplvZ-0004Nd-9A for emacs-devel@gnu.org; Wed, 07 Nov 2007 09:30:45 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IplvX-0004MM-8Q for emacs-devel@gnu.org; Wed, 07 Nov 2007 09:30:44 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IplvW-0004Lz-Nh for emacs-devel@gnu.org; Wed, 07 Nov 2007 09:30:42 -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 1IplvV-0006k0-Ir for emacs-devel@gnu.org; Wed, 07 Nov 2007 09:30:41 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IplvT-0003Ut-9h for emacs-devel@gnu.org; Wed, 07 Nov 2007 14:30:39 +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 14:30:39 +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 14:30:39 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 24 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:82738 Archived-At: On Wed, 07 Nov 2007 14:13:43 +0100 martin rudalics wrote: >> ... 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. > > Thanks for testing. I'm afraid that your problem was the only one I > was able to fix. Moving from one frame to another still doesn't seem > to DTRT with focus-follows-mouse t. I do see that with a focus follows click policy, focus-follows-mouse set to t and mouse-autoselect-window set to non-nil, then my problem returns, but that would be my fault for making Emacs flout the window manager policy. If I use a focus follows mouse policy, I don't see any problem with focus-follows-mouse set to t and mouse-autoselect-window set to non-nil. I recall there was an issue with auto-raising, but I guess you dealt with that, because I don't see it in the preceding scenario (using a non-auto-raising policy in the window manager). Steve Berman