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

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

bug#39649: 27.0.60; tab-line doesn't scroll


From: Juri Linkov
Subject: bug#39649: 27.0.60; tab-line doesn't scroll
Date: Fri, 06 Mar 2020 01:53:22 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu)

> Ok, but how does that impact the characters sizes being different?

It's hard to see the differences in characters sizes.
Do you see the same problem when using colors?
For example:

(defface tab-line '((t :background "red")) "")
(defface my-tab-line '((t :background "blue")) "")
(setq tab-line-format (propertize "abcdef" 'face 'tab-line))
(setq tab-line-format (propertize "abcdef" 'face 'my-tab-line))





reply via email to

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