[slim-vim] first try, some issues

Brad Beveridge brad.beveridge at gmail.com
Thu Jul 20 00:43:37 CDT 2006


On 19/07/06, Gregory Kettler <gkettler at gmail.com> wrote:
> Hi all,
> First time caller here. This is a cool project and thanks; I hope to
> be able to contribute something intelligent at some point. But
> first...
> I just built vim-ecl and tried out slim-vim. The minor problems along
> the way were that some scripts in the vim-ecl tree were not executable
> (does darcs relay that information?), and the last line in
> ecl-slime.vim seems specific to one person's setup:
> exec "ecl (load \"~/development/lisp/ecl-slime/ecl-slime.lisp\")"
>
> I changed it to something equally non-portable and was able to connect to swank.
> My current problem, which still eludes me, is that whenever I try to
> eval a form, I'm told:
> ERROR: No applicable method for VIM:CHANGE-TO-BUFFER
>
> It sounds straightforward, but I don't know where that code appears. Any help?
>
> Greg
Firstly, welcome aboard.  Have a look in your Vim directory
./runtime/if_ecl.lisp, the CHANGE-TO-BUFFER function ought to be in
there.  If it isn't, then I suspect you somehow have an old Vim.
Please note that only Vim7 is supported now (Larry, maybe we can hide
the Vim6.4 branch?)

As to the exec "ecl ..." with my hard coded path - that is an
oversight on my part an will be fixed in the near future.  For now
you've done exactly the right thing by changing it.

Cheers
Brad


More information about the slim-vim mailing list