swank-clojure icon indicating copy to clipboard operation
swank-clojure copied to clipboard

Swank/slime support for clojure

Results 19 swank-clojure issues
Sort by recently updated
recently updated
newest added

Using Emacs 24.0.90.1, with clojure 1.3.0, swank-clojure 1.4.0-SNAPSHOT, I get: error in process filter: Symbol's function definition is void: slime-face-inheritance-possible-p when trying to run clojure-jack-in about 75% of the times...

cdt requires some extra jars in the classpath. There were added for lein1 by adding :extra-classpath-dirs to the project. lein2 does not support this.

I found this plugin awesome. Only one things that I think need to be improved may be the support for javadoc For example: user> (use 'clojure.java.javadoc) nil user> (javadoc java.net.URL)...

I'm trying to run `clojure-jack-in` and getting this ``` Compiling file /Users//.emacs.d/swank/slime-repl-79b38c83.el at Mon Jun 25 13:18:23 2012 slime-repl-79b38c83.el:105:27:Warning: reference to free variable `slime-connection-output-buffer' slime-repl-79b38c83.el:122:1:Error: (slime-connection-output-buffer) is not a valid...

On a Windows Server 2003 I set the environment variable %HOME% to C:\Documents and Settings\at I downloaded a fresh Emacs Starter Kit and unpacked it into C:\Documents and Settings\at\.emacs.d and...

windows

Using `slime-macroexpand-all` to fully macroexpand the expression at point by: ``` C c M m ``` But occurred an exception: ``` Can't dynamically bind non-dynamic var: clojure.contrib.macro-utils/macro-symbols [Thrown class java.lang.IllegalStateException]...

Crashes while trying to remove temporary files. Checked - the lein temp directory was read-only. After I killed the process and reran the same command, worked with no issues, as...

windows

It would be really great if it was somehow possible to load slime-c-p-c (f-b completes to foo-bar). I tried copy the file form upstream slime, but it seems that there's...

Might be a good thing to be aware of?

enhancement

If you can't expose an SSH server on your host, you should be able to bounce a reverse SSH tunnel off another machine.

enhancement