[slim-vim] first try, some issues
Larry Clapp
larry at theclapp.org
Thu Jul 20 09:29:59 CDT 2006
On Wed, Jul 19, 2006 at 10:43:37PM -0700, Brad Beveridge wrote:
> On 19/07/06, Gregory Kettler <gkettler at gmail.com> wrote:
> > 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?
> >
> 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.
Note that he's saying "no applicable method", not "undefined
function". So Vim knows about the generic function, but doesn't know
which method to call. It's an odd error.
> Please note that only Vim7 is supported now (Larry, maybe we can
> hide the Vim6.4 branch?)
Yeah, good idea.
-- Larry
More information about the slim-vim
mailing list