[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#19972: 24.4; Font size change doesn't update (window-total-width)
From: |
martin rudalics |
Subject: |
bug#19972: 24.4; Font size change doesn't update (window-total-width) |
Date: |
Tue, 03 Mar 2015 09:06:09 +0100 |
>> In that case, I guess if you call (window-total-width 'round), you
>> will see the correct value even before "C-x 3", right?
>
> No, it doesn't. It still returns 240, i.e., the same value returned by
> (window-total-width).
Observe that
(window-total-width 'round)
should get you
(wrong-type-argument window-valid-p round)
As a rule `window-' prefixed functions require a window as first
argument.
The form to evaluate should be either (window-total-width nil 'ceiling)
or (window-total-width nil 'floor). Any other value for ROUND behaves
like `window-total-width' called without ROUND argument.
martin
- bug#19972: 24.4; Font size change doesn't update (window-total-width), (continued)
- bug#19972: 24.4; Font size change doesn't update (window-total-width), Eli Zaretskii, 2015/03/02
- bug#19972: 24.4; Font size change doesn't update (window-total-width), Joost Kremers, 2015/03/02
- bug#19972: 24.4; Font size change doesn't update (window-total-width), Eli Zaretskii, 2015/03/02
- bug#19972: 24.4; Font size change doesn't update (window-total-width), martin rudalics, 2015/03/03
- bug#19972: 24.4; Font size change doesn't update (window-total-width), Jan Djärv, 2015/03/03
- bug#19972: 24.4; Font size change doesn't update (window-total-width), martin rudalics, 2015/03/03
- bug#19972: 24.4; Font size change doesn't update (window-total-width), Jan D., 2015/03/03
- bug#19972: 24.4; Font size change doesn't update (window-total-width), martin rudalics, 2015/03/03
- bug#19972: 24.4; Font size change doesn't update (window-total-width), Jan D., 2015/03/03
- bug#19972: 24.4; Font size change doesn't update (window-total-width), Joost Kremers, 2015/03/03
- bug#19972: 24.4; Font size change doesn't update (window-total-width),
martin rudalics <=
- bug#19972: 24.4; Font size change doesn't update (window-total-width), martin rudalics, 2015/03/02
- bug#19972: 24.4; Font size change doesn't update (window-total-width), martin rudalics, 2015/03/02
- bug#19972: 24.4; Font size change doesn't update (window-total-width), martin rudalics, 2015/03/02
bug#19972: 24.4; Font size change doesn't update (window-total-width), Joost Kremers, 2015/03/01
bug#19972: 24.4; Font size change doesn't update (window-total-width), Joost Kremers, 2015/03/01
bug#19972: 24.4; Font size change doesn't update (window-total-width), martin rudalics, 2015/03/03