swank-clojure
swank-clojure copied to clipboard
Swank/slime support for clojure
when using :repl-init in your leiningen project.clj with clojure-jack-in :repl-init appears to be ignored.
Trying to view source for a stack frame with swank-cdt using swank-clojure 1.4.0-SNAPSHOT on windows results in a "source not found" error. http://groups.google.com/group/clojure/browse_thread/thread/eba7724a27457342 raises the issue.
When I try to jack-in into a clojure project placed inside a directory with spaces (actually it had been placed in home directory with spaces in path: D:\std\home\windows\Test Home\clojure\test-project ),...
I was trying to use multiple java source paths as described here: https://github.com/technomancy/leiningen/issues/155 and discovered that swank no longer works, here is the stack trace. Also discovered a different error...
When doing M-x clojure-jack-in in a new project created with lein, _Messages_ is showing this: Starting swank server... Connecting to Swank on port 64775.. [2 times] error in process filter:...
First of all, the following is my clojure programming environment on Windows 7. ``` C:\work\lab\myproject> lein version Leiningen 1.6.3-SNAPSHOT on Java 1.7.0_01 Java HotSpot(TM) Client VM ``` My first project.clj...
After running M-x clojure-jack-in, a seemingly endless number of cmdproxy.exe processes start spawning, causing the system to gring to a halt given enough time. Judging by the number of bug...
On my system (Windows XP SP3, 32 Bit, JRE 1.6.0_18, JDK 1.6.0_12) this can be reproduced as follows: 1. Install [Clojure Box 1.1.0 (January 5, 2010)](http://clojure.bighugh.com/releases/clojure-box-1.1.0-1-setup.exe) 2. Start the Slime...
Swank freezes on swank.core/break called from within 'for'. Sample can be found here: http://gist.github.com/403585#file_swank_break_freeze.clj Captured stack trace is here: http://gist.github.com/403585#file_freeze_stack.txt