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
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
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
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
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
> 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
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
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
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.
--~--~-~--~~
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
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
11 matches
Mail list logo