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: Thu, 06 Sep 2007 17:44:15 +0200 Message-ID: <87hcm723zk.fsf@escher.local.home> References: <86abs1bd54.fsf@lola.quinscape.zz> <87myw1p8yb.fsf@escher.local.home> <46DEEF9F.5060904@gmx.at> <87r6lc0zqr.fsf@escher.local.home> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1189093481 24396 80.91.229.12 (6 Sep 2007 15:44:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 6 Sep 2007 15:44:41 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 06 17:44:39 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 1ITJX2-0004jp-U2 for ged-emacs-devel@m.gmane.org; Thu, 06 Sep 2007 17:44:37 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ITJX1-0003AF-96 for ged-emacs-devel@m.gmane.org; Thu, 06 Sep 2007 11:44:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ITJWx-00037t-6h for emacs-devel@gnu.org; Thu, 06 Sep 2007 11:44:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ITJWv-00034v-8O for emacs-devel@gnu.org; Thu, 06 Sep 2007 11:44:30 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ITJWv-00034o-5N for emacs-devel@gnu.org; Thu, 06 Sep 2007 11:44:29 -0400 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 1ITJWu-0002gp-At for emacs-devel@gnu.org; Thu, 06 Sep 2007 11:44:28 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1ITJWr-0004ks-WD for emacs-devel@gnu.org; Thu, 06 Sep 2007 17:44:26 +0200 Original-Received: from i577bc1b3.versanet.de ([87.123.193.179]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 06 Sep 2007 17:44:25 +0200 Original-Received: from Stephen.Berman by i577bc1b3.versanet.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 06 Sep 2007 17:44:25 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 18 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: i577bc1b3.versanet.de User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) 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:77987 Archived-At: On Thu, 06 Sep 2007 10:30:39 -0400 Stefan Monnier wrote: >> I don't have Emacs_22_BASE but the patch applied cleanly to window.el >> in the released Emacs 22.1. However, I see no difference to the >> behavior without the patch: with mouse-autoselect-window set to t and >> focus-follows-mouse set to nil, moving the mouse over a non-focussed >> frame still changes the mode-line face and the tool bar of its >> windows, just as in the focussed frame. > > Have you recompiled the window.el file? Yes > Have you re-dumped Emacs in the mean time? Yes Steve Berman