From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#50993: 29.0.50; Problems when dragging the mouse over the toolbar Date: Wed, 13 Oct 2021 22:07:14 +0300 Organization: LINKOV.NET Message-ID: <87mtnc921p.fsf@mail.linkov.net> References: <87r1d2b9e2.fsf.ref@yahoo.com> <83y270rd4j.fsf@gnu.org> <83lf30r8eq.fsf@gnu.org> <877dekcsc1.fsf@yahoo.com> <87ily4aur8.fsf@yahoo.com> <44097514-26fb-fe2f-fb82-cfb819f13d2a@gmx.at> <87k0ijalp8.fsf@yahoo.com> <878ryzafqk.fsf@yahoo.com> <87wnmj85o2.fsf@yahoo.com> <837deiqr3k.fsf@gnu.org> <52bbc081-e8a2-91b6-2b27-0dba6d8971c0@gmx.at> <83tuhmp793.fsf@gnu.org> <87lf2y6ncr.fsf@mail.linkov.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="33526"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu) Cc: luangruo@yahoo.com, 50993@debbugs.gnu.org, monnier@iro.umontreal.ca To: martin rudalics Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Oct 13 21:11:13 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1majeh-0008Rs-QG for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 13 Oct 2021 21:11:11 +0200 Original-Received: from localhost ([::1]:53886 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1majeg-0008B2-4z for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 13 Oct 2021 15:11:10 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:45072) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1majeY-0008Ap-TN for bug-gnu-emacs@gnu.org; Wed, 13 Oct 2021 15:11:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:50150) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1majeY-0002Jn-1o for bug-gnu-emacs@gnu.org; Wed, 13 Oct 2021 15:11:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1majeX-0007cV-Og for bug-gnu-emacs@gnu.org; Wed, 13 Oct 2021 15:11:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 13 Oct 2021 19:11:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 50993 X-GNU-PR-Package: emacs Original-Received: via spool by 50993-submit@debbugs.gnu.org id=B50993.163415224329240 (code B ref 50993); Wed, 13 Oct 2021 19:11:01 +0000 Original-Received: (at 50993) by debbugs.gnu.org; 13 Oct 2021 19:10:43 +0000 Original-Received: from localhost ([127.0.0.1]:33463 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1majeE-0007bY-QA for submit@debbugs.gnu.org; Wed, 13 Oct 2021 15:10:42 -0400 Original-Received: from relay1-d.mail.gandi.net ([217.70.183.193]:40105) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1majeC-0007bB-Oj for 50993@debbugs.gnu.org; Wed, 13 Oct 2021 15:10:41 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id AC867240004; Wed, 13 Oct 2021 19:10:32 +0000 (UTC) In-Reply-To: (martin rudalics's message of "Wed, 13 Oct 2021 10:36:55 +0200") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:217170 Archived-At: >> Tab dragging is implemented in tab-bar.el with this: >> >> (define-key map [drag-mouse-1] 'tab-bar-mouse-move-tab) > > That's harmless because it doesn't use mouse-movement. I confirm that your patch breaks nothing. > IIUC dragging tabs from one frame to another is not supported (yet). Yep, not yet. > BTW the shape of the mouse pointer should change while dragging tabs. > Currently there's absolutely no feedback wrt what's going on. Please suggest how the shape of the mouse pointer could be changed in [down-mouse-1], and restored in [drag-mouse-1].