Re: [racket] VIM

2014-02-01 Thread Matthew Flatt
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 prob

[racket] VIM

2014-02-01 Thread Eduardo Costa
It seems that Vim configure does not accept Racket v5.93 out of the box. It would be nice if somebody could tell Vim users how to build a VIM friendly Racket installation. Racket Users list: http://lists.racket-lang.org/users

Re: [racket] Vim+mzscheme

2013-12-14 Thread Matthew Flatt
Using the `--enable-libs` flag to `configure` should get you "libracket3m.a" in the installation's "lib" directory after installing. If you're using the top-level makefile from the git repository (as opposed to, say, a snapshot source bundle from http://plt.eecs.northwestern.edu/snapshots/ or http:

[racket] Vim+mzscheme

2013-12-14 Thread Eduardo Costa
I am using Racket as a scripting language for Vim. I believe that the number of people who use Racket instead of VimL is not very small. I live in a town with 60 inhabitants, and at least 40 persons use Racket to script Vim. Therefore, I wonder whether the new release of Racket will be compati

Re: [racket] Vim with mzscheme

2013-12-02 Thread WarGrey Gyoudmon Ju
These api binds are writen in c, if_mzsch.c in the source directory of vim. On Sun, Dec 1, 2013 at 9:05 PM, Eduardo Costa wrote: > Well, I compiled Vim with mzscheme enabled. It works great. However, in > the documentation, I found that mzscheme has a library called > mzscheme-vimext that adds

[racket] Vim with mzscheme

2013-12-01 Thread Eduardo Costa
Well, I compiled Vim with mzscheme enabled. It works great. However, in the documentation, I found that mzscheme has a library called mzscheme-vimext that adds many Vim related commands to mzscheme. I could not find mzscheme-vimext anywhere. I mean, I couldn't find it in PLaneT, in the Vim distribu

Re: [racket] Racket + Vim

2013-11-29 Thread Juan Francisco Cantero Hurtado
On 11/29/13 12:33, Eduardo Costa wrote: Well, Juan, in fact there was some relevant stuff in the config.log in the auto folder. That was the only config.log I could find. Below you can find what I got. It seems that vim require two libraries available only to people who compiled Racket from sourc

Re: [racket] Racket + Vim

2013-11-29 Thread Eduardo Costa
Well, Juan, in fact there was some relevant stuff in the config.log in the auto folder. That was the only config.log I could find. Below you can find what I got. It seems that vim require two libraries available only to people who compiled Racket from sources. In any case, I inserted the libraries

Re: [racket] Racket + Vim

2013-11-28 Thread Juan Francisco Cantero Hurtado
On 11/28/13 23:58, Eduardo Costa wrote: I need a fast text editor, with outlines, and a fast lisp for performing textual search with a bit of semantics. The programs have both Scheme and Common Lisp versions. They are straightforward, in the sense that no esoteric Lisp resources are used. Vanilla

[racket] Racket + Vim

2013-11-28 Thread Eduardo Costa
I need a fast text editor, with outlines, and a fast lisp for performing textual search with a bit of semantics. The programs have both Scheme and Common Lisp versions. They are straightforward, in the sense that no esoteric Lisp resources are used. Vanilla flavor Lisp. The programs will be used b