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

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

bug#19972: Font size change doesn't update (window-total-width)


From: Steve Purcell
Subject: bug#19972: Font size change doesn't update (window-total-width)
Date: Mon, 2 Mar 2015 07:57:26 +0000

- Consider the case of full-screen frames, which never change in pixel size. 
The window-width should change when the font size changes in this case too.
- set-frame-font is a built-in function with a KEEP-SIZE param which tells it 
to try to preserve the pixel-size of the frame after the font has changed: my 
code is copied from there.

So there really shouldn’t be any assumption that the frame size will 
necessarily change when the font changes.

-Steve




reply via email to

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