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#59208: 29.0.50; tab-bar-auto-width plus display space cpu spin Date: Sun, 13 Nov 2022 20:17:15 +0200 Organization: LINKOV.NET Message-ID: <865yfiafdg.fsf@mail.linkov.net> References: <86tu34ko8s.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="1649"; 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: 59208@debbugs.gnu.org To: Aaron Jensen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sun Nov 13 19:19:04 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 1ouHZQ-0000IR-Km for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 13 Nov 2022 19:19:04 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ouHZP-000873-FE; Sun, 13 Nov 2022 13:19:03 -0500 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 1ouHZN-00086h-Tc for bug-gnu-emacs@gnu.org; Sun, 13 Nov 2022 13:19:01 -0500 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 1ouHZN-0004uw-Lr for bug-gnu-emacs@gnu.org; Sun, 13 Nov 2022 13:19:01 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ouHZN-0007eU-HQ for bug-gnu-emacs@gnu.org; Sun, 13 Nov 2022 13:19:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 13 Nov 2022 18:19:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 59208 X-GNU-PR-Package: emacs Original-Received: via spool by 59208-submit@debbugs.gnu.org id=B59208.166836352029381 (code B ref 59208); Sun, 13 Nov 2022 18:19:01 +0000 Original-Received: (at 59208) by debbugs.gnu.org; 13 Nov 2022 18:18:40 +0000 Original-Received: from localhost ([127.0.0.1]:52513 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ouHZ1-0007dn-JU for submit@debbugs.gnu.org; Sun, 13 Nov 2022 13:18:39 -0500 Original-Received: from relay3-d.mail.gandi.net ([217.70.183.195]:58437) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ouHZ0-0007dV-58; Sun, 13 Nov 2022 13:18:38 -0500 Original-Received: (Authenticated sender: juri@linkov.net) by mail.gandi.net (Postfix) with ESMTPSA id 5337760006; Sun, 13 Nov 2022 18:18:29 +0000 (UTC) In-Reply-To: (Aaron Jensen's message of "Sat, 12 Nov 2022 11:39:23 -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-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:247806 Archived-At: close 59208 29.0.50 thanks > I should note that my actual tab function has text as well (the tab > name) and then I add a space at the end. The spaces are just visual > padding. I didn't try with text, I tried only with spaces as in your test case: > (defun aj/tab-bar-tab-name-format (tab i) > (propertize > (propertize " " 'display '(space :width (8))) > 'face (funcall tab-bar-tab-face-function tab))) But I believe that all cases should be fixed now by the commit 443bd35e86.