On Tue, May 26, 2009 at 4:24 AM, hoeck wrote:
>
>
>
> On 20 Mai, 14:25, Shawn Hoover wrote:
> > I can't help with COM, but this patch might help slime automatically
> connect
> > to the REPL on Windows XP:
> http://bitbucket.org/shoover/clojure-box-swank-clojuremq/src/tip/hack...
>
> Hi Shawn,
>
On 20 Mai, 14:25, Shawn Hoover wrote:
> I can't help with COM, but this patch might help slime automatically connect
> to the REPL on Windows
> XP:http://bitbucket.org/shoover/clojure-box-swank-clojuremq/src/tip/hack...
Hi Shawn,
thanks for this patch, now starting swank-clojure on windows w
On Wed, May 20, 2009 at 3:32 AM, hoeck wrote:
>
> i tried importing those two classes from a recent jacob with slime,
> xemacs and w2k and exactly the same is happening here. I have a
> similar problem when starting slime, my emacs blocks and doesn't start
> the repl until i evaluate some random
Well, at least I am not alone.
I think you are right about the emacs/slime thing. Everything just
works if I start a REPL from the commandline and add the classpaths/
librarypaths when I invoke it.
I have tried this on two separate Windows machines with vastly
different configs, so I don't think
On 19 Mai, 12:25, martin_clausen wrote:
> I am trying to use the JACOB library with Clojure using Clojure Box.
>
> I have added this to my .emacs:
>
> (setq swank-clojure-library-paths (list "c:/dev/dlls"))
>
> c:/dev/dlls/ contains the jacob-1.14.3-x86.dll
>
> I have added a .clojure dir to my
I am trying to use the JACOB library with Clojure using Clojure Box.
I have added this to my .emacs:
(setq swank-clojure-library-paths (list "c:/dev/dlls"))
c:/dev/dlls/ contains the jacob-1.14.3-x86.dll
I have added a .clojure dir to my ~/ dir and that contains the
jacob.jar
At the Clojure B