emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/inf-clojure de88e4f 032/313: Solution to unresponsive repl


From: ELPA Syncer
Subject: [nongnu] elpa/inf-clojure de88e4f 032/313: Solution to unresponsive repl in Windows OS
Date: Wed, 11 Aug 2021 09:59:40 -0400 (EDT)

branch: elpa/inf-clojure
commit de88e4f799de651ac64ebb0b008f6cc83e8760fd
Author: Avicenna <maverickbozo@me.com>
Commit: Avicenna <maverickbozo@me.com>

    Solution to unresponsive repl in Windows OS
---
 README.md | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/README.md b/README.md
index d8d3cd8..a4052cb 100644
--- a/README.md
+++ b/README.md
@@ -43,6 +43,19 @@ Add the following to your Emacs config to enable
 
 `M-x inf-clojure` or `C-c C-z` within a Clojure source file.
 
+## Troubleshooting
+
+### REPL not responsive in Windows OS
+
+In Windows, the repl not returning anything. For example, `(+ 1 1)` and 
`ENTER`, the cursor just drops to new line and nothing shown.
+
+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 file named `.jline.rc` in your $HOME directory and 
write this line in that file.
+
+`jline.terminal=unsupported`
+
+
 ## License
 
 Copyright © 2014 Bozhidar Batsov and [contributors][].



reply via email to

[Prev in Thread] Current Thread [Next in Thread]