Thanks for that. It works. In fact, I thought I had already tried this, but I wrote :plugin instead of :plugins in the project file.
On Tuesday, 12 February 2013 00:04:52 UTC-5, Daniel Glauser wrote: > > The momentum is definitely headed the nrepl direction but if you do want > to get Clojure 1.5 working with slime/swank you can just bump the > lein-swank plugin to the latest version, 1.4.5. I tried this tonight and > played with some reducer code, everything seems to be working. > > Cheers, > Daniel > > On Monday, February 11, 2013 4:35:36 PM UTC-7, Devin Walters (devn) wrote: >> >> That's definitely the issue. Switch to nrepl or see if there's an updated >> swank-clojure. I switched and it took some getting used to and hackery to >> get it working like my swank setup did, but I think it was worth it. >> >> '(Devin Walters) >> >> On Feb 11, 2013, at 5:01 PM, David Nolen <[email protected]> wrote: >> >> I'm not sure if swank-clojure has been patched for 1.5, I believe the >> line & column information changes might have broken things. >> >> nrepl.el works pretty well as a replacement and development seems to be >> moving along pretty quickly. >> >> David >> >> >> On Mon, Feb 11, 2013 at 5:53 PM, JvJ <[email protected]> wrote: >> >>> I added "1.5.0-beta13" to my lein project file, and now I get something >>> like this when I try M-x clojure-jack-in >>> >>> >>> signal(error ("Could not start swank server: ...etc... >>> >>> >>> Does anyone know what I should do about this? >>> >>> Thanks. >>> >>> -- >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Clojure" group. >>> To post to this group, send email to [email protected] >>> Note that posts from new members are moderated - please be patient with >>> your first post. >>> To unsubscribe from this group, send email to >>> [email protected] >>> For more options, visit this group at >>> http://groups.google.com/group/clojure?hl=en >>> --- >>> You received this message because you are subscribed to the Google >>> Groups "Clojure" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >>> >>> >> >> -- >> -- >> You received this message because you are subscribed to the Google >> Groups "Clojure" group. >> To post to this group, send email to [email protected] >> Note that posts from new members are moderated - please be patient with >> your first post. >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/clojure?hl=en >> --- >> You received this message because you are subscribed to the Google Groups >> "Clojure" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> >> -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
