Re: slime+clojure problem

2008-12-07 Thread Peter Eddy
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

Re: slime+clojure problem

2008-12-03 Thread Vijay Lakshminarayanan
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 .emac

Re: slime+clojure problem

2008-12-03 Thread Dimitre Liotev
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 > chang

Re: slime+clojure problem

2008-12-03 Thread Vijay Lakshminarayanan
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. On Wed, De

Re: slime+clojure problem

2008-12-03 Thread Dimitre Liotev
Peter Eddy wrote: >> How are you attempting to start slime? Are you doing: >> >> 1. C-u M-x slime RET clojure RET >> >> OR >> >> 2. M-- M-x slime RET clojure RET >> > > Well, either method caused this error for me. I deleted all my slime > and clojure-related source trees and re-checked every

Re: slime+clojure problem

2008-12-01 Thread Peter Eddy
> How are you attempting to start slime? Are you doing: > > 1. C-u M-x slime RET clojure RET > > OR > > 2. M-- M-x slime RET clojure RET Well, either method caused this error for me. I deleted all my slime and clojure-related source trees and re-checked everything out again (taking advantage to o

Re: slime+clojure problem

2008-12-01 Thread bc
Hi Peter, On Dec 1, 10:05 am, Peter Eddy <[EMAIL PROTECTED]> wrote: > On Dec 1, 1:00 pm, Craig McDaniel <[EMAIL PROTECTED]> wrote: > > > Make sure you're using the latest versions of clojure (SVN version, > > not dated release), and swank-clojure as well. > > Thanks. Everything is current, I just

Re: slime+clojure problem

2008-12-01 Thread Craig Andera
You should double-check: I had the same problem, and it was related to not having an up-to-date implementation of Clojure. Be aware that you probably need to run "ant clean jar" on the Clojure sources after getting them from SVN. On Mon, Dec 1, 2008 at 1:05 PM, Peter Eddy <[EMAIL PROTECTED]> wrot

Re: slime+clojure problem

2008-12-01 Thread Peter Eddy
On Dec 1, 1:00 pm, Craig McDaniel <[EMAIL PROTECTED]> wrote: > Make sure you're using the latest versions of clojure (SVN version, > not dated release), and swank-clojure as well. Thanks. Everything is current, I just sync'd everything to be sure but same problem. --~--~-~--~~

Re: slime+clojure problem

2008-12-01 Thread Craig McDaniel
Make sure you're using the latest versions of clojure (SVN version, not dated release), and swank-clojure as well. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to

Re: slime+clojure problem

2008-12-01 Thread Peter Eddy
Oops, I was using an older version of slime. After updating I get the following error instead: user=> java.lang.Exception: Unable to resolve symbol: progn in this context (NO_SOURCE_FILE:1) I see at least one other person has seen this error but I don't see any solutions, other than installing