Closed NightMachinery closed 3 years ago
Thanks, for reporting and including the stacktrace. pdf-continuous-scroll-mode
works only for pdf-tools
, and pdf-tools
requires a working epdfinfo
server. Also, I am on GNU/linux, so unfortunately I can not support macOS specific issues (also I am not a real developer anyway). On the other hand the scrolling functions of doc-view-mode
work very similar (it appears that pdf-tools just copied them more or less), so that pdf-continuous-scroll-mode
can easily get ported to doc-view-mode
(which I did already, however I continued hacking to make them sync with djvu.el buffers, so that they now do not work with pdf-documents anymore. But for if you are interested, I will upload the code to my elisp experiments repository. But you would have to remove the djvu-specific functions to make it work with pdf documents again. Unfortunately this has no priority for me).
@dalanicolai This is not a big issue, actually. I simply wanted to tell you that this is a possible output of epdfinfo
(currently it causes an unhandled exception.). Just reinstalling epdfinfo
solves this. I hoped you could add a proper error message for this "Abort trap: 6"
output, that's all.
Ah I see. Very good that you take time to report the issues, but to me in this case this looks more related to epdfinfo
which is part of pdf-tools. Or do you think it is a bug of the pdf-continuous-scroll-mode
package? In that case could you explain a little more specifically? Otherwise, I think we can close this issue?
My
epdfinfo
was broken (happens on macOS):And this in turn broke
pdf-continuous-scroll-mode.el
with some rather unhelpful messages. Here is a stacktrace: