unrepl

discussing specification of an edn-based repl and its implementations.
j0ni 2018-01-24T17:14:00.000344Z

hey @volrath I'm seeing this weird thing where (without a repl running) every time I type a character or two, and pause, I get prompted to connect to a REPL by spiral. Could this be because the company backend is unable to complete and spiral has somehow hooked that?

j0ni 2018-01-24T17:14:16.000637Z

or is it pain of my own making 😕

volrath 2018-01-24T17:14:55.000156Z

I haven't experience that, but what you are saying makes complete sense

volrath 2018-01-24T17:15:25.000426Z

if I remember correctly, I do not ask for connection when completing, but I'm not 100% sure

j0ni 2018-01-24T17:15:42.000033Z

hmm

volrath 2018-01-24T17:15:55.000034Z

maybe try disabling spiral-mode (`M-x spiral-mode`) to see if the problem goes away

j0ni 2018-01-24T17:16:00.000430Z

well it's not a huge deal, I'll just start a repl for now

volrath 2018-01-24T17:16:05.000573Z

I'll check on my side

j0ni 2018-01-24T17:17:50.000594Z

also, should I be seeing eldoc in my minibuffer with a running repl?

j0ni 2018-01-24T17:18:10.000233Z

(when point is in a function call in a clj buffer)

volrath 2018-01-24T17:19:07.000263Z

no, I haven't implemented eldoc yet

volrath 2018-01-24T17:19:44.000379Z

I just checked and I was able to reproduce the error you were describing

j0ni 2018-01-24T17:19:59.000090Z

k, thanks, just so long as I haven't broken it by configuration 😄

volrath 2018-01-24T17:20:09.000872Z

thanks! I'll fix it in a couple of minutes

volrath 2018-01-24T17:26:58.000543Z

^ @j0ni that should do it

1🚀
j0ni 2018-01-24T17:30:18.000598Z

Thanks