summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-02-21 09:12:24 +0100
committerBozhidar Batsov <bozhidar@batsov.com>2016-02-21 09:12:24 +0100
commita5cd5632f5a81f431aaa9460315e798f6f7b9ece (patch)
tree8794a9837b7c8f7053455a424481d8272a7a8bac /README.md
parent56a512f377ccd0b456e9f01bf32684d8cd10a271 (diff)
Add a note about using arc-mode on Windows
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 63d75748..ab126ed0 100644
--- a/README.md
+++ b/README.md
@@ -1441,6 +1441,8 @@ piggieback, that's beyond CIDER. You can find some discussions on the subject
### Microsoft Windows
+#### Line separators
+
On Microsoft Windows the JVM default line separator string is `\r\n`
which can appear in Emacs as `^M` characters at the end of lines
printed out by the JVM. One option is to set the
@@ -1453,6 +1455,16 @@ from being printed and will fix output in all cider buffers. To do so
add `"-Dline.separator=\"\n\""` to `:jvm-opts` in
`~/.lein/profiles.clj`.
+#### Definition lookup in jar files
+
+In order for source lookup commands to work with `.jar` files you'll need to
+install either [7zip](http://www.7-zip.org/) or `pkunzip` and add its
+installation folder to Emacs's `exec-path`. Here's an example:
+
+```el
+(add-to-list 'exec-path "C:/Program Files/7-Zip")
+```
+
### powershell.el
The powershell inferior shell mode truncates CIDER's REPL output when