Re: classpath in clojure box

2010-01-15 Thread brian
ok i see it Brian Shawn Hoover wrote: On Thu, Jan 14, 2010 at 3:17 AM, brian > wrote: The above didn't work, but apparently it doesn't pick up my .emacs file, which has (setq swank-clojure-classpath (list "c:/shcloj-code/code/examples")) itkn

Re: classpath in clojure box

2010-01-14 Thread Shawn Hoover
On Thu, Jan 14, 2010 at 3:17 AM, brian wrote: > The above didn't work, but apparently it doesn't pick up my .emacs file, > which has > > (setq swank-clojure-classpath >(list "c:/shcloj-code/code/examples")) > > itknows where home is, when it boots up, the default is my home dir, where > .emac

Re: classpath in clojure box

2010-01-14 Thread brian
Michael Wood wrote: 2010/1/14 brian : Shawn Hoover wrote: On Wed, Jan 13, 2010 at 8:38 PM, brian mailto:brw...@gmail.com>> wrote: I was wondering if this is the right statement for setting the external classpath? setq swank-clojure-classpath Another way is to use M-x swan

Re: classpath in clojure box

2010-01-14 Thread brian
Michael Wood wrote: 2010/1/14 brian : Shawn Hoover wrote: On Wed, Jan 13, 2010 at 8:38 PM, brian mailto:brw...@gmail.com>> wrote: I was wondering if this is the right statement for setting the external classpath? setq swank-clojure-classpath Another way is to use M-x swan

Re: classpath in clojure box

2010-01-14 Thread Michael Wood
2010/1/14 brian : > Shawn Hoover wrote: >> >> On Wed, Jan 13, 2010 at 8:38 PM, brian > > wrote: >> >> >>    I was wondering if this is the right statement for setting the >>    external  classpath? >> >>    setq swank-clojure-classpath >> >> >> Another way is to use M-x swa

Re: classpath in clojure box

2010-01-14 Thread brian
Shawn Hoover wrote: On Wed, Jan 13, 2010 at 8:38 PM, brian > wrote: I was wondering if this is the right statement for setting the external classpath? setq swank-clojure-classpath Another way is to use M-x swank-clojure-project. You enter a directory

Re: classpath in clojure box

2010-01-13 Thread Shawn Hoover
On Wed, Jan 13, 2010 at 8:38 PM, brian wrote: > > I was wondering if this is the right statement for setting the external > classpath? > > setq swank-clojure-classpath > Another way is to use M-x swank-clojure-project. You enter a directory and it automatically adds that directory/src to the cl

Re: classpath in clojure box

2010-01-13 Thread Shawn Hoover
On Wed, Jan 13, 2010 at 8:38 PM, brian wrote: > > I was wondering if this is the right statement for setting the external > classpath? > > setq swank-clojure-classpath > That's the right variable. You can set it, and then Clojure Box's setup appends to it to make sure clojure, contrib, and swan

Re: classpath in clojure box

2010-01-13 Thread brian
I was wondering if this is the right statement for setting the external classpath? setq swank-clojure-classpath Shawn Hoover wrote: On Tue, Jan 12, 2010 at 10:05 PM, brian > wrote: Hi all, I put the example code from Programming Clojure book here:

Re: classpath in clojure box

2010-01-13 Thread brian
Shawn Hoover wrote: On Tue, Jan 12, 2010 at 10:05 PM, brian > wrote: Hi all, I put the example code from Programming Clojure book here: C:\shcloj-code\code\examples I verified that "introduction.clj" is there. This is cut and pasted from m

Re: classpath in clojure box

2010-01-13 Thread Shawn Hoover
On Tue, Jan 12, 2010 at 10:05 PM, brian wrote: > Hi all, > > > I put the example code from Programming Clojure book > here: > > C:\shcloj-code\code\examples > > I verified that "introduction.clj" is there. > > This is cut and pasted from my .emacs file located in c:\program > files\brian > > > (