[slim-vim] slim-vim+clisp on Linux works for me

Larry Clapp larry at theclapp.org
Sun Jul 16 22:45:57 CDT 2006


I got clisp on Linux to work for me.  All I had to do was

  (setf swank::*use-dedicated-output-stream* t)

*sigh*  Several hours of my life I won't get back.  :(

Sadly, the stock Debian clisp doesn't appear to include argument
information, e.g. for DEFUN it'd be something like

  DEFUN name args &body body

but clisp doesn't store that so Swank can't report it.  I seem to've
recalled reading something like that, but I don't remember *if*
there's a solution, much less what it is.  More research tomorrow.

On the plus side, the point of it all was to do Vim+Lisp development
on my Windows laptop, and it looks like I'll be able to do that.  Yay!
:)

-- L



More information about the slim-vim mailing list