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