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

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

bug#52385: 29.0.50; Doc-View can't view separate pages in separate windo


From: Juri Linkov
Subject: bug#52385: 29.0.50; Doc-View can't view separate pages in separate windows
Date: Sat, 11 Dec 2021 20:46:18 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu)

> Package: Emacs
> Version: 29.0.50
>
> Try this:
>
>     % emacs -Q some/multi-page.pdf
>     C-x 2
>     n n
>
> You'll see that the `n` changes the page in both windows.
> This was not the case in Emacs<29 where this could be used to view
> different pages of the same PDF in the exact same way we can view
> different "pages" of a text buffer when displayed in several windows.

It seems window-configuration-change-hook is not called
after splitting the window with C-x 2, and thus
image-mode-reapply-winprops is not called from this hook.





reply via email to

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