GNU bug report logs - #32672
27.0.50; image resize on window resizing

Previous Next

Package: emacs;

Reported by: Juri Linkov <juri <at> linkov.net>

Date: Sun, 9 Sep 2018 16:11:02 UTC

Severity: wishlist

Tags: fixed

Fixed in version 27.0.50

Done: Juri Linkov <juri <at> linkov.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Juri Linkov <juri <at> linkov.net>
To: martin rudalics <rudalics <at> gmx.at>
Cc: Lars Ingebrigtsen <larsi <at> gnus.org>, 32672 <at> debbugs.gnu.org
Subject: bug#32672: 27.0.50; image resize on window resizing
Date: Fri, 29 Nov 2019 00:50:14 +0200
>>>> +	(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.




This bug report was last modified 5 years and 170 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.