From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: mouse-drag-and-drop-region Date: Thu, 23 Nov 2017 18:09:16 +0200 Message-ID: <838texaser.fsf@gnu.org> 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> <5A1534B4.6030203@gmx.at> <5A167CEC.5070400@gmx.at> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1511453425 21218 195.159.176.226 (23 Nov 2017 16:10:25 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 23 Nov 2017 16:10:25 +0000 (UTC) Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 23 17:10:20 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 1eHu4w-0004lo-E1 for ged-emacs-devel@m.gmane.org; Thu, 23 Nov 2017 17:10:18 +0100 Original-Received: from localhost ([::1]:45025 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eHu4y-00077l-Fx for ged-emacs-devel@m.gmane.org; Thu, 23 Nov 2017 11:10:20 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44644) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eHu45-000759-7K for emacs-devel@gnu.org; Thu, 23 Nov 2017 11:09:28 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eHu42-0005fS-Eu for emacs-devel@gnu.org; Thu, 23 Nov 2017 11:09:25 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:36924) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eHu42-0005fE-Bh; Thu, 23 Nov 2017 11:09:22 -0500 Original-Received: from [176.228.60.248] (port=1933 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1eHu41-00087Y-3r; Thu, 23 Nov 2017 11:09:22 -0500 In-reply-to: <5A167CEC.5070400@gmx.at> (message from martin rudalics on Thu, 23 Nov 2017 08:46:52 +0100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e 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:220397 Archived-At: > Date: Thu, 23 Nov 2017 08:46:52 +0100 > From: martin rudalics > > > I very clearly vote in favor of set-transient-map, since the use > > read-event leads inevitably to lots of corner case problems that are in > > general impossible to fix. > > Actually, this boils down to marking `track-mouse' obsolete in a not so > distant future. If we do, what will replace it?