Re: Instructions for Emacs+SLIME

2009-05-30 Thread Robert Stehwien
> > > 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 fo

Re: Instructions for Emacs+SLIME

2009-05-30 Thread Phil Hagelberg
Robert Stehwien 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 a

Re: Instructions for Emacs+SLIME

2009-05-30 Thread Vagif Verdi
I would greatly appreciate instructions how to setup emacs to connect to already running clojure. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegrou

Re: Instructions for Emacs+SLIME

2009-05-30 Thread Robert Stehwien
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 -- A

Re: Instructions for Emacs+SLIME

2009-05-29 Thread Phil Hagelberg
Robert Stehwien 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 thi

Re: Instructions for Emacs+SLIME

2009-05-29 Thread steveT
Does anyone know if you can interrupt the repl with clojure/slime? In the plain clojure repl from a terminal I can C-d to break. If I do that in slime the clojure process seems to shut down. user=> (read-line) C-d nil user=> Process inferior-lisp finished This is with clojure 1.0, and the latest

Re: Instructions for Emacs+SLIME

2009-05-29 Thread Robert Stehwien
On Fri, May 29, 2009 at 10:12 AM, Phil Hagelberg wrote: > > Robert Stehwien writes: > > > * I needed to do a "M-x load-file /clojure-mode.el" before being > able to > > call "clojure-install" > > > > * I needed to add the following to my ~/.emacs.d/.el so that > "M-x > > slime" was available on

Re: Instructions for Emacs+SLIME

2009-05-29 Thread Phil Hagelberg
Robert Stehwien writes: > * I needed to do a "M-x load-file /clojure-mode.el" before being able to > call "clojure-install" > > * I needed to add the following to my ~/.emacs.d/.el so that "M-x > slime" was available on starting emacs > (Load-file "/Users//.emacs.d/elpa/clojure-mode-1.1/clojure-

Re: Instructions for Emacs+SLIME

2009-05-29 Thread Robert Stehwien
Phil, I love the starter kit and I'm trying an experiment of dropping my old crufty .emacs in favor of the the starter kit. A few notes of things that might be useful to add to the tutorial (coming from someone starting from scratch): * I needed to do a "M-x load-file /clojure-mode.el" before be

Re: Instructions for Emacs+SLIME

2009-05-28 Thread william douglas
That's awesome Phil! I have been using the starter-kit for awhile since you have a fair ton of goodies in there and this provides a great reference for getting my 3 or 4 different clojure set ups consistently working (instead of a version that has java api help integrated, one that has maven hook

Instructions for Emacs+SLIME

2009-05-28 Thread Phil Hagelberg
I just posted some instructions for getting up and running with SLIME. I've seen a lot of folks get confused with some of the more convoluted tutorials out there, so I thought it'd be helpful to document the simplest way to get started that I know: http://technomancy.us/126 I welcome feedback