Re: SLIME REPL broken

2009-11-21 Thread Robert Ewald
Hello, At Sun, 15 Nov 2009 06:21:03 -0800 (PST), Stefan Kamphausen wrote: > > Hi, > > a short discussion on the SLIME mailinglist lead to the result that > the arglist of a backend function in swank did change. > > Current checkouts of SLIME do not work with Clojure, at least if you > use auto

Re: SLIME REPL broken

2009-11-18 Thread Kei Suzuki
You can still use slime-fancy and the arglist display feature by just disabling autodoc mode like this: (setq slime-use-autodoc-mode nil) (slime-setup '(slime-fancy)) On Nov 18, 11:26 am, Constantine Vetoshev wrote: > On Nov 17, 2:52 pm, David Nolen wrote: > > > Thanks for pursuing this so adam

Re: SLIME REPL broken

2009-11-17 Thread Phil Hagelberg
Stefan Kamphausen writes: >> Unless there are some really great features added upstream in slime, >> fixing swank-clojure to work with their latest changes is a low priority. > > this is a pity, at least for those of us, who also use Slime to do > some CL hacking. For that setup it is quite comm

Re: SLIME REPL broken

2009-11-17 Thread Constantine Vetoshev
On Nov 17, 2:52 pm, David Nolen wrote: > Thanks for pursuing this so adamantly :) For a long time (more than a year) > it was possible to use SLIME tip. It would be great for that to continue. You can still use SLIME; just avoid the slime-autodoc contrib. Use (slime-setup '(slime-repl)) to init

Re: SLIME REPL broken

2009-11-17 Thread David Nolen
Stefan, Thanks for pursuing this so adamantly :) For a long time (more than a year) it was possible to use SLIME tip. It would be great for that to continue. David On Tue, Nov 17, 2009 at 2:44 PM, Stefan Kamphausen wrote: > Hi, > > On Nov 17, 1:47 pm, Stefan Kamphausen wrote: > > [...] > > use

Re: SLIME REPL broken

2009-11-17 Thread Stefan Kamphausen
Hi, On Nov 17, 1:47 pm, Stefan Kamphausen wrote: [...] > user=> user=> Connection opened on local port  37693 > # [addr=0.0.0.0/0.0.0.0,port=0,localport=37693]> > user=> user=> java.lang.InterruptedException > [...] >        at java.lang.Thread.run(Thread.java:619) > Caused by: java.lang.NullPoi

Re: SLIME REPL broken

2009-11-17 Thread Stefan Kamphausen
Hi, Stefan Kamphausen wrote: > I'll take a look at it the next few days (er, evenings that is), if I > find the time. No promises ;-) Not that I'm close to a solution, but at least I have stacktrace... After some digging in the clojure-swank code I came across this piece in swank.clj: (defn- co

Re: SLIME REPL broken

2009-11-17 Thread Cyrus Harmon
Stefan put in words what I was thinking earlier today. For those of us that use both CL and clojure, keeping swank-clojure up to date wrt the slime HEAD is a good thing, if you ask me. It is, however, a two-way street and I would imagine that the swank-clojure implementors don't want to spend t

Re: SLIME REPL broken

2009-11-16 Thread Stefan Kamphausen
Hi, Phil Hagelberg wrote: > Unless there are some really great features added upstream in slime, > fixing swank-clojure to work with their latest changes is a low priority. this is a pity, at least for those of us, who also use Slime to do some CL hacking. For that setup it is quite common to al

Re: SLIME REPL broken

2009-11-16 Thread Phil Hagelberg
Stefan Kamphausen writes: > a short discussion on the SLIME mailinglist lead to the result that > the arglist of a backend function in swank did change. > > Current checkouts of SLIME do not work with Clojure, at least if you > use autodoc. > > http://common-lisp.net/pipermail/slime-devel/2009-No

Re: SLIME REPL broken

2009-11-15 Thread Cyrus Harmon
Heh: ";; Yeah, I'm lazy -- I'll flesh this out later" Not sure if that's related to the problem, but it's amusing at least. Cyrus On Nov 15, 2009, at 6:21 AM, Stefan Kamphausen wrote: > Hi, > > a short discussion on the SLIME mailinglist lead to the result that > the arglist of a backend f

SLIME REPL broken

2009-11-15 Thread Stefan Kamphausen
Hi, a short discussion on the SLIME mailinglist lead to the result that the arglist of a backend function in swank did change. Current checkouts of SLIME do not work with Clojure, at least if you use autodoc. http://common-lisp.net/pipermail/slime-devel/2009-November/016919.html I took a quick