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#56874: 28.1.50; tab-bar-format-align-right should probably use string-width Date: Mon, 08 Aug 2022 20:11:09 +0300 Organization: LINKOV.NET Message-ID: <865yj264pe.fsf@mail.linkov.net> References: <86pmhjbzmw.fsf@mail.linkov.net> <40b946ca-71eb-0904-f1b1-773e5134bc4f@alphapapa.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="27551"; 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: 56874@debbugs.gnu.org To: Adam Porter Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Mon Aug 08 19:24:40 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 1oL6UZ-00072B-Q1 for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 08 Aug 2022 19:24:39 +0200 Original-Received: from localhost ([::1]:57178 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oL6UY-0000UO-Om for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 08 Aug 2022 13:24:38 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:33746) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oL6U0-0000NH-41 for bug-gnu-emacs@gnu.org; Mon, 08 Aug 2022 13:24:04 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:52107) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oL6Ty-0005DK-Lc for bug-gnu-emacs@gnu.org; Mon, 08 Aug 2022 13:24:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oL6Ty-0000AA-CC for bug-gnu-emacs@gnu.org; Mon, 08 Aug 2022 13:24: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, 08 Aug 2022 17:24:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 56874 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo Original-Received: via spool by 56874-submit@debbugs.gnu.org id=B56874.1659979426572 (code B ref 56874); Mon, 08 Aug 2022 17:24:02 +0000 Original-Received: (at 56874) by debbugs.gnu.org; 8 Aug 2022 17:23:46 +0000 Original-Received: from localhost ([127.0.0.1]:41851 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oL6Ti-000097-Cp for submit@debbugs.gnu.org; Mon, 08 Aug 2022 13:23:46 -0400 Original-Received: from relay12.mail.gandi.net ([217.70.178.232]:54479) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oL6Te-00008b-17; Mon, 08 Aug 2022 13:23:42 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by mail.gandi.net (Postfix) with ESMTPSA id C49E4200004; Mon, 8 Aug 2022 17:23:34 +0000 (UTC) In-Reply-To: <40b946ca-71eb-0904-f1b1-773e5134bc4f@alphapapa.net> (Adam Porter's message of "Fri, 5 Aug 2022 15:32:35 -0500") 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:239124 Archived-At: close 56874 29.0.50 thanks Hi Adam, > If it would help you reproduce the problem to test whether Emacs 29 already > has a fix, all that seems to be necessary is to set the tab-bar face to, > e.g. ":height 1.2", and add a string of some length (e.g. about 20) to the > global-mode-string, and see whether it wraps onto a new line and whether > it's right-aligned. If it seems correct on Emacs 29, then I'd guess it's > already solved. Thanks for the test case. I tried it in Emacs 29, and everything looks nice, so I'm closing this bug report.