mit-scheme-devel
[Top][All Lists]
Advanced

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

[MIT-Scheme-devel] two naive questions


From: Steve Quezadas
Subject: [MIT-Scheme-devel] two naive questions
Date: Tue, 28 Dec 2010 13:43:31 -0800
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7

Two naive questions:

1) How do I load edwin in the console (standard in/standard out)?

I am looking through the documentation and it says the "(console)" command does it. How do I set this in scheme? I tried:
(begin (set! create-editor-args (console #t)) (create-editor))
(begin (set! create-editor-args (console)) (create-editor))
(console)

but I keep getting errors.


2) How do you make it so that when you press the up arrow button, you can access previously typed commands? I forgot what this is called (the library name) so it is hard to search for.

- Steve




reply via email to

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