On Sun, Jun 13, 2010 at 23:26, Phil Hagelberg <p...@hagelb.org> wrote:
> There are some bugs in package.el that I have fixed in my personal fork but
> have not yet made it upstream yet. Try clearing out .emacs.d/elpa and trying
> again with the version at http://GitHub.com/technomancy/package.el and it
> should work although you will get byte compilation warnings.
>
> Sorry for the hassle. I hope my patches are applied soon so the situation
> improves.

thanks! i am now able to install clojure, clojure-test, slime,
clojure-swank etc. without error. When I try to C-c C-k to load the
currently open clojure file into the slime repl, however, I get this:


Wrong number of args (4) passed to: basic$eval633$compile-file-for-emacs
  [Thrown class java.lang.IllegalArgumentException]

Restarts:
 0: [ABORT] Return to SLIME's top level.

Backtrace:
  0: clojure.lang.AFn.throwArity(AFn.java:439)
  1: clojure.lang.AFn.invoke(AFn.java:51)
  2: clojure.lang.Var.invoke(Var.java:377)
  3: user$eval1304.invoke(NO_SOURCE_FILE)
  4: clojure.lang.Compiler.eval(Compiler.java:5421)
  5: clojure.lang.Compiler.eval(Compiler.java:5388)
  6: clojure.core$eval.invoke(core.clj:2370)
  7: swank.core$eval_in_emacs_package.invoke(core.clj:59)
  8: swank.core$eval_for_emacs.invoke(core.clj:128)
  9: clojure.lang.Var.invoke(Var.java:373)
 10: clojure.lang.AFn.applyToHelper(AFn.java:169)
 11: clojure.lang.Var.applyTo(Var.java:482)
 12: clojure.core$apply.invoke(core.clj:540)
 13: swank.core$eval_from_control.invoke(core.clj:66)
 14: swank.core$spawn_worker_thread$fn__367$fn__368.invoke(core.clj:172)
 15: clojure.lang.AFn.applyToHelper(AFn.java:159)
 16: clojure.lang.AFn.applyTo(AFn.java:151)
 17: clojure.core$apply.invoke(core.clj:540)
 18: swank.core$spawn_worker_thread$fn__367.doInvoke(core.clj:168)
 19: clojure.lang.RestFn.invoke(RestFn.java:398)
 20: clojure.lang.AFn.run(AFn.java:24)

This used to work. Would it help to try to manually install
swank-clojure 1.2.0 do you think? (package.el only provides 1.1.0).
I'm developing against clojure 1.2.0-SNAPSHOT, while swank-clojure
1.1.0 seems to use clojure 1.1.0.

// ben

-- 
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
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to