On Dec 3, 7:49 am, Dimitre Liotev <[EMAIL PROTECTED]> wrote:
> For example, my slime-lisp-implementations is:
>
> (setq slime-lisp-implementations
> `(
> (sbcl ("sbcl"))
> (ccl ("ccl"))
> (clojure ("clojure") :init swank-clojure-init)
> (clisp ("clisp"))
> (abcl ("abcl"))
> (cmucl ("lisp"))
> (s48 ("scheme48") :init slime48-init-command)))))
>
> If I specify (clojure ("clojure")) instead of (clojure (clojure") :init
> swank-clojure-init), I get the same error as you.
The :init param was it, thank you very much!
- Peter
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Clojure" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---