Sasa Salmen
Sasa Salmen
Has this issue been solved already? I'm experiencing the same thing.
Evil Mode: Can't select the text on a PDF sometimes (fixed in Spacemacs, waiting for upstream merge)
> In the cases where no text is selected, if you then add a highlight (`pdf-annot-add-highlight-markup-annotation`), does it still highlight the section of text you think should have been selected?...
Evil Mode: Can't select the text on a PDF sometimes (fixed in Spacemacs, waiting for upstream merge)
I just discovered something when debugging which functions are being called when selecting the text. As it seems, when the text is not selected, the function call show `evil-mouse-drag-region` (but...
Evil Mode: Can't select the text on a PDF sometimes (fixed in Spacemacs, waiting for upstream merge)
Ok, I just solved it!!! I just needed to set evil-mouse-drag-region to nil inside the pdf-view-mode. Basically, I just added this into my config. `(add-hook 'pdf-view-mode-hook (define-key evil-motion-state-map [down-mouse-1] nil))...
Evil Mode: Can't select the text on a PDF sometimes (fixed in Spacemacs, waiting for upstream merge)
Ok, so I tried to adapt the stack overflow suggestion in our case, and it looks like it's working. ``` (add-hook 'pdf-view-mode (lambda () (let ((oldmap (cdr (assoc 'evil-mode minor-mode-map-alist)))...
Evil Mode: Can't select the text on a PDF sometimes (fixed in Spacemacs, waiting for upstream merge)
I don't know if it's a doom only issue, but when remapping through the code above, it seems to work. In my case, sometimes the [down-mouse-1] gave rise to the...
Evil Mode: Can't select the text on a PDF sometimes (fixed in Spacemacs, waiting for upstream merge)
If it works, I think I can modify it in order to correct it to obey the necessities you told.
Evil Mode: Can't select the text on a PDF sometimes (fixed in Spacemacs, waiting for upstream merge)
Ok, I really don't know what happened. But it stopped raising this error for a while (but now it's back). I just discovered (looking at this [https://github.com/emacs-evil/evil/issues/1671](issue)) that when selecting...
I think it's the same problem, but while #1671 asks for a variable/extra function get implemented to prevent evil from entering 'visual-state' after a mouse-drag I just want to know...
I second that, just installed the config and mine cheat sheet is empty too 