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

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

[nongnu] elpa/inf-clojure 89035ee 033/313: Merge pull request #9 from ma


From: ELPA Syncer
Subject: [nongnu] elpa/inf-clojure 89035ee 033/313: Merge pull request #9 from mavbozo/ms-windows-hang
Date: Wed, 11 Aug 2021 09:59:40 -0400 (EDT)

branch: elpa/inf-clojure
commit 89035ee12a247d59e78bdbd33fd0db53c3d2a4b2
Merge: b897bb8 de88e4f
Author: Bozhidar Batsov <bozhidar.batsov@gmail.com>
Commit: Bozhidar Batsov <bozhidar.batsov@gmail.com>

    Merge pull request #9 from mavbozo/ms-windows-hang
    
    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]