The contents of .clojure are not at issue, clojure runs just fine from the command-line, repl, etc.
My problem is with installing SLIME, clojure-mode, etc. without using package.el. When I tried it, it failed somewhere in the building/compiling of clojure-mode.el, and the SLIME package was not complete. Starting with the ESK is not an option for me, as I have too much invested in my current emacs configuration. Currently, I keep my emacs configuration on github, as part of a larger repo that houses all my dot-files (I really should move the emacs stuff into its own repo, now that I think about it). So I have no problems with downloading the packages I need, installing them into my configuration manually, etc. I don't mind doing things in a slightly harder way than the ESK presents, I just need to know which versions of things like SLIME I should use (the SLIME web page only has a download for the latest CVS head version). Randy On Tue, Jun 7, 2011 at 6:00 PM, John Toohey <[email protected]> wrote: > I have a fully working AquaEmacs/Swank/Slime system under OSX. Can you > tell me what you tried, and I may be able to help you. To start with, > what is the content of you ~/.clojure directory? > > On Tue, Jun 7, 2011 at 18:00, Randy J. Ray <[email protected]> wrote: > > I am also having some big problems getting a working set-up under MacOS. > I > > can't really start with the emacs-starters-kit, as I have a very large > > existing configuration. And Aquamacs doesn't ship SLIME as part of the > > distribution. Mainly, I need to know the best place to get the > clojure-mode, > > clojure-test-mode, slime and swank-clojure packages. I tried using > > package.el to get some of them, but it bombed out before it completed > > building/installing slime or clojure-mode. I considered getting slime > from > > their web page, but their only download link is a CVS snapshot, and I > seem > > to remember reading somewhere that the really-new slime versions had some > > problems. > > Is part of the problem my decision to use Aquamacs? I looked at Carbon > Emacs > > as well, but that's based on an emacs 22 source base, and I'd prefer to > work > > from 23 or newer (my Linux desktops are running emacs in the 23 range). > Do > > people roll their own emacs for clojure development on MacOS? > > Randy > > > > On Fri, May 27, 2011 at 7:40 AM, Sathish Kumar <[email protected]> > wrote: > >> > >> Hi, > >> This is a step by step guide to setup Leiningen, Swank-Clojure and SLIME > >> for Emacs. > >> > >> http://languageagnostic.blogspot.com/2011/05/clojure-in-emacs.html > >> > >> It is partly based on technomancy's post here http://technomancy.us/126 > >> > >> Thanks, > >> Sathish > >> > >> On Wed, May 25, 2011 at 12:21 PM, michele <[email protected]> > wrote: > >>> > >>> And this one > >>> > >>> https://github.com/technomancy/leiningen/ > >>> > >>> On May 22, 10:53 am, dokondr <[email protected]> wrote: > >>> > Hello, > >>> > I am trying to install Clojure tools on Mac OS X according to the > >>> > instructions: > >>> > "Clojure, Swank, and Leiningen with Emacs on > >>> > Linux"http://riddell.us/ClojureSwankLeiningenWithEmacsOnLinux.html > >>> > > >>> > Everything goes fine until these steps: > >>> > > >>> > ~$ lein deps > >>> > > >>> > ~$ lein swank > >>> > > >>> > In my project.clj I have: > >>> > > >>> > (defproject test-project "0.1.0" > >>> > :description "Test Project" > >>> > :dependencies [[org.clojure/clojure "1.3.0-master-SNAPSHOT"] > >>> > [org.clojure/clojure-contrib "1.3.0-SNAPSHOT"]] > >>> > :dev-dependencies [[swank-clojure "1.2.1"]]) > >>> > > >>> > Running 'lein deps' gives these errors: > >>> > > >>> > Downloading: org/clojure/clojure-contrib/1.3.0-SNAPSHOT/clojure- > >>> > contrib-1.3.0-SNAPSHOT.pom from cloju\ > >>> > re-snapshots > >>> > Downloading: org/clojure/clojure-contrib/1.3.0-SNAPSHOT/clojure- > >>> > contrib-1.3.0-SNAPSHOT.pom from cloja\ > >>> > rs > >>> > Downloading: org/clojure/clojure-contrib/1.3.0-SNAPSHOT/clojure- > >>> > contrib-1.3.0-SNAPSHOT.jar from cloju\ > >>> > re-snapshots > >>> > Downloading: org/clojure/clojure-contrib/1.3.0-SNAPSHOT/clojure- > >>> > contrib-1.3.0-SNAPSHOT.jar from cloja\ > >>> > rs > >>> > An error has occurred while processing the Maven artifact tasks. > >>> > Diagnosis: > >>> > > >>> > Unable to resolve artifact: Missing: > >>> > ---------- > >>> > 1) org.clojure:clojure-contrib:jar:1.3.0-SNAPSHOT > >>> > > >>> > Try downloading the file manually from the project website. > >>> > > >>> > Then, install it using the command: > >>> > mvn install:install-file -DgroupId=org.clojure - > >>> > DartifactId=clojure-contrib -Dversion=1.3.0-SNA\ > >>> > PSHOT -Dpackaging=jar -Dfile=/path/to/file > >>> > > >>> > Alternatively, if you host your own repository you can deploy the > >>> > file there: > >>> > mvn deploy:deploy-file -DgroupId=org.clojure - > >>> > DartifactId=clojure-contrib -Dversion=1.3.0-SNAPS\ > >>> > HOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] - > >>> > DrepositoryId=[id] > >>> > > >>> > Path to dependency: > >>> > 1) org.apache.maven:super-pom:jar:2.0 > >>> > 2) org.clojure:clojure-contrib:jar:1.3.0-SNAPSHOT > >>> > > >>> > When I run 'lein swank' I get: > >>> > > >>> > "That's not a task. Use "lein help" to list all tasks." > >>> > > >>> > Any ideas how to install these tools without so much pain? > >>> > > >>> > Thanks, > >>> > Dmitri > >>> > >>> -- > >>> 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 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 > > > > > > -- > > Randy J. Ray - [email protected] - twitter.com/rjray > > Silicon Valley Scale Modelers: http://www.svsm.org > > Sunnyvale, CA > > > > -- > > 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 > > > > -- > ~JT > > -- > 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 > -- Randy J. Ray - [email protected] - twitter.com/rjray Silicon Valley Scale Modelers: http://www.svsm.org Sunnyvale, CA -- 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
