Search found 13 matches

by dmgenp
Mon Jun 30, 2008 7:05 am
Forum: VI and VIM
Topic: Limp, a Lisp mode for vim
Replies: 11
Views: 57906

Re: Limp, a Lisp mode for vim

Is there a way to keep both windows with Lisp and Vim opened? A realtime view of the output would be great. I' ve done that by manually starting lisp in a terminal: start: $LIMPRUNTIME/bin/lisp.sh test -b connect to it in the running terminal: $LIMPRUNTIME/bin/lisp.sh test and then connect from gvi...
by dmgenp
Sun Jun 29, 2008 10:07 am
Forum: VI and VIM
Topic: Limp, a Lisp mode for vim
Replies: 11
Views: 57906

Re: Limp, a Lisp mode for vim

yena wrote:This are my current settings for gvim using the default color scheme:
Thanks, i'll try this next time i get my hands on lisp hacking. Sadly, i don't have much time for lisp lately :(
by dmgenp
Sat Jun 28, 2008 10:25 am
Forum: VI and VIM
Topic: Limp, a Lisp mode for vim
Replies: 11
Views: 57906

Re: Limp, a Lisp mode for vim

It works ok, but i didn't find in documentation how to adjust colors or how to switch off automatic closing brace insert. In gvim, when form is highlited after \ec, it becomes unreadable in almost every color scheme. Had no time dig in the source for answers yet.