Questions tagged [clojurebox]
6 questions
5
votes
2 answers
Reload Clojure files in emacs
I am just starting out learning Clojure and Emacs. I have got Clojure Box for windows running and I would like to be able to write code in a buffer then run it in the REPL without haveing to call
(use 'example.code)
all the time. I know about C-c…

Lewis Jubb
- 428
- 1
- 5
- 10
4
votes
2 answers
How to redirect swank server output to emacs buffer?
I want to redirect my swank server output to an emacs buffer. I put this in ~/.swank.lisp, but this does not work-
(setf swank:*globally-redirect-io* t)
Im using Clojure box.
Thanks.

Pranav
- 3,340
- 8
- 35
- 48
2
votes
0 answers
error using swank with leiningen and elein
I'm using leiningen and elein in linux, when I create my project I add:
:dev-dependencies [[swank-clojure "1.2.1"]])
then I call "elein-swank" and perfect...this connects swank and (apparently) slime because the repl opens and I can work with my…

user1050817
- 915
- 2
- 11
- 21
2
votes
1 answer
My slime-repl is not working in ClojureBox
I installed ClojureBox and the REPL is not working.
If I type (+ 1 2) into the *slime-repl clojure* buffer and press enter, the expression text becomes bold as if it has been evaluated, but there is no result of the evaluation printed on the…

eric.christensen
- 3,191
- 4
- 29
- 35
2
votes
7 answers
Is there a nice and easy installer for Clojure on Mac OS (Leopard)?
I found the following guide:
http://mark.reid.name/sap/setting-up-clojure.html
but it seems like a whole lot of manual steps, and I bet it is out of date already. Installing ClojureBox on Windows was a breeze. Does anyone know of a simple installer…

Hamish Grubijan
- 10,562
- 23
- 99
- 147
1
vote
2 answers
Does ClojureBox support auto-align out of the box?
I am switching to Clojurebox to edit my clojure files. However I can't get the automatic alignment to work. I want the cursor to move two spaces after the line that I am editing when I hit return.

unj2
- 52,135
- 87
- 247
- 375