On Sat, Jan 19, 2008 at 09:16:33PM -0500, Mark Schoonover wrote:
You are correct with the schedule. I'm struggling at the moment with my laptop, and trying Edwin - which BTW, I really don't like so I'm going to give Lispbox a try next. After that, has anyone gotten a Scheme environment working using VIM? I've played with Lispbox in the past, and even thought it's Emacs based, it works more like I expect. After that, there's DrScheme too to try.. Anyone have anything else that would work?
GNU Emacs 'run-lisp' mode works pretty well. Just (setq inferior-lisp-program "/path/to/scheme-interpreter") in your .emacs, and then use M-x run-lisp. Inside your lisp windows, you can M-C-x to send the current defun to the lisp interpreter. You can then switch to the lisp interaction buffer and type expressions there. Dave -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-lpsg
