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: mouse-drag-and-drop-region Date: Tue, 21 Nov 2017 14:07:46 -0500 Message-ID: References: <5A0ABD41.5040402@gmx.at> <20171116.092825.1408561780440493246.tak.kunihiro@gmail.com> <5A0D562D.1010803@gmx.at> <20171120.222937.949251858246319152.tak.kunihiro@gmail.com> <5A13F0CA.2030605@gmx.at> <5A1432B0.8080700@gmx.at> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1511291172 13053 195.159.176.226 (21 Nov 2017 19:06:12 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 21 Nov 2017 19:06:12 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 21 20:06:09 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 1eHDs0-00039e-Mv for ged-emacs-devel@m.gmane.org; Tue, 21 Nov 2017 20:06:08 +0100 Original-Received: from localhost ([::1]:36124 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eHDs7-0003Yr-U8 for ged-emacs-devel@m.gmane.org; Tue, 21 Nov 2017 14:06:15 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39258) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eHDry-0003Yl-NV for emacs-devel@gnu.org; Tue, 21 Nov 2017 14:06:09 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eHDrx-0008Pt-Qh for emacs-devel@gnu.org; Tue, 21 Nov 2017 14:06:06 -0500 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:43054) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eHDrx-0008Pi-Lr for emacs-devel@gnu.org; Tue, 21 Nov 2017 14:06:05 -0500 Original-Received: from lechazo.home (lechon.iro.umontreal.ca [132.204.27.242]) by pruche.dit.umontreal.ca (8.14.7/8.14.1) with ESMTP id vALJ61Oo002392; Tue, 21 Nov 2017 14:06:01 -0500 Original-Received: by lechazo.home (Postfix, from userid 20848) id 6129962F43; Tue, 21 Nov 2017 14:07:46 -0500 (EST) In-Reply-To: <5A1432B0.8080700@gmx.at> (martin rudalics's message of "Tue, 21 Nov 2017 15:05:36 +0100") X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 2 Rules triggered EDT_SA_DN_PASS=0, RV6163=0 X-NAI-Spam-Version: 2.3.0.9418 : core <6163> : inlines <6179> : streams <1770953> : uri <2537965> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.22 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:220333 Archived-At: >> but what happens when you >> finally release the button is determined by the normal keymap bindings). > Sure. But the idea is that it synchronizes point with the mouse > position till then. Indeed. It should probably be generalized for uses where that's not appropriate (similarly for uses where the mark shouldn't be modified (not even temporarily)). E.g. for mouse-drag-secondary. Stefan