inf-clojure

2021-10-14T15:51:15.004500Z

I regularly get a "repl type not known" message in my echo area and then the autocomplete/doc tools stop working. Is this common for everyone else? Is there an easy fix or way to debug this further? Attempting to set the repl type manually at that point doesnt' fix it. It seems sort of related to occasionally eval'ing code in files from different projects, but I'm not positive of that.

dpsutton 2021-10-14T15:53:53.004700Z

not sure

dpsutton 2021-10-14T15:54:27.005300Z

do you have multiple inf-clojure repls open? You can set the default one to use and then you can check the value of inf-clojure-repl-type in that buffer

dpsutton 2021-10-14T15:54:40.005700Z

if not, (setq inf-clojure-repl-type 'clojure) or whatever should fix it

dpsutton 2021-10-14T15:54:52.006Z

i run into this issue sometimes when quitting a repl or restarting it

2021-10-14T16:00:15.006500Z

Thanks I'll try that out next time and report back. It's usually with only a single repl open