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
> 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
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.
--~--~-~--~~
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
Hi,
I'm trying to get Clojure working with slime in emacs but see the
following error when I try to start slime:
Clojure
user=> java.lang.Exception: Unable to resolve symbol: t in this
context (NO_SOURCE_FILE:1)
user=> java.lang.Exception: Unable to resolve symbol: swank:start-
server in this co