chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] replacement for rlwrap on MS Windows, MinGW


From: Felix
Subject: Re: [Chicken-users] replacement for rlwrap on MS Windows, MinGW
Date: Sun, 28 Jul 2013 01:23:39 +0200 (CEST)

From: Jim Ursetto <address@hidden>
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]