Jorge Araya Navarro

Results 175 comments of Jorge Araya Navarro

At the upper line from `` but inside the `div` tag.

Here is a demo https://streamable.com/shkt3 Yes, I just updated all my packages 5 minutes ago

These are the results, with `emacs -Q`: ``` self-closing-slash "rjsx-node" ```

yeah, it actually works fine with `emacs -Q` When running emacs normally the behavior shown on the last video is what happens

Done, using Bug hunter it tells me the error comes from this part of my configuration: ```emacs-lisp Initial tests done. Hunting for the cause... "/home/jorge/.emacs.d/tmp-init.el", line 1332 pos 0: The...

I was narrowing my code too and the issue is indeed `flyspell-prog-mode`, ha! Disabling it functions as a workaround.

> Not sure what I'm supposed to see in that video. Can you explain? Sure, I meant to point the fraction of second when the text is written into the...

This is issue is due to this bug on LSP https://github.com/emacs-lsp/lsp-mode/issues/588 Do you use LSP?

I too experience something similar to this

@xianghx I fixed that with `(setf lsp-go-go-command '("go-langserver" "-mode=stdio" "-gocodecompletion")` but I don't know if it is related to my bug