> > > 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 > > ---------- > > Ah, I forgot to test on Emacs 22. Just committed a fix for this. They > changed the name of this library in newer versions.
This error is fixed. > > > > 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)) > > Strange. Maybe the rules for expanding file names are different on OS X; > unfortunately I'm unable to test that platform myself. What does this > return if you eval it in Emacs? > > (expand-file-name "~/src") I do get "/Users/res/src" as I'd expect I still need to explicitly load clojure-mode.el . I'm happy to test anything you make on my mac install (easy to move a working one out of the way to test clean). I'll poke around a little and see what I can find but it has been a long time since I debugged elisp and I never knew it that well anyway - one of the reasons I'm learning clojure is that I promised myself a long time ago to learn a lisp. > > -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 Note that posts from new members are moderated - please be patient with your first post. 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 -~----------~----~----~----~------~----~------~--~---