-
-
Notifications
You must be signed in to change notification settings - Fork 648
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
RET doesn't go to a new line if form is incomplete in REPL #1422
Comments
FYI |
Not Bad. It loo Damm Good in fact, thanks.
|
This is because RET sends the form in the REPL, it never inserts newlines. |
Yeah, probably we should do this. Should pretty simple if we just use |
We already do that, it's just a matter of inserting a newline instead of complaining of the unbalance. |
@bbatsov @Malabarba or would it make more sense to use |
The |
@bbatsov 👍 yeah i agree that sounds good. thanks for all your work; CIDER is an amazing experience even for a novice Clojure tinkerer like me. ^_^ |
I'm using spacemacs and the clojure layer.
If I jack in
SPC m s i
and then switch to the REPL
SPC m s s
and then start writing a function that looks like this:
and press return, I get an
unbalanced parens
error. screenshot: https://www.dropbox.com/s/xtu4y9c18otyntk/Screenshot%202015-11-14%2022.26.00.png?dl=0^ j
does work for entering down, but the docs say that if an expression is incomplete return should do so as well.Let me know if you need any further info, thank you!
The text was updated successfully, but these errors were encountered: