emacs-devel
[Top][All Lists]
Advanced

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

Re: master 1fa1f31: Speed up animation of non-displayed buffers


From: Stefan Monnier
Subject: Re: master 1fa1f31: Speed up animation of non-displayed buffers
Date: Mon, 03 May 2021 08:58:30 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

> +  (when-let ((window
> +              (get-buffer-window (plist-get (cdr image) :animate-buffer) t)))
> +    (force-window-update window)))

When displayed in several windows, we should update all the windows.
Luckily, it makes the code simpler because `force-window-update` can
take a buffer as argument.


        Stefan




reply via email to

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