On Thu, Dec 4, 2008 at 2:33 AM, Dimitre Liotev <[EMAIL PROTECTED]> wrote:
>
> 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.

I'm sorry, I subscribe to the emails so I just replied to the last
thread.  My reply was to Peter Eddy.  I guess when seeing it as a tree
it must seem weird.  I'll be more careful the next time.

Thanks
Vijay

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