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

Add support for clj #2191

Closed
bbatsov opened this issue Feb 2, 2018 · 2 comments
Closed

Add support for clj #2191

bbatsov opened this issue Feb 2, 2018 · 2 comments

Comments

@bbatsov
Copy link
Member

bbatsov commented Feb 2, 2018

Basically this is a continuation of clojure-emacs/cider-nrepl#488

Now that we can easily boot nREPL with cider-nrepl via clj we need to do things:

  • use clj as the default command to start a REPL outside a project
  • add a deps.edn project type (similar to what we have for Boot and Lein, just different shell commands)
bbatsov added a commit that referenced this issue Feb 3, 2018
Everything looks good, but unfortunately it doesn't work. When running
this common via Emacs you get:

clojure: error: My terminal reports width=0 (is it emacs?)  I can’t handle this, sorry!
@bbatsov
Copy link
Member Author

bbatsov commented Feb 3, 2018

I've hacked together something ugly, but it fails mysteriously with:

clojure: error: My terminal reports width=0 (is it emacs?)  I can’t handle this, sorry!

@bbatsov
Copy link
Member Author

bbatsov commented Feb 3, 2018

See #2194 Seems @xiongtx sorted this out pretty quickly.

@bbatsov bbatsov closed this as completed in b173ebe Feb 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant