[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Proposing changes to adjust_frame_size
From: |
martin rudalics |
Subject: |
Re: Proposing changes to adjust_frame_size |
Date: |
Sat, 8 May 2021 09:16:54 +0200 |
> Oh, wait, sorry, that's the very same behavior I also have on the
> current master, so no difference with your patch. And additionally, I
> don't actually need to resize the emacs frame. It's also enough to
> switch focus to some other WM window [1] and back again to make the
> toolbar appear, and from that time on, toggling menu/toolbar have
> immediate effect.
OK. Meanwhile we also have a bug report for this (Bug#48268).
Can you please do the following: In frame.c change the initial value
of frame_size_history from Qnil to
frame_size_history = list1 (make_fixnum (100));
recompile and then start emacs -Q. In the, hopefully useful, frame you
now have evaluate
(frame--size-history)
and post the contents of the buffer "*frame-size-history*" that function
should have produced.
Thank you, martin
- Re: Proposing changes to adjust_frame_size, (continued)
- Re: Proposing changes to adjust_frame_size, martin rudalics, 2021/05/06
- Re: Proposing changes to adjust_frame_size, Tassilo Horn, 2021/05/06
- Re: Proposing changes to adjust_frame_size, martin rudalics, 2021/05/06
- Re: Proposing changes to adjust_frame_size, Tassilo Horn, 2021/05/06
- Re: Proposing changes to adjust_frame_size, martin rudalics, 2021/05/06
- Re: Proposing changes to adjust_frame_size, Tassilo Horn, 2021/05/06
- Re: Proposing changes to adjust_frame_size, martin rudalics, 2021/05/06
- Re: Proposing changes to adjust_frame_size, Tassilo Horn, 2021/05/06
- Re: Proposing changes to adjust_frame_size, martin rudalics, 2021/05/07
- Re: Proposing changes to adjust_frame_size, Tassilo Horn, 2021/05/08
- Re: Proposing changes to adjust_frame_size,
martin rudalics <=
- Re: Proposing changes to adjust_frame_size, Tassilo Horn, 2021/05/08
- Re: Proposing changes to adjust_frame_size, martin rudalics, 2021/05/08
- Re: Proposing changes to adjust_frame_size, Tassilo Horn, 2021/05/08
- Re: Proposing changes to adjust_frame_size, martin rudalics, 2021/05/09
- Re: Proposing changes to adjust_frame_size, Garjola Dindi, 2021/05/09
- Re: Proposing changes to adjust_frame_size, Garjola Dindi, 2021/05/09
- Re: Proposing changes to adjust_frame_size, Tassilo Horn, 2021/05/09
- Re: Proposing changes to adjust_frame_size, martin rudalics, 2021/05/10
- Re: Proposing changes to adjust_frame_size, martin rudalics, 2021/05/10
- Re: Proposing changes to adjust_frame_size, Tassilo Horn, 2021/05/10