bug-gnu-emacs
[Top][All Lists]
Advanced

[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: Wed, 13 Aug 2014 14:21:16 +0200

>> Jan applied it as revision 117687 with the slightly misleading commit
>> message: "Fix default width not being 80, but 77."
>
> That was what I fixed. I have not looked at your patches.

The associated Change Log reads as

2014-08-11  Jan Djärv  <jan.h.d@swipnet.se>

        * nsfns.m (Fx_create_frame): Call adjust_frame_size,
        set f->official.

and that's what the code change does.  The default width is not set.
Please have a look.

>> entire screen estate.  You could try to replace around line 6462
>>
>>   sz.width = FRAME_COLUMN_WIDTH (f);
>>   sz.height = FRAME_LINE_HEIGHT (f);
>>
>> with
>>
>>   sz.width = 1;
>>   sz.height = 1;
>>
>> and look whether maximizing works as expected then.
>
> If you remove or set to one, you loose the resize feedback in the title bar 
(w x h) during resize.

I suppose so.  But Keith wants to "truly" maximize the frame and it might
be interesting to find out why he can't.

martin






reply via email to

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