branch: elpa/inf-clojure
commit 46c98f2fcea7244fb2e45fb390de486a2af5aa47
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>
Clarify Windows JLine workaround applies to Leiningen only
---
README.md | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index a71851abb7..ce4c70b279 100644
--- a/README.md
+++ b/README.md
@@ -540,12 +540,18 @@ source buffer to set the REPL type in both buffers. To
see how simple
inf-clojure is, look at `inf-clojure-repl-features` to see how things
are laid out.
-### REPL not responsive in Windows OS
+### REPL not responsive in Windows OS (Leiningen)
In Windows, the REPL is not returning anything. For example, type `(+
1 1)` and press `ENTER`, the cursor just drops to a new line and
nothing is shown.
+> [!NOTE]
+>
+> This issue affects Leiningen-based REPLs that use JLine for terminal
+> handling. If you're using the Clojure CLI tools or a socket REPL, this
+> workaround is not needed.
+
The explanation of this problem and solution can be found
[here](https://groups.google.com/forum/#!topic/leiningen/48M-xvcI2Ng).
The solution is to create a file named `.jline.rc` in your `$HOME`