GNU bug report logs -
#19972
24.4; Font size change doesn't update (window-total-width)
Previous Next
Reported by: Joost Kremers <joostkremers <at> fastmail.fm>
Date: Sun, 1 Mar 2015 02:32:02 UTC
Severity: normal
Found in version 24.4
Done: martin rudalics <rudalics <at> gmx.at>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> From: Joost Kremers <joostkremers <at> fastmail.fm>
> Cc: rudalics <at> gmx.at, 19972 <at> debbugs.gnu.org
> Date: Mon, 02 Mar 2015 23:26:58 +0100
>
> >> Sorry, forgot that. `window-width' doesn't have the same issue. On my
> >> system, with a maximised Emacs frame (Emacs version 25.0.50.1), it
> >> returns 236 before `custom-push-theme' + `face-spec-recalc', and 188
> >> after it, even without doing `C-x 3' followed by `C-x 1'.
> >
> > 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).
>
> (window-width) returns 188.
That's very strange, since they use the same data. But if Martin's
patch fixes the issue for you (does it?), we don't need to pursue this
further.
> > Joost, could you find out where does w->pixel_size change in your
> > recipe (where 'w' is the pointer to the window displaying *scratch*)?
>
> I'd be happy to, but...
>
> > If my guess is correct, it should change twice: once as shown below in
> > the backtrace I produced, and then once more, where it changes back to
> > the dimensions of your display. We are interested to know where is
> > that second time, and who calls that code.
> >
> > One way of finding this out is to put a watchpoint in GDB on
> > w->pixel_size. Let me know if you need more detailed instructions for
> > how to do it.
>
> That would be great, since I have only basic knowledge of GDB.
Given Jan's explanation of the issue, I don't think this is needed
anymore.
Thanks.
This bug report was last modified 7 years and 236 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.