[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Strange nsterm sizing after commit d31cd79b40dbd5459b16505a4ee434021
From: |
Nick Helm |
Subject: |
Re: Strange nsterm sizing after commit d31cd79b40dbd5459b16505a4ee4340210499277 |
Date: |
Wed, 04 Oct 2017 22:42:01 +1300 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.3 (darwin) |
On Tue, 3 Oct 2017 at 20:18:40 -0400, Perry E. Metzger wrote:
> On Thu, 21 Sep 2017 10:28:20 -0700 Bob Halley <address@hidden>
> wrote:
>> 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.
>
> Did anyone ever look in to this bug? I saw no reply to Bob's report.
>
> FWIW, I've been having similar problems on the master branch under MacOS.
>
> Perry
Yes, see bug#28536 and bug#28551.