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#60210: 30.0.50; tab-bar height not recalculated when face changes Date: Sun, 25 Dec 2022 10:35:10 +0200 Organization: LINKOV.NET Message-ID: <86sfh350ok.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="874"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/30.0.50 (x86_64-pc-linux-gnu) Cc: 60210@debbugs.gnu.org To: Gabriel do Nascimento Ribeiro Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sun Dec 25 09:52:27 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 1p9Mk6-000AYu-J8 for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 25 Dec 2022 09:52:26 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p9Mjt-0006QG-59; Sun, 25 Dec 2022 03:52:13 -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 1p9Mjj-0006J6-L0 for bug-gnu-emacs@gnu.org; Sun, 25 Dec 2022 03:52:03 -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 1p9Mji-0001HO-A9 for bug-gnu-emacs@gnu.org; Sun, 25 Dec 2022 03:52:03 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1p9Mji-00087x-6K for bug-gnu-emacs@gnu.org; Sun, 25 Dec 2022 03:52:02 -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, 25 Dec 2022 08:52:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 60210 X-GNU-PR-Package: emacs Original-Received: via spool by 60210-submit@debbugs.gnu.org id=B60210.167195828931188 (code B ref 60210); Sun, 25 Dec 2022 08:52:02 +0000 Original-Received: (at 60210) by debbugs.gnu.org; 25 Dec 2022 08:51:29 +0000 Original-Received: from localhost ([127.0.0.1]:47506 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p9MjA-00086x-P1 for submit@debbugs.gnu.org; Sun, 25 Dec 2022 03:51:28 -0500 Original-Received: from relay9-d.mail.gandi.net ([217.70.183.199]:38971) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p9Mj8-00086c-St for 60210@debbugs.gnu.org; Sun, 25 Dec 2022 03:51:27 -0500 Original-Received: (Authenticated sender: juri@linkov.net) by mail.gandi.net (Postfix) with ESMTPSA id D50BBFF805; Sun, 25 Dec 2022 08:51:18 +0000 (UTC) In-Reply-To: (Gabriel do Nascimento Ribeiro's message of "Mon, 19 Dec 2022 23:04:25 +0000") 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:251837 Archived-At: > 2) Enable tab-bar: > > (tab-bar-mode +1) > > 3) Change some face attribute of tab-bar to force increase the tab-bar > height, e.g: > > (set-face-attribute 'tab-bar nil :box 4) > (set-face-attribute 'tab-bar nil :height 1.2) > > Result: the new face is displayed and the tab-bar height is properly > adjusted to reflect the new height. > > 4) Reset face attributes of tab-bar to force original height, e.g.: > > (set-face-attribute 'tab-bar nil :box nil) > (set-face-attribute 'tab-bar nil :height 1.0) > > Result: the new face is displayed, but the tab-bar height is not > properly adjusted to reflect the new height. It seems this is related to recent bug reports about fonts such as bug#52493, bug#58912, bug#59271, bug#59285, etc. since there is no such problem in Emacs 28.