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#49247: 28.0.50; [Feature Request] Make tab-bar-lines dragable Date: Sun, 04 Jul 2021 23:37:21 +0300 Organization: LINKOV.NET Message-ID: <87mtr17r3y.fsf@mail.linkov.net> References: <87czs64p5j.fsf@gmail.com> <87lf6tkc1x.fsf@mail.linkov.net> <87r1gl6om0.fsf@mail.linkov.net> <83o8boopit.fsf@gnu.org> <0b86ca8e-d540-12c8-94ac-2f7327f82126@gmx.at> <878s2r9mr8.fsf@mail.linkov.net> <077cf4b1-76ed-4a8c-7c46-bbf5d657ff03@gmx.at> <83r1gil7zk.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="40161"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu) Cc: s930054123yaoyao@gmail.com, 49247@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sun Jul 04 22:41:32 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 1m08vj-000ALq-SO for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 04 Jul 2021 22:41:31 +0200 Original-Received: from localhost ([::1]:55008 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1m08vi-0002sk-Uw for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 04 Jul 2021 16:41:30 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:48902) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m08vG-0001nl-9e for bug-gnu-emacs@gnu.org; Sun, 04 Jul 2021 16:41:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:59997) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1m08vG-0000gu-2H for bug-gnu-emacs@gnu.org; Sun, 04 Jul 2021 16:41:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1m08vG-00034Q-1F for bug-gnu-emacs@gnu.org; Sun, 04 Jul 2021 16:41:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 04 Jul 2021 20:41:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 49247 X-GNU-PR-Package: emacs Original-Received: via spool by 49247-submit@debbugs.gnu.org id=B49247.162543124711767 (code B ref 49247); Sun, 04 Jul 2021 20:41:01 +0000 Original-Received: (at 49247) by debbugs.gnu.org; 4 Jul 2021 20:40:47 +0000 Original-Received: from localhost ([127.0.0.1]:43309 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m08v0-00033j-TJ for submit@debbugs.gnu.org; Sun, 04 Jul 2021 16:40:47 -0400 Original-Received: from relay10.mail.gandi.net ([217.70.178.230]:53545) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m08uy-00033K-Mm for 49247@debbugs.gnu.org; Sun, 04 Jul 2021 16:40:45 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by relay10.mail.gandi.net (Postfix) with ESMTPSA id 1736A240003; Sun, 4 Jul 2021 20:40:36 +0000 (UTC) In-Reply-To: <83r1gil7zk.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 01 Jul 2021 12:05:19 +0300") 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:209428 Archived-At: >> It should be also possible to drag a frame with the tab bar. > > That would require significant changes in how mouse clicks on the tab > bar are processed. Currently, if the click is not on some glyph of > the tab-bar text, it is ignored. There were also user requests to change the mouse pointer shape to ‘hand’ when the mouse pointer is over the tab-bar tabs, the same way as currently the mouse pointer changes to ‘hand’ when it's over the tab-line tabs. I guess this will also require significant changes in how mouse mouse motion events on the tab-bar are processed? Would it be possible to implement the same handling for the tab-bar as it's already implemented for the tab-line? BTW, during frame dragging, window managers change the mouse pointer to ‘hand’. But Emacs frame dragging doesn't change the mouse pointer. Is it possible to change the mouse pointer also while dragging the frame from Emacs?