klang writes:
> This only works (for now) when using an alternative fork of clojure-
> mode
>
> git clone git://github.com/technomancy/clojure-mode.git
>
> .. that's why I got the same error messages consistently on both XP,
> OSX and Ubuntu ..
I was able to contact jochu (the original maintain
This only works (for now) when using an alternative fork of clojure-
mode
git clone git://github.com/technomancy/clojure-mode.git
.. that's why I got the same error messages consistently on both XP,
OSX and Ubuntu ..
/klang
On May 18, 8:40 pm, klang wrote:
> Using my existing definitions
>
>
klang writes:
> There is still something obvious that I am missing, to get origin/
> master working, but at least I am missing it consistently on three
> operating systems, yay me! :-)
I think swank-clojure will have to be updated to support the latest
origin/master; there must have been a brea
I have just tried my setup on both OSX and Ubuntu .. (with Paul's
modifications) .. and there is something seriously wrong with my way
of using clojure-mode to bootstrap the whole installation.
I am looking at the same error-messages as described in my original
post, on additional two different s
Thanks this also worked for me on my Aquamacs Clojure slime setup. I
added your code to the customization.el file in ~/Library/
Preferences/...
-Alen
On May 18, 7:14 pm, Paul Stadig wrote:
> I just happened to be setting up emacs an a new Ubuntu install today. I
> think it might have something
Following Paul Stadig's advice, I've got it working too:
In my ~/.emacs
(custom-set-variables
'(swank-clojure-extra-classpaths '("/Users/malkia/p/clojure-contrib/
clojure-contrib.jar:/Users/malkia/classes/:/Users/malkia/p/swank-
clojure"))
'(swank-clojure-extra-vm-args '("-Xmx102400" "-ser
I have now the same problem, but under Mac OS X 10.5
Things used to work few days ago (if not yesterday)
On May 18, 7:32 am, klang wrote:
> First things first:
>
> swank doesn't load and slime can't connect to the *inferior-lisp*
> running clojure
>
> I am missing something obvious, please advi
I don't think I did anything special. All I did was install clojure,
clojure-contrib, slime, and swank-clojure using the M-x clojure-install
command from clojure-mode. I'm pretty sure it doesn't make a difference, but
I'm also running on a snapshot of Emacs.
Aside from that I just added the below
Using my existing definitions
(setq clojure-src-root "~/lisp/clj")
(setq swank-clojure-extra-classpaths
(cons (concat clojure-src-root "/swank-clojure")
(when (file-directory-p "~/.clojure")
(directory-files "~/.clojure" t ".jar$"
This does not work, with "origin/mas
That did the trick!
Thanks!
Hopefully, this will be a help for other new clojure/emacs/slime/swank
users!
/klang
On May 18, 7:02 pm, Phil Hagelberg wrote:
> klang writes:
> > First things first:
>
> > swank doesn't load and slime can't connect to the *inferior-lisp*
> > running clojure
>
> >
I just happened to be setting up emacs an a new Ubuntu install today. I
think it might have something to do with 'add-classpath. The
swank-clojure-init function is trying to add the swank-clojure directory to
the classpath, but the 'require still fails when starting up the clojure
REPL.
I added th
klang writes:
> First things first:
>
> swank doesn't load and slime can't connect to the *inferior-lisp*
> running clojure
>
> I am missing something obvious, please advice.
It's not your fault; it looks like the latest Clojure 1.1 snapshot is
not compatible with swank-clojure. I haven't been
12 matches
Mail list logo