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

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

bug#59122: 29.0.50; global-text-scale-adjust not working


From: Stefan Kangas
Subject: bug#59122: 29.0.50; global-text-scale-adjust not working
Date: Wed, 9 Nov 2022 15:30:15 +0100

Gregory Heytings <gregory@heytings.org> writes:

> What do you get when you eval
>
> (face-attribute 'default :height)

(face-attribute 'default :height) => 150

> ?  And what happens when you eval
>
> (set-face-attribute 'default nil :height (- (face-attribute 'default :height) 
> 5))

Nothing happens.

> ?  If nothing happens, can you try with 6, 7, 8... instead of 5, until
> something happens?

With

(set-face-attribute 'default nil :height (- (face-attribute 'default
:height) 6))

the font size is decreased.  If I evaluate it more than once, the font
size decreases more with each additional invocation.





reply via email to

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