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: Sun, 19 Nov 2017 17:27:14 +0200 Message-ID: <838tf2ffvx.fsf@gnu.org> References: <5A0ABD41.5040402@gmx.at> <874lpwobsa.fsf@gmail.com> <5A0C0765.2040908@gmx.at> <87375fl3z1.fsf@gmail.com> <831skzjo2o.fsf@gnu.org> <87y3n7jj2y.fsf@gmail.com> <83r2syi5h6.fsf@gnu.org> <87r2sx4do3.fsf@gmail.com> <837eupiclf.fsf@gnu.org> <87ine8qdz8.fsf@gmail.com> <8360a8gdk9.fsf@gnu.org> <877eun5jwm.fsf@gmail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1511105342 4916 195.159.176.226 (19 Nov 2017 15:29:02 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 19 Nov 2017 15:29:02 +0000 (UTC) Cc: rudalics@gmx.at, emacs-devel@gnu.org To: Alex Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 19 16:28:58 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 1eGRWh-0000s7-1j for ged-emacs-devel@m.gmane.org; Sun, 19 Nov 2017 16:28:55 +0100 Original-Received: from localhost ([::1]:53394 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eGRWo-0004S3-EO for ged-emacs-devel@m.gmane.org; Sun, 19 Nov 2017 10:29:02 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54784) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eGRVN-00037V-Pr for emacs-devel@gnu.org; Sun, 19 Nov 2017 10:27:34 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eGRVJ-0002Fk-9z for emacs-devel@gnu.org; Sun, 19 Nov 2017 10:27:33 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:49434) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eGRVJ-0002Ex-6o; Sun, 19 Nov 2017 10:27:29 -0500 Original-Received: from [176.228.60.248] (port=1913 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1eGRVF-0002nP-Bl; Sun, 19 Nov 2017 10:27:25 -0500 In-reply-to: <877eun5jwm.fsf@gmail.com> (message from Alex on Sat, 18 Nov 2017 15:58:17 -0600) 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:220275 Archived-At: > From: Alex > Cc: rudalics@gmx.at, emacs-devel@gnu.org > Date: Sat, 18 Nov 2017 15:58:17 -0600 > > >> This will only message on the first mouse-movement event (after a > >> non-mouse-movement event), and after moving to a new character position. > > > > That's the intended behavior, see note_mouse_movement. > > Thanks for pointing me to it. I can understand the intention, but I > think it would be useful to be able to track the mouse with every pixel > change in addition to the current behaviour. On topic, it should make > dragging the tooltip a lot smoother. Does it, indeed? Did you try that? > Would such a feature be considered? What other uses would it have except this one (assuming it helps there)? It will certainly flood Emacs with input events, the question is: is that justified? > >> It also messages after a down-click, which feels like a bug. > > > > Not here, it doesn't. I only see a message after a movement to > > another glyph. > > That's odd, you can't reproduce it at all? No. > On my end, I sometimes have to click a few times (sometimes slowly) > before an erroneous message appears. GTK issue again, perhaps?