[slim-vim] thanks, feedback
Brad Beveridge
brad.beveridge at gmail.com
Fri Aug 11 12:40:47 CDT 2006
On 11/08/06, Serafeim Zanikolas <serzan at hellug.gr> wrote:
> Στις Friday 11 August 2006 15:19, ο/η Larry Clapp έγραψε:
> > But even then, you still can't do like
> > Emacs does with Elisp or with Slime where you can enter a "recursive
> > edit" and have all the facilities of Vim + ECL at your fingertips.)
> >
> > So yes, you can do a lot of Lisp development with the ECL embedded in
> > Vim, as long as you don't mind a not-very-Lispy approach to
> > testing/debugging code, and you don't mind the risk that your code
> > will crash the editor.
> >
> > If you want a more Lispy approach to developing a Lisp project, well,
> > use Slim-Vim. :)
>
> Thanks to all for the replies. I see that slime has to offer a lot more than
> an embedded lisp. The only problem now is getting to know what this includes
> and how to use it with slime-vim, considering that the only documentation I'm
> aware of is for emacs. I understand that this is very much work-in-progress
> and it's early for documentation; any hints and pointers are most welcome.
>
Hi, Serafeim. Yes, at the moment there really is only the Emacs Slime
documentation to go by
(http://common-lisp.net/project/slime/#documentation), and reading
ecl-slime.vim for the key mappings.
In general, I have tried to provide the same features that Slime
provides and use similar keystrokes. For example, Slime defines C-M-x
as slime-eval-defun, Slim-vim defines <Leader>x as the same feature.
If you felt like drafting up rough documents, we would love it! :)
Cheers
Brad
More information about the slim-vim
mailing list