emacs

Consider also joining #cider, #lsp and #inf-clojure, where most of the tool-specific discussions are happening.
Zachary Fontenot 2021-05-15T23:51:52.235800Z

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.

dpsutton 2021-05-15T23:53:03.236100Z

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

Zachary Fontenot 2021-05-15T23:53:47.236700Z

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

Zachary Fontenot 2021-05-15T23:58:41.237200Z

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