Fork me on GitHub
#emacs
<
2021-05-15
>
Zachary Fontenot23:05:52

Does anyone know why typing say ^:export hangs emacs? Basically, it happens after either trying to move past whatever is typed after the ^: and I’m not sure if it’s related to the caret being self-insert-command? Also think it only happens in a defn I basically have to spam ctrl-g until it quits whatever thing it’s doing. Maybe, I’ll try and see some logging output or something.

dpsutton23:05:03

do you have lsp running? that would be my first guess

Zachary Fontenot23:05:47

Nah, no lsp. Lemme try on emacs -Q and see if I can get it to happen.

Zachary Fontenot23:05:41

But it is something going on with modes other than merely clojurescript mode.