Ramon Diaz-Uriarte
Ramon Diaz-Uriarte
I am facing the same issue and as @michaelmhoffman I find it having to restart whenever I add a word too much. So an alternative is to do spellchecking with,...
> Not sure about the advice, but I suppose if it results in the behavior you want, no problem? Perfect! > Is this related? > > [#852](https://github.com/emacs-citar/citar/issues/852) > Yes, sorry,...
> Currently when Citar is using multiple bibliographies, entries in higher-priority bibliographies (the local ones) completely override entries in global bibliographies with the same key. Would it be worth saying...
Done: https://github.com/emacs-citar/citar/pull/860 Gracias a ti!
Just adding this comment, to bump this issue: I continue experiencing these problems, in PDFs that are annotated just fine with Okular. Current settings: - pdf-tools: `pdf-tools-20240429.407` - Emacs 30.0.93...
Yes, both evince and atril (a fork of evince) present this same problem. For the sake of checking what Okular (that does not show the problem) and evince are using...
Searching for reports of this problem, I've found https://bugs.launchpad.net/ubuntu/+source/poppler/+bug/594205 (also https://gitlab.freedesktop.org/poppler/poppler/-/issues/409) . In the first link it seems to be marked as solved as the problem would be due to...
Understood, thank you. I'll leave it open then, but of course feel free to close if deemed a better option.
The following seems like a possible workaround: when we are a client, initially disable prefetching and enable it shortly afterwards. This seems to work for me: ```elisp (defun rdu-pdf-cache-disable-enable-in-clients ()...
Thanks. I tried the fix but it does not solve it, though the error message changes: `Error running timer ‘pdf-cache--prefetch-start’: (wrong-type-argument natnum nil page)` With debugging: ```elisp Debugger entered--Lisp error:...