From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: mouse-autoselect-window-select Date: Wed, 14 Aug 2013 18:21:29 +0300 Message-ID: <83wqnonvra.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1376493684 4289 80.91.229.3 (14 Aug 2013 15:21:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 14 Aug 2013 15:21:24 +0000 (UTC) Cc: emacs-devel@gnu.org To: Martin Rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 14 17:21:26 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1V9ct4-0002od-18 for ged-emacs-devel@m.gmane.org; Wed, 14 Aug 2013 17:21:26 +0200 Original-Received: from localhost ([::1]:59444 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V9ct3-0005iU-Jm for ged-emacs-devel@m.gmane.org; Wed, 14 Aug 2013 11:21:25 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46084) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V9cst-0005hL-7x for emacs-devel@gnu.org; Wed, 14 Aug 2013 11:21:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V9csl-0003sA-RY for emacs-devel@gnu.org; Wed, 14 Aug 2013 11:21:15 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:42909) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V9csl-0003ry-JS for emacs-devel@gnu.org; Wed, 14 Aug 2013 11:21:07 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0MRJ008001683Q00@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Wed, 14 Aug 2013 18:21:01 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MRJ008DE1B02Z20@a-mtaout22.012.net.il>; Wed, 14 Aug 2013 18:21:00 +0300 (IDT) X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.172 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:162718 Archived-At: This change in window.el: (mouse-autoselect-window-select): Autoselect only if we are in the text portion of the window. should IMO also trigger auto-selection when the mouse is in the display margin area of the window. That's because from the user perspective the margins are an integral part of the text displayed in a window, not one of the decorations. Excluding display margins will probably surprise users.