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