Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enabling slime-mode for clojure-mode interferes with nrepl-mode #108

Closed
seancorfield opened this issue Nov 24, 2012 · 2 comments
Closed

Comments

@seancorfield
Copy link

clojure-mode enables slime-mode for all Clojure buffers if slime is activated. Unfortunately, this interferes with nrepl-mode and you get "Not Connected" errors when trying to load file etc. The workaround is to disable slime-mode in a Clojure buffer which restores nrepl's correct functioning.

Locally I've edited my copy of clojure-mode to comment out the add-hook that enables slime-mode on Clojure buffers (the slime-connected-hook).

Now that swank-clojure is deprecated and everyone is being (strongly!) encouraged to switch to nrepl instead, it seems that clojure-mode should play nicer with nrepl?

@bbatsov
Copy link
Member

bbatsov commented Dec 3, 2012

I guess it would be prudent to remove all reference to SLIME from clojure-mode and move the current version of clojure-mode to some alternative branch like clojure-mode-slime.

@technomancy
Copy link
Contributor

Yeah, #115 should take care of this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants