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

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

bug#66141: 29.1; Window size properties not set immediately for window i


From: Mattias Nyrell
Subject: bug#66141: 29.1; Window size properties not set immediately for window in new frame
Date: Fri, 22 Sep 2023 09:23:56 +0200
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.15.1


On 2023-09-22 08:58, Eli Zaretskii wrote:
Date: Fri, 22 Sep 2023 08:47:02 +0200
From: Mattias Nyrell <mattias@nyrell.se>
Cc: 66141@debbugs.gnu.org

Yes, calling sleep-for is one way.  I would also suggest to try

    (sit-for 0)

If that works, it is faster.
Ok, thank you!

/Mattias
I tried (sit-for 0) and even (sit-for 5), but none of those worked.

(sleep-for 0.1) or (sleep-for 0) worked for me.
I guess this means that some input event from the window-system
interrupts sit-for too early, so sleep-for is really required.

I think we can now close this bug report, right?

Yes, thank you!






reply via email to

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