[slim-vim] Problems with vim+ecl

Larry Clapp larry at theclapp.org
Sun Apr 2 14:20:10 CDT 2006


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



More information about the slim-vim mailing list