You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 23, 2018. It is now read-only.
When doing M-x clojure-jack-in in a new project created with lein, Messages is showing this:
Starting swank server...
Connecting to Swank on port 64775.. [2 times]
error in process filter: set-buffer: Symbol's function definition is void: slime-output-buffer
error in process filter: Symbol's function definition is void: slime-output-buffer
Connected. Lars, this could be the start of a beautiful program.
..and no REPL buffer shows up.
The text was updated successfully, but these errors were encountered:
In my case, the issue was that I had been re-organizing my .emacs.d/ and killed swank's slime configuration therein without even realizing it. Oops.
So a simple lein plugin uninstall swank-clojure 1.3.2 && lein plugin install swank-clojure 1.3.3 got me back in business. Upon running M-x clojure-jack-in again for the first time, slime is installed and the REPL once again serves me well.
When doing M-x clojure-jack-in in a new project created with lein, Messages is showing this:
Starting swank server...
Connecting to Swank on port 64775.. [2 times]
error in process filter: set-buffer: Symbol's function definition is void: slime-output-buffer
error in process filter: Symbol's function definition is void: slime-output-buffer
Connected. Lars, this could be the start of a beautiful program.
..and no REPL buffer shows up.
The text was updated successfully, but these errors were encountered: