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: Re: mouse-autoselect-window-select Date: Wed, 14 Aug 2013 18:59:24 +0300 Message-ID: <83vc38nu03.fsf@gnu.org> References: <83wqnonvra.fsf@gnu.org> <520BA3FD.6030503@gmx.at> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1376495949 31373 80.91.229.3 (14 Aug 2013 15:59:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 14 Aug 2013 15:59:09 +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:59:11 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 1V9dTa-00047f-Ce for ged-emacs-devel@m.gmane.org; Wed, 14 Aug 2013 17:59:10 +0200 Original-Received: from localhost ([::1]:51988 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V9dTa-00014f-3E for ged-emacs-devel@m.gmane.org; Wed, 14 Aug 2013 11:59:10 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57542) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V9dTS-00013A-LM for emacs-devel@gnu.org; Wed, 14 Aug 2013 11:59:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V9dTM-0002eP-TQ for emacs-devel@gnu.org; Wed, 14 Aug 2013 11:59:02 -0400 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:60444) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V9dTM-0002dR-Lj for emacs-devel@gnu.org; Wed, 14 Aug 2013 11:58:56 -0400 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0MRJ00L002XF0E00@a-mtaout23.012.net.il> for emacs-devel@gnu.org; Wed, 14 Aug 2013 18:58:55 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MRJ00KPF326V590@a-mtaout23.012.net.il>; Wed, 14 Aug 2013 18:58:55 +0300 (IDT) In-reply-to: <520BA3FD.6030503@gmx.at> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.175 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:162725 Archived-At: > Date: Wed, 14 Aug 2013 17:36:29 +0200 > From: martin rudalics > CC: emacs-devel@gnu.org > > > 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. > > We can do that, obviously. But then, if `fringes-outside-margins' is > non-nil, I would have to trigger autoselection for fringes as well. So > I'd like to wait until someone really finds the new behavior annoying. You could exclude the case of fringes-outside-margins. No need to wait for a complaint to DTRT.