Daniel Jomphe <danieljom...@gmail.com> writes:

> -- Emacs --
> No more works since I've pulled emacs-starter-kit's latest changes. 'M-
> x slime' doesn't fire up clojure anymore; slime no more exists, in
> fact. The last commit actually removed clojure-mode.el. Maybe they're
> in the middle of reorganizing some things.

Yes, things were moved around. I tried to make this clear, but you have
to read the changelog to see that. =\

clojure-mode is now distributed using the Emacs Lisp Package Archive. So
invoking M-x package-list-packages pulls up the package buffer. Mark
clojure-mode with "i", and press "x" to perform the installation.

I moved it to ELPA so everyone could have easy access to it, not just
users of the starter kit.

Slime was never included in the starter kit, I think. Unfortunately it's
pretty tricky to wrap up as an ELPA package as well.

> Since I previously had a separate installation of clojure-mode and
> slime, I checked what's new in clojure-mode. Looks like a new 'M-x
> clojure-install' is available, which would be responsible of
> installing clojure.jar, clojure-contrib.jar and slime. Looks really
> neat. Plus, they've removed paredit; maybe they've integrated it
> directly.

That's right; once clojure-mode is installed, M-x clojure-install will
perform a checkout of clojure, clojure-contrib, slime, and swank-clojure
and configure these for you.

Paredit is now distributed using ELPA too.

-Phil

--~--~---------~--~----~------------~-------~--~----~
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
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