[racket] VIM

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Sun Feb 2 00:14:23 EST 2014

At Sun, 2 Feb 2014 01:55:19 -0200, Eduardo Costa wrote:
> It seems that Vim configure does not accept Racket v5.93 out of the box.

After using `--enable-libs` to build Racket, as in my earlier report,

 http://lists.racket-lang.org/users/archive/2014-January/061195.html

I think the remaining problem is in the vim `configure` script.

Short of changing vim's `configure` script to use
`collection-file-path`, I suppose that you could create a dummy
"collects/scheme/base.rkt" file to convince `configure` to set up
`MZSCHEME_MZC`.


Posted on the users mailing list.