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: martin rudalics
Subject: bug#32672: 27.0.50; image resize on window resizing
Date: Thu, 28 Nov 2019 10:20:32 +0100

>>> +  (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?

martin





reply via email to

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