I started from scratch and got the starter kit anew. Now on startup I get the following warning in *Messages* (repeated on each startup): ---------- Installing nxml An error has occurred while loading `/Users/res/.emacs.d/init.el': error: Package 'nxml' not available for installation ----------
After this I installed clojure-mode and was immediately able to call "clojure-install". But even though I installed to the default location, I cannot load slime without both of these lines (the second being what is recommended, but didn't work without the first) (setq clojure-src-root "/Users/res/src") (eval-after-load 'clojure-mode '(clojure-slime-config)) --Robert On Fri, May 29, 2009 at 6:07 PM, Phil Hagelberg <[email protected]> wrote: > > Robert Stehwien <[email protected]> writes: > > > Yes, Mac OSX 10.5. Run into the same problem on my two macbook pros > (haven't > > snuck onto my wife's mac pro to try there). > > I've pushed out an update to the starter kit. Pull in the latest, remove > everything in your checkout's elpa/ directory, and relaunch Emacs. I > think this should solve it. > > Let me know if you still run into it. > > -Phil > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
