[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#18215: 24.4.50; OSX 10.6.8; set-frame-size by pixelwise does not wor
From: |
martin rudalics |
Subject: |
bug#18215: 24.4.50; OSX 10.6.8; set-frame-size by pixelwise does not work following `make-fame`. |
Date: |
Fri, 15 Aug 2014 17:52:25 +0200 |
> I see no difference between the default behavior of August 13, 2014 Emacs
Trunk (before applying the patch), versus after applying the August 12, 2014 patch
of nsterm.m.
I wasn't expecting too much from it anyway :-(
>
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
>
> *window-frame-dump*_06_01_2014.txt
>
> frame pixel: 1926 x 1058 cols/lines: 174 x 52 units: 11 x 20
> frame text pixel: 1900 x 1054 cols/lines: 172 x 52
I suppose the 1926 is now 6 pixels too wide for a display width of 1920
and this comes from adding the 6 pixels for the changes in the fringe
calculations. Correct?
>
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
>
> *window_frame_dump*_08_13_2014.txt
>
> frame pixel: 1920 x 1058 cols/lines: 175 x 52 units: 11 x 20
> frame text pixel: 1900 x 1054 cols/lines: 172 x 52
Are these now the intended values?
BTW have you set `frame-resize-pixelwise' to t? If you don't, Emacs
will round sizes to character multiples.
>
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
>
> Printout with `toggle-frame-maximzed` following Emacs -Q
>
> frame pixel: 1920 x 1000 cols/lines: 275 x 62 units: 7 x 16
> frame text pixel: 1885 x 996 cols/lines: 269 x 62
This means that the width isn't too far away from the other two but the
height is quite different - maybe to account for a taskbar. I attach
yet another patch for nsterm. You have to set `frame-resize-pixelwise'
in your .emacs to some non-nil value for it (but you should have done
that already as mentioned above).
martin
nsterm.diff
Description: Text document
- bug#18215: 24.4.50; OSX 10.6.8; set-frame-size by pixelwise does not work following `make-fame`., (continued)
- bug#18215: 24.4.50; OSX 10.6.8; set-frame-size by pixelwise does not work following `make-fame`., Keith David Bershatsky, 2014/08/13
- bug#18215: 24.4.50; OSX 10.6.8; set-frame-size by pixelwise does not work following `make-fame`., Keith David Bershatsky, 2014/08/13
- bug#18215: 24.4.50; OSX 10.6.8; set-frame-size by pixelwise does not work following `make-fame`.,
martin rudalics <=
- bug#18215: 24.4.50; OSX 10.6.8; set-frame-size by pixelwise does not work following `make-fame`., Keith David Bershatsky, 2014/08/16
- bug#18215: 24.4.50; OSX 10.6.8; set-frame-size by pixelwise does not work following `make-fame`., Keith David Bershatsky, 2014/08/17
- bug#18215: 24.4.50; OSX 10.6.8; set-frame-size by pixelwise does not work following `make-fame`., martin rudalics, 2014/08/09
- bug#18215: 24.4.50; OSX 10.6.8; set-frame-size by pixelwise does not work following `make-fame`., martin rudalics, 2014/08/09