From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Possible Bug: Mouse drag event records wrong window for release when crossing frames Date: Fri, 29 Sep 2017 15:20:52 -0400 Message-ID: References: <59CB5D45.9070603@gmx.at> <59CE058D.3010607@gmx.at> <59CE8EDA.4090108@gmx.at> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1506712868 18946 195.159.176.226 (29 Sep 2017 19:21:08 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 29 Sep 2017 19:21:08 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) Cc: martin rudalics , rswgnu@gmail.com, emacs-devel To: Robert Weiner Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 29 21:21:04 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dy0qH-0003yT-5h for ged-emacs-devel@m.gmane.org; Fri, 29 Sep 2017 21:20:57 +0200 Original-Received: from localhost ([::1]:36729 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dy0qO-000683-Ih for ged-emacs-devel@m.gmane.org; Fri, 29 Sep 2017 15:21:04 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56283) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dy0qI-00067w-Fr for emacs-devel@gnu.org; Fri, 29 Sep 2017 15:20:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dy0qG-0000Ya-Ou for emacs-devel@gnu.org; Fri, 29 Sep 2017 15:20:58 -0400 Original-Received: from alt42.smtp-out.videotron.ca ([23.233.128.29]:12577) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dy0qG-0000XQ-LW for emacs-devel@gnu.org; Fri, 29 Sep 2017 15:20:56 -0400 Original-Received: from ceviche.home ([23.233.195.134]) by Videotron with SMTP id y0qDdqQ6A5wuby0qEdKcQu; Fri, 29 Sep 2017 15:20:54 -0400 X-Authority-Analysis: v=2.2 cv=cIaQihWN c=1 sm=1 tr=0 a=xXJ578j8WyTliCxld3/pTA==:117 a=xXJ578j8WyTliCxld3/pTA==:17 a=IkcTkHD0fZMA:10 a=2JCJgTwv5E4A:10 a=GTDmowZWhEqrowioWYUA:9 a=QEXdDO2ut3YA:10 Original-Received: by ceviche.home (Postfix, from userid 20848) id 0B5E266262; Fri, 29 Sep 2017 15:20:53 -0400 (EDT) In-Reply-To: (Robert Weiner's message of "Fri, 29 Sep 2017 15:08:29 -0400") X-CMAE-Envelope: MS4wfEgCvQ/MsIEvxw8zA8PceQesmxONe2J6KjiuJFxnJtF4dbopngF+XizBOyiUrpEyUPfkoEdQwZF9mNylnD1T2PnRb5+PMojpMDqSgYeSusFuR/VcgCP4 MKa30OZkBB482OfNlvNb8gWyEJGRpXRmxkiiB33k/Py/i/S35SjZae7Z9pzMu2IWlMaw6C8XEfk5Na3bhEpSRu8rOemOI4LwpQxW++DF22kl2t7ByqRUSQo8 OITVbYHA+CHrhg3F5PaAirGmoboFIVENOo0f6X/1SJ7bcYp/ui/FyfRvmKerK6YJ X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 23.233.128.29 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:218938 Archived-At: > =E2=80=8BOn a Mac with Emacs 25.3 with focus-follows-mouse=E2=80=8B and > mouse-autoselect-window both set true, I get inconsistent behavior. Beware: `focus-follows-mouse` is a variable which does not *cause* the focus to follow the mouse. Instead it has no other effect than to inform Emacs that it's running in an environment where the window-manager (or equivalent) uses the policy that the focus should follow the mouse. Stefan