swank-clojure is the Clojure server component of SLIME, the Superior Lisp Interaction Mode for Emacs, which is used to connect SLIME to a running Clojure instance.
Questions tagged [swank-clojure]
19 questions
1
vote
1 answer
Error remains once I got it while using swank-clojure
I use Emacs for clojure development, because Swank-clojure is a great tool.
But once I get an error on slime-repl buffer, the error remains, though I fixed it or it's no more.
Reproducing way:
Create a clojure project with a leiningen. $lein new…

user1209133
- 167
- 1
- 2
- 7
1
vote
1 answer
How to start inferior-lisp and swank both together
I am doing both clojure and clojurescript development. I usually start clojure by the clojure-jack-in function, and clojurescript repl by the following funciton -
(defun clojurescript-repl ()
(interactive)
(run-lisp "lein2 trampoline cljsbuild…

murtaza52
- 46,887
- 28
- 84
- 120
0
votes
1 answer
lein jack-in and lein swank don't work after upgrading leiningen to version 1.7.0
I've upgraded my leiningen version (previously I was using the 1.4). My slime version is the latest too. Now when I type lein jack-in or lein swank I get this:
lein jack-in 9090
;;; Bootstrapping bundled version of SLIME; please…

clagccs
- 2,224
- 2
- 21
- 33
0
votes
1 answer
lein ritz setup error
I am trying to setup ritz/lein/emacs etc to create a clojure dev environment.
I installed lein plugin install lein-ritz "0.5.0" and added it to my project file. When trying lein ritz I get this exception:
arash@azure:~/programming/onebreaker$ lein…

Arash
- 11,697
- 14
- 54
- 81