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: Mon, 28 Jun 2021 22:46:02 +0300 Organization: LINKOV.NET Message-ID: <87lf6tkc1x.fsf@mail.linkov.net> References: <87czs64p5j.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="26961"; 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 Mon Jun 28 21:48:12 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 1lxxEp-0006sl-Is for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 28 Jun 2021 21:48:11 +0200 Original-Received: from localhost ([::1]:51076 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lxxEo-0004wr-IV for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 28 Jun 2021 15:48:10 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:38890) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lxxEg-0004wT-Hg for bug-gnu-emacs@gnu.org; Mon, 28 Jun 2021 15:48:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:41174) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lxxEg-0001xE-Ac for bug-gnu-emacs@gnu.org; Mon, 28 Jun 2021 15:48:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lxxEg-0004hh-9u for bug-gnu-emacs@gnu.org; Mon, 28 Jun 2021 15:48: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: Mon, 28 Jun 2021 19:48: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.162490964718024 (code B ref 49247); Mon, 28 Jun 2021 19:48:02 +0000 Original-Received: (at 49247) by debbugs.gnu.org; 28 Jun 2021 19:47:27 +0000 Original-Received: from localhost ([127.0.0.1]:52716 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lxxE7-0004ge-Is for submit@debbugs.gnu.org; Mon, 28 Jun 2021 15:47:27 -0400 Original-Received: from relay12.mail.gandi.net ([217.70.178.232]:47295) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lxxE6-0004g5-2K for 49247@debbugs.gnu.org; Mon, 28 Jun 2021 15:47:26 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by relay12.mail.gandi.net (Postfix) with ESMTPSA id B21B8200002; Mon, 28 Jun 2021 19:47:18 +0000 (UTC) In-Reply-To: <87czs64p5j.fsf@gmail.com> (Liang-Jie Lee's message of "Mon, 28 Jun 2021 11:57:28 +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:209081 Archived-At: > 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.