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

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

bug#46155: 28.0.50; Regression: buffer contents flicker on macOS frames


From: martin rudalics
Subject: bug#46155: 28.0.50; Regression: buffer contents flicker on macOS frames when
Date: Tue, 9 Feb 2021 12:04:09 +0100

>  >      (defun test/resize (frame)
>  >        (modify-frame-parameters
>  >         frame `((width . ,(+ 80 (random 20))))))
>  >
>  > After each letter typed, the minibuffer-only frame is resized several
>  > times.  The text is not visible during resize.
>
> Can you try with a function that explicitly keeps the height constant -
> i.e., calls 'fit-frame-to-buffer' with ONLY set to 'horizontally'.

But I see that 'test/resize' does that already.  Is that function called
more than once each time you type a letter?

martin





reply via email to

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