Robert Stehwien <rstehw...@gmail.com> writes:

> 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.

> 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")

-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
-~----------~----~----~----~------~----~------~--~---

Reply via email to