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

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

bug#33631: 26.1.90; Image mode should keep scale on auto-revert


From: Carlos Pita
Subject: bug#33631: 26.1.90; Image mode should keep scale on auto-revert
Date: Wed, 2 Jan 2019 21:29:19 -0300

Here is a patch. image-transform-properties was not working on the
window of the current buffer, so I added a call to get-window-buffer.
In image-toggle-display-image (called from the auto-revert hook) this
was already being done, but the call to current-buffer was redundant
since it's the default, so I removed it. There are many other calls to
window-inside-pixel-edges around there but they don't seem to be
evaluated during auto-revert.

Regards
--
Carlos

Attachment: 0001-Fix-auto-revert-resizing-33631.patch
Description: Text Data


reply via email to

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