emacs-devel
[Top][All Lists]
Advanced

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

Strange nsterm sizing after commit d31cd79b40dbd5459b16505a4ee4340210499


From: Bob Halley
Subject: Strange nsterm sizing after commit d31cd79b40dbd5459b16505a4ee4340210499277
Date: Thu, 21 Sep 2017 10:28:20 -0700

With an older build of the master branch, all was good.  My new frames started 
at 80x36.  The initial frame and subsequent new frames both had this size.  If 
I set width and height in default-frame-alist, I got those widths and heights 
in new frames.

Using a build of the master branch made this morning, I see weirdness:

The initial frame starts smaller than 80x36 and then shrinks to 60x33.  
Subsequent new frames are 71x33.
If I evaluate

  (setq default-frame-alist '((width . 80) (height . 55)))

the subsequent frames are actually 65x52.

This regression happened with commit d31cd79b40dbd5459b16505a4ee4340210499277, 
because if I revert just that, things go back to working.


/Bob




reply via email to

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