Re: Starting swank separately and connecting to it works almost but no REPL

2009-09-05 Thread Mathias Dahl
> This wouldn't just be because SLIME no longer includes the REPL by > default, would it? Yes it would indeed :) > Does adding: > (require 'slime-fancy) > > to your emacs setup help at all? No (because the contrib dir was not in my load-path I assume), but the following works: (slime-setup '

Re: Starting swank separately and connecting to it works almost but no REPL

2009-09-05 Thread Mark Triggs
Hi Mathias, This wouldn't just be because SLIME no longer includes the REPL by default, would it? Does adding: (require 'slime-fancy) to your emacs setup help at all? Cheers, Mark Mathias Dahl writes: > Hi! > > I am trying to start swank separately so that I can connect to it from > a

Starting swank separately and connecting to it works almost but no REPL

2009-09-05 Thread Mathias Dahl
Hi! I am trying to start swank separately so that I can connect to it from a separate emacs instance. It works almost all the way but I never get a REPL. Here are the details: Shell: $ java -cp /home/mathias/tmp/clojure-1.0/clojure-1.0.0.jar:/home/ mathias/clj/swank-clojure clojure.lang.Repl C