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: Tue, 29 Jun 2021 11:30:47 +0300 Organization: LINKOV.NET Message-ID: <87r1gl6om0.fsf@mail.linkov.net> References: <87czs64p5j.fsf@gmail.com> <87lf6tkc1x.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="11064"; 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: 49247@debbugs.gnu.org To: Liang-Jie Lee Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue Jun 29 11:03:42 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 1ly9eg-0002cU-8A for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 29 Jun 2021 11:03:42 +0200 Original-Received: from localhost ([::1]:53598 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ly9ef-0007yN-6z for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 29 Jun 2021 05:03:41 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:59310) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ly9c7-0004gt-4D for bug-gnu-emacs@gnu.org; Tue, 29 Jun 2021 05:01:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:42043) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ly9c6-0001iZ-T5 for bug-gnu-emacs@gnu.org; Tue, 29 Jun 2021 05:01:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ly9c6-0002Nn-Hy for bug-gnu-emacs@gnu.org; Tue, 29 Jun 2021 05:01: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: Tue, 29 Jun 2021 09:01:02 +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.16249572509120 (code B ref 49247); Tue, 29 Jun 2021 09:01:02 +0000 Original-Received: (at 49247) by debbugs.gnu.org; 29 Jun 2021 09:00:50 +0000 Original-Received: from localhost ([127.0.0.1]:53586 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ly9bt-0002N0-SH for submit@debbugs.gnu.org; Tue, 29 Jun 2021 05:00:50 -0400 Original-Received: from relay11.mail.gandi.net ([217.70.178.231]:48047) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ly9bs-0002Ml-5o for 49247@debbugs.gnu.org; Tue, 29 Jun 2021 05:00:49 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by relay11.mail.gandi.net (Postfix) with ESMTPSA id 003E710000E; Tue, 29 Jun 2021 09:00:40 +0000 (UTC) In-Reply-To: (Liang-Jie Lee's message of "Tue, 29 Jun 2021 12:31:10 +0800") 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:209088 Archived-At: [Please keep posting to the public list.] >>> As title. I think this might be useful for people who disable the external >>> border and use tab-bar as their status bar. I found there is option to >>> move the frame by draging header-line (the drag-with-header-line frame >>> parameter), so I think it's reasonable to also support something like >>> "drag-with-tab-bar-line" for tab-bar-mode users. >> >> I guess you meant tab-line, right? Because the currently draggable >> header-line corresponds to tab-line, not to tab-bar. Whereas tab-bar >> corresponds to tool-bar that is not draggable. > > No. I do mean tab-bar, the utility to store window configuration and switch > between them. > > I propose adding draggable feature for tab-bar since I know many people are > using it. > For people using tab-bar-mode and disabling the frame title, it would be > nice to move the frame by dragging the tab-bar. The problem is that tab-bar is based on tool-bar, but the native tool-bar doesn't support dragging. So this feature will be difficult to implement.