Vijay Lakshminarayanan wrote:
> If you've got enough time to spare, I'd recommend trying out the
> clojurebox that was released a few days ago.  I installed it, ensured
> it worked and then replicated that in my .emacs.
>
> Once you have a basic setup working you can easily make the needed
> changes to run the latest version.
>
>   

I am not sure if you are replying to me - my clojure setup works, as 
described below.
I guess Clojurebox is good for people who are not familiar with Emacs.

> On Wed, Dec 3, 2008 at 6:19 PM, Dimitre Liotev <[EMAIL PROTECTED]> wrote:
>   
>> If you have set "slime-lisp-implementations", make sure the entry for
>> clojure looks like this:
>>
>> (clojure ("clojure") :init swank-clojure-init)
>>
>> 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.
>>
>> --
>> dl
>>     

--
Dimitre Liotev

--~--~---------~--~----~------------~-------~--~----~
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
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to