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#58724: Consider showing the vertical border in the tab line Date: Tue, 25 Oct 2022 21:46:07 +0300 Organization: LINKOV.NET Message-ID: <86y1t392eg.fsf@mail.linkov.net> References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="8394"; 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: 58724@debbugs.gnu.org To: =?UTF-8?Q?Jo=C3=A3o?= Guerra Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue Oct 25 20:54:54 2022 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 1onP4f-0001xz-E5 for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 25 Oct 2022 20:54:53 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1onP3y-0003eJ-6r; Tue, 25 Oct 2022 14:54:11 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1onP3r-0003K4-Ql for bug-gnu-emacs@gnu.org; Tue, 25 Oct 2022 14:54:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1onP3q-0005b4-IJ for bug-gnu-emacs@gnu.org; Tue, 25 Oct 2022 14:54:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1onP3q-000107-Cz for bug-gnu-emacs@gnu.org; Tue, 25 Oct 2022 14:54: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, 25 Oct 2022 18:54:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 58724 X-GNU-PR-Package: emacs Original-Received: via spool by 58724-submit@debbugs.gnu.org id=B58724.16667240383828 (code B ref 58724); Tue, 25 Oct 2022 18:54:02 +0000 Original-Received: (at 58724) by debbugs.gnu.org; 25 Oct 2022 18:53:58 +0000 Original-Received: from localhost ([127.0.0.1]:52260 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1onP3l-0000zg-S3 for submit@debbugs.gnu.org; Tue, 25 Oct 2022 14:53:58 -0400 Original-Received: from relay8-d.mail.gandi.net ([217.70.183.201]:37755) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1onP3j-0000zQ-LK for 58724@debbugs.gnu.org; Tue, 25 Oct 2022 14:53:56 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by mail.gandi.net (Postfix) with ESMTPSA id F37881BF203; Tue, 25 Oct 2022 18:53:46 +0000 (UTC) In-Reply-To: ("=?UTF-8?Q?Jo=C3=A3o?= Guerra"'s message of "Sat, 22 Oct 2022 21:34:17 +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: , Original-Sender: "bug-gnu-emacs" Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:246163 Archived-At: > The vertical border is not shown in the tab line. See > no-window-divider-mode.png for an example. On the other hand, the > window divider is (when using window-divider-mode). See > window-divider-mode.png for an example. > > I think it would make sense to show the vertical border in the tab > line, since it is still part of the window. On the other hand, the > mode line is also part of the window but the vertical border is not > shown there. This is the reason why the vertical border is not shown in the tab line - for consistency with the mode line and the header line. > While it is possible to customize tab line to do this, > this is a minor UI detail that could be there from the start. Other > editors show their corresponding window dividers in their > corresponding tab line, which leads to a more consistent UI (albeit a > small detail). Patches welcome to show the vertical border everywhere: in the mode line, header line, tab line.