On Fri, May 29, 2009 at 10:12 AM, Phil Hagelberg <[email protected]> wrote:
> > Robert Stehwien <[email protected]> writes: > > > * I needed to do a "M-x load-file <path>/clojure-mode.el" before being > able to > > call "clojure-install" > > > > * I needed to add the following to my ~/.emacs.d/<username>.el so that > "M-x > > slime" was available on starting emacs > > (Load-file > "/Users/<username>/.emacs.d/elpa/clojure-mode-1.1/clojure-mode.el") > > ;; suggestion from "clojure-install" > > (setq clojure-src-root "/Users/<username>/src/clojure") > > (eval-after-load 'clojure-mode '(clojure-slime-config)) > > > > Not sure if this is the best way (my emacs is a bit rusty) so any > suggestions > > would be appreciated. > > That should get autoloaded for you without the load-file > invocation... it sounds like you're running into an intermittent ELPA > bug that I've been unable to reproduce. Are you running Mac OS X by any > chance? > > 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). --Robert --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
