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