Hi,

I have some problem with swank-clojure installation. Since I already
had SLIME/SBCL setup on my box so I followed some guide (http://
tentclube.blogspot.com/2010/01/manual-installation-not-using-elpa-
of.html).

The problem is the "clojure" didn't appear in "slime-lisp-
implementations" variable as described in swank-clojure's
documentation, thus I can't run clojure from -M-x slime. I checked in
emacs with C-h v, and nothing there but only sbcl.



===C-h v slime-lisp-implementations ==
slime-lisp-implementations is a variable defined in `slime.el'.
Its value is
((sbcl
  ("/usr/bin/sbcl")))
=============================



Also, this is my .emacs
===
(add-to-list 'load-path  "~/opt/emacs")

;;configuration
(setq default-directory "~/Documents/")
(setq ess-directory "~/Documents/")
(transient-mark-mode t)
(global-font-lock-mode 1)

;;slime
(add-to-list 'load-path "~/opt/slime")
(setq slime-lisp-implementations '((sbcl ("/usr/bin/sbcl"))))
(require 'slime)
(slime-setup)

;;Clojure coniguration
;;
;;clojure-mode
(add-to-list 'load-path "~/clj/clojure-mode/")
(require 'clojure-mode)

;;swank-clojure
(add-to-list 'load-path "~/clj/swank-clojure/")
(setq swank-clojure-jar-home "~/clj/runtime/lib/")
(setq swank-clojure-classpath "~/clj/runtime/lib/")
;;;clojure.jar/swank.jar/contrib.jar are in ~/clj/runtime/lib.

(require 'swank-clojure)
==

Any idea ?  I'm pretty new to emacs so I hope my question isn't stupid.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

To unsubscribe, reply using "remove me" as the subject.

Reply via email to