-
-
Notifications
You must be signed in to change notification settings - Fork 653
Description
(Sorry; I know that this is a crappy bug report so far. Reporting this early mostly in the hope that someone else has already seen the same problem).
I just upgraded the emacs packages I'm using, including nrepl.el, and M-x nrepl-jack-in has stopped working.
I see the message "Starting nREPL server..." followed by "Connected. ". Then, as expected, the nrepl buffer is selected.
But, the buffer is totally blank and non-responsive.
And, when I go back to my clj file, command like C-c C-k are undefined.
The nrepl-server-... buffer contains "Browser-REPL ready @ http://localhost:51757/3969/repl/start
nREPL server started on port 37329 on host 127.0.0.1" and the -connection- buffer is empty.
It looks like startup aborted mid-stream with no visible message. I'm not sure, just yet, how to debug this further.
This ring any bells?