Sergey,

could you confirm to me that:

vim +':mz #f'

works with racket-5.1.3

It still cores on me. As does racket-5.0.1



On 1 October 2011 15:29, Sergey Khorev <sergey.kho...@gmail.com> wrote:
>>> Can you recommend a working pair of vim/racket versions (from source)
>>> to get me going in the meantime?
>>
>> MzScheme 4.x and Racket 5.0.1 should work for Vim 7.3.49+
>
> Actually 5.1.3 has worked for me out of the box (I installed it from
> Racket PPA on Ubuntu).
> The only change needed is below (looks like PPA creator decided to use
> /usr/share to store collects):
> diff -r fb6b43d55773 src/auto/configure
> --- a/src/auto/configure        Fri Sep 30 18:35:57 2011 +0200
> +++ b/src/auto/configure        Sat Oct 01 17:25:02 2011 +0300
> @@ -4935,6 +4935,10 @@
>     else
>       if test -d $vi_cv_path_mzscheme_pfx/lib/racket/collects; then
>        SCHEME_COLLECTS=lib/racket/
> +      else
> +        if test -d $vi_cv_path_mzscheme_pfx/share/racket/collects; then
> +         SCHEME_COLLECTS=share/racket/
> +        fi
>       fi
>     fi
>     if test -f
> "${vi_cv_path_mzscheme_pfx}/${SCHEME_COLLECTS}collects/scheme/base.ss"
> ; then
>
>
> --
> Sergey Khorev
> http://sites.google.com/site/khorser
> Can anybody think of a good tagline I can steal?
>
> --
> You received this message from the "vim_dev" maillist.
> Do not top-post! Type your reply below the text you are replying to.
> For more information, visit http://www.vim.org/maillist.php
>



-- 
| Tim Brown <tim.br...@timb.net> | M:+44(0)7771714159 | H:01372747875 |
|----------------------------------------------------------------|
| vim: syntax=mail textwidth=65 ai nocindent

-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to