GNU bug report logs - #65183
29.1; Child frame moving and resizing problems

Previous Next

Package: emacs;

Reported by: 陈宇迪 <jodieydchen <at> gmail.com>

Date: Wed, 9 Aug 2023 16:37:01 UTC

Severity: normal

Found in version 29.1

Full log


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

From: martin rudalics <rudalics <at> gmx.at>
To: Eli Zaretskii <eliz <at> gnu.org>, 陈宇迪
 <jodieydchen <at> gmail.com>, Po Lu <luangruo <at> yahoo.com>
Cc: 65183 <at> debbugs.gnu.org
Subject: Re: bug#65183: 29.1; Child frame moving and resizing problems
Date: Fri, 11 Aug 2023 09:06:38 +0200
>> 2. In the code I gave, `set-frame-size' should be executed before `set-frame-position'.
>> But in fact, the child frame was first moved, and then resized. It is in the wrong order.
>
> I don't think you can trust the order in this case, as at least some
> of the actual move/resize is performed by the window-manager.

... and Emacs only fills its text into the areas provided and exposed by
the window manager.  As a rule, never trust the order of execution in
such case.  Resizing child frames is already tricky enough with GTK3 and
some window managers.  We have the variable 'x-gtk-resize-child-frames'
for that but setting it shouldn't change anything in the case at hand.
Neither should 'x-gtk-use-window-move' help but you can still try.

martin




This bug report was last modified 2 years ago.

Previous Next


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