Following along in a version of Emacs.app compiled from source works just fine. It may just be a problem with version 22.1.1 (which is admittedly pretty old). prefer to run inside of iTerm2, but I can update emacs.
On May 24, 3:28 pm, "J.R. Garcia" <[email protected]> wrote: > *Note: I'm an emacs n00b! > > I'm having an issue when running clojure-jack-in. I followed the steps > in the video and once I get to the point of using clojure-jack-in I > get: "Symbol's function definition is void: locate-dominating-file". I > am running GNU Emacs 22.1.1 (mac-apple-darwin) if that matters. I'll > try following along on with Emacs.app and Aquamacs and see if that > changes anything. > > Thanks, > > J.R. Garcia > > On May 24, 1:59 pm, Tassilo Horn <[email protected]> wrote: > > > > > > > > > Phil Hagelberg <[email protected]> writes: > > > Hi Phil, > > > >> But with a new project created with "lein new myproject" it works > > >> fine. Even after changing that new project's deps to clojure > > >> 1.3.0-SNAPSHOT. > > > >> Hm, I wonder what's making the existing project not "jack-innable"... > > > > I think this may be due to a conflict between swank in ~/.lein/plugins > > > and swank in lib/dev. > > > Oh, indeed. The project had 1.3.0 while in ~/.lein/plugins/ it was a > > 1.4.0 snapshot. I changed my project.clj to require 1.4.0-SNAPSHOT, did > > run "lein deps force", and now it works. Thank you! > > > Bye, > > Tassilo -- 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
