Get Guile to be a little less chatty by default. The new user
authorJim Blandy <jimb@red-bean.com>
Tue, 29 Oct 1996 03:48:15 +0000 (03:48 +0000)
committerJim Blandy <jimb@red-bean.com>
Tue, 29 Oct 1996 03:48:15 +0000 (03:48 +0000)
commit98c27b65ad0685aafd911e2a17a7075955e78bce
treeab6bbb31424afcfca7b974368701f6a6fd9f5cd7
parent79451588c7f1cee6169f0062d0f102a6cd4d2068
Get Guile to be a little less chatty by default.  The new user
should see as little clutter as possible.
* r4rs.scm (%load-verbosely): Make this #f by default.
* boot-9.scm (scm-repl-verbose): Make this #f by default.
(scm-style-repl): Don't run 'pk' on the value passed to quit.

* r4rs.scm: New file.
* boot-9.scm: Load r4rs.scm, first thing.
(OPEN_READ, OPEN_WRITE, OPEN_BOTH, *null-device*, open-input-file,
open-output-file, open-io-file, close-input-port,
close-output-port, close-io-port, call-with-input-file,
call-with-output-file, with-input-from-port, with-output-to-port,
with-error-to-port, with-input-from-file, with-output-to-file,
with-error-to-file, with-input-from-string, with-output-to-string,
with-error-to-string, the-eof-object): Definitions moved to
r4rs.scm.  Not all of them are R4RS, but those that are use those
that are not.
(load, %load-verbosely, %load-announce): Moved, along with code to
set %load-hook, to r4rs.scm.
ice-9/r4rs.scm [new file with mode: 0644]