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: Juri Linkov
Subject: bug#32672: 27.0.50; image resize on window resizing
Date: Fri, 29 Nov 2019 00:50:14 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (x86_64-pc-linux-gnu)

>>>> +  (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)
>
> Why do you add this to 'window-size-change-functions' and
> 'window-selection-change-functions' too?

Because it needs a call on window size changes and buffer switching.
Or do you mean that window-state-change-functions covers these two?
Then I'll try to remove them.





reply via email to

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