From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: mouse-autoselect-window raises frames Date: Thu, 11 Oct 2007 23:44:39 +0200 Message-ID: <470E9947.7010905@gmx.at> References: <470D3993.8040003@gmx.at> <470DE3B2.7010109@gmx.at> <470E682F.7090007@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1192139270 11602 80.91.229.12 (11 Oct 2007 21:47:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 11 Oct 2007 21:47:50 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 11 23:47:48 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 1Ig5sg-0000tw-0K for ged-emacs-devel@m.gmane.org; Thu, 11 Oct 2007 23:47:46 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ig5sa-0001c1-0P for ged-emacs-devel@m.gmane.org; Thu, 11 Oct 2007 17:47:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ig5sR-0001Ze-Ox for emacs-devel@gnu.org; Thu, 11 Oct 2007 17:47:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ig5sP-0001Yo-Sh for emacs-devel@gnu.org; Thu, 11 Oct 2007 17:47:31 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ig5sP-0001Yj-NU for emacs-devel@gnu.org; Thu, 11 Oct 2007 17:47:29 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1Ig5sP-0001Q8-5a for emacs-devel@gnu.org; Thu, 11 Oct 2007 17:47:29 -0400 Original-Received: (qmail invoked by alias); 11 Oct 2007 21:47:27 -0000 Original-Received: from N730P019.adsl.highway.telekom.at (EHLO [62.47.35.51]) [62.47.35.51] by mail.gmx.net (mp039) with SMTP; 11 Oct 2007 23:47:27 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX18Vw4If2oEVR1CU9Tp29M4W/5UTW/6GbL2wVWvOHf kdQ6MHL5Kf8eyS User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en In-Reply-To: X-Y-GMX-Trusted: 0 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:80662 Archived-At: >>The problem is that mouse movement also generates a switch-frame event >>which is equally disturbing. > > > Why should it be disturbing? AFAIK all it does is `select-frame', right? Almost. It also triggered the initial complaint, my attempts to fix this, the present thread ...