GNU bug report logs - #72986
Disabling menu-bar-mode changes size of new frames

Previous Next

Package: emacs;

Reported by: Reuben Thomas <rrt <at> sc3d.org>

Date: Mon, 2 Sep 2024 18:52:01 UTC

Severity: normal

Full log


Message #98 received at 72986 <at> debbugs.gnu.org (full text, mbox):

From: martin rudalics <rudalics <at> gmx.at>
To: Reuben Thomas <rrt <at> sc3d.org>
Cc: Po Lu <luangruo <at> yahoo.com>, Eli Zaretskii <eliz <at> gnu.org>,
 72986 <at> debbugs.gnu.org
Subject: Re: bug#72986: Disabling menu-bar-mode changes size of new frames
Date: Sun, 8 Sep 2024 18:54:35 +0200
> 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




This bug report was last modified 182 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.