We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From Slack's thread in Clojurians #inf-clojure
Press enter to return the prompt => like in clj repl.
=>
$ clj Clojure 1.11.3 user=> user=> user=> user=> user=> user=> user=>
Pressing enter doesn't make a new line with the user=> prompt.
A variation of the issue pressing control-j instead enter; it doesn't return, but after putting some value, it returns multiple times user =>
user=> 2 user=> user=> user=> user=> user=> user=> 2
Start a new repl and press enter.
3.2.1
1.11.3
29.3
MacOS Sonoma 14.5
The text was updated successfully, but these errors were encountered:
No branches or pull requests
From Slack's thread in Clojurians #inf-clojure
Expected behavior
Press enter to return the prompt
=>
like in clj repl.$ clj Clojure 1.11.3 user=> user=> user=> user=> user=> user=> user=>
Actual behavior
Pressing enter doesn't make a new line with the user=> prompt.
A variation of the issue pressing control-j instead enter; it doesn't return, but after putting some value, it returns multiple times user =>
Steps to reproduce the problem
Start a new repl and press enter.
Environment & Version information
inf-clojure version information
3.2.1
Clojure version
1.11.3
Emacs version
29.3
Operating system
MacOS Sonoma 14.5
The text was updated successfully, but these errors were encountered: