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

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

bug#72986: Disabling menu-bar-mode changes size of new frames


From: martin rudalics
Subject: bug#72986: Disabling menu-bar-mode changes size of new frames
Date: Sun, 8 Sep 2024 18:54:35 +0200
User-agent: Mozilla Thunderbird

> If not, then we should try to understand why not.  Please with pristine
>> master replace the initial assignment of 'frame-size-history' in frame.c
>> from
>>
>>     frame_size_history = Qnil;
>>
>> to
>>
>>     frame_size_history = Fcons (make_fixnum (100), Qnil);
>>
>> start Emacs -Q and tell me the contents of the *frame-size-history*
>> buffer.
>
>
> There isn't one.

Silly me.  You have to evaluate

(frame--size-history)

first.  Then it should be there.

> I changed scaling to 100%, and it doesn't make any difference.

Another pipe dream gone.

martin





reply via email to

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