[slim-vim] Problems with vim+ecl

Brad Beveridge brad.beveridge at gmail.com
Sun Apr 2 14:27:01 CDT 2006


Yip, that's got it.  Thanks.
Guess I've got no more excuses... :)

Brad

On 4/2/06, Larry Clapp <larry at theclapp.org> wrote:
> On Sun, Apr 02, 2006 at 10:00:32AM -0800, Brad Beveridge wrote:
> > Hi all, whenever I start Vim (console) I get
> > ~/development/c/packages/ecls brad$ vi
> >      oading "/opt/local/share/vim/vim64/if_ecl.lisp"
> > Hit ENTER or type command to continue
> >
> > Is this usual?  If not, any ideas what is going on?
>
> I believe it comes from this line in if_ecl.c, which runs the first
> time you run an :ecl command:
>
>   safe_eval_string("(load (format nil \"~a/if_ecl.lisp\" (vim::expr-int \"$VIMRUNTIME\")))", TRUE);
>
> If you run the :ecl command (or whatever calls it) with "silent", then
> you probably won't get it.  E.g., my .vimrc ends in:
>
>   silent so ~/lisp/ecl-repl.vim
>   silent ecl (load "/home/lmc/.ecl-vimrc.lisp")
>
> and I don't get a message.
>
> As a test case, start your vim with
>
>   vim -u NONE -U NONE
>
> which disables .vimrc or .gvimrc, and see what happens.
>
> -- L
>
> _______________________________________________
> slim-vim mailing list
> slim-vim at lispniks.com
> http://www.lispniks.com/mailman/listinfo/slim-vim
>


More information about the slim-vim mailing list