From: Jim Ursetto <[email protected]>
Subject: Re: [Chicken-users] replacement for rlwrap on MS Windows, MinGW
Date: Fri, 26 Jul 2013 01:29:45 -0500

> If you're going to go the Emacs route, it's probably even better to use 
> run-scheme from cmuscheme.el, as you may then evaluate Scheme expressions 
> from any buffer in the interpreter of your choice.  I'm pretty sure this 
> works on Windows.  Well, I hope it does.

It works on mingw if you use "csi -:c" as the name of the interpreter:

(setq scheme-program-name "csi -:c")
(run-scheme)

Otherwise, no output appears. 


cheers,
felix

_______________________________________________
Chicken-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to