Re: swank-clojure: swank-clojure-init-files not used

2009-03-17 Thread AndrewC.
On Mar 17, 11:10 am, Tassilo Horn wrote: > "AndrewC." writes: > > The other problem is that it uses add-to-list so if you reload slime > > to refresh the value of slime-lisp-implementations, you end up with > > two clojure entries in the list. > > Why do you think?  add-to-list adds only if

Re: swank-clojure: swank-clojure-init-files not used

2009-03-17 Thread Tassilo Horn
"AndrewC." writes: > On Mar 16, 2:08 pm, David Nolen wrote: >> On Mon, Mar 16, 2009 at 3:42 AM, Tassilo Horn wrote: >> >> >> >> > When adding ~/.clojure/ to `swank-clojure-extra-classpaths' and starting >> > SLIME, htop shows that this directory is not in the -cp java option. >> > Sending a SIG

Re: swank-clojure: swank-clojure-init-files not used

2009-03-17 Thread AndrewC.
On Mar 16, 2:08 pm, David Nolen wrote: > On Mon, Mar 16, 2009 at 3:42 AM, Tassilo Horn wrote: > > > > > When adding ~/.clojure/ to `swank-clojure-extra-classpaths' and starting > > SLIME, htop shows that this directory is not in the -cp java option. > > Sending a SIGINT kills the clojure proces

Re: swank-clojure: swank-clojure-init-files not used

2009-03-16 Thread Tassilo Horn
David Nolen writes: Hi David, >> When adding ~/.clojure/ to `swank-clojure-extra-classpaths' and >> starting SLIME, htop shows that this directory is not in the -cp java >> option. Sending a SIGINT kills the clojure process and doesn't >> interrupt the current Thread only... > > I've noted tha

Re: swank-clojure: swank-clojure-init-files not used

2009-03-16 Thread David Nolen
On Mon, Mar 16, 2009 at 3:42 AM, Tassilo Horn wrote: > > > When adding ~/.clojure/ to `swank-clojure-extra-classpaths' and starting > SLIME, htop shows that this directory is not in the -cp java option. > Sending a SIGINT kills the clojure process and doesn't interrupt the > current Thread only...

Re: swank-clojure: swank-clojure-init-files not used

2009-03-16 Thread Tassilo Horn
Cosmin Stejerean writes: Hi Cosmin, >> I'd like that slime loads ~/.clojure/user.clj when starting the >> clojure REPL. Therefore I added that file to >> `swank-clojure-init-files'. This variable is used in >> `swank-clojure-cmd' to build the java invocation command line. >> >> But that didn'

Re: swank-clojure: swank-clojure-init-files not used

2009-03-15 Thread Cosmin Stejerean
On Sun, Mar 15, 2009 at 1:41 PM, Tassilo Horn wrote: > > Hi, > > I'd like that slime loads ~/.clojure/user.clj when starting the clojure > REPL. Therefore I added that file to `swank-clojure-init-files'. This > variable is used in `swank-clojure-cmd' to build the java invocation > command line.