emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs's set-frame-size can not work well with gnome-shell?


From: martin rudalics
Subject: Re: Emacs's set-frame-size can not work well with gnome-shell?
Date: Sat, 18 Jan 2020 14:48:53 +0100

> Changing 'resize-test' in the original scenario to
>
>    (defun resize-test (frame)
>      (make-frame-invisible frame)
>      (set-frame-height frame 20)
>      (make-frame-visible frame))
>
> makes it both work and execute much faster: around 1ms for one iteration.

This at least seems to prove that the resize bug is not on our side.

> If it's at all possible, I was also looking for a solution that would 
minimize flickering. Any ideas?

The above doesn't flicker here, or at least I can't notice any flicker
here.  You could try to play around with 'x-wait-for-event-timeout'.

martin



reply via email to

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