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

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

bug#32672: 27.0.50; image resize on window resizing


From: Lars Ingebrigtsen
Subject: bug#32672: 27.0.50; image resize on window resizing
Date: Thu, 26 Sep 2019 15:27:59 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Juri Linkov <juri@linkov.net> writes:

> Using new hooks I noticed only one problem that when the same image buffer is
> displayed in several windows then using `other-window' to switch between them,
> the selection-change hook is not always called.

[...]

> +     (add-hook 'window-size-change-functions (debounce #'image-window-change 
> 1) nil t)
> +     (add-hook 'window-state-change-functions (debounce 
> #'image-window-change 1) nil t)
> +     (add-hook 'window-selection-change-functions (debounce 
> #'image-window-change 1) nil t)
> +

I think this sounds like a nice addition for image-mode...  but were the
remaining edge cases ever resolved?  I see that the patch hasn't been
applied.


-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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