Sasa Salmen

Results 10 comments of Sasa Salmen

Has this issue been solved already? I'm experiencing the same thing.

> 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?...

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...

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))...

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)))...

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...

If it works, I think I can modify it in order to correct it to obey the necessities you told.

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 ![Image](https://github.com/user-attachments/assets/ed0ce0ca-518d-4013-a174-0428fc9eb0b1)