bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#56874: 28.1.50; tab-bar-format-align-right should probably use strin


From: Adam Porter
Subject: bug#56874: 28.1.50; tab-bar-format-align-right should probably use string-width
Date: Fri, 5 Aug 2022 15:32:35 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.6.1

Hi Juri,

On 8/1/22 13:13, Juri Linkov wrote:

Please check Emacs 29 where tab-bar-format-align-right
contains a better improvement:

   (string-pixel-width (propertize rest 'face 'tab-bar))

Does this work in your case as well?

I don't have an Emacs 29 build readily accessible, but I see that Emacs 28 has the function `shr-string-pixel-width', which I'm guessing is similar. So I tried using that function, and it is an improvement, but not quite correct: rather than wrapping onto a new line, the string appears on the same line as the rest of the tab-bar, but it is not right-aligned as it should be.

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,
Adam





reply via email to

[Prev in Thread] Current Thread [Next in Thread]