Continued changes to pass environment to READ and WRITE where
authorChris Hanson <org/chris-hanson/cph>
Fri, 1 Apr 2005 05:09:26 +0000 (05:09 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 1 Apr 2005 05:09:26 +0000 (05:09 +0000)
commitda428c008b353b10ae96cf3aa12a5d6071716f61
treeddd0d363664ccb6be51d8d7c75814c4cbd7b6e3b
parent623219318376eada5dbdd123584414d5559438c7
Continued changes to pass environment to READ and WRITE where
possible.  Change interfaces of

REPL-READ
REPL-EVAL
REPL-WRITE
PROMPT-FOR-EXPRESSION
PROMPT-FOR-COMMAND-EXPRESSION
WRITE-RESULT

and their associated hooks/methods so that environment is passed
consistently, with more-or-less regular argument structures.
Implement new procedure REPL-EVAL/WRITE that combines REPL-EVAL and
REPL-WRITE, since that's a common combination.
v7/src/6001/6001.pkg
v7/src/6001/nodefs.scm
v7/src/edwin/artdebug.scm
v7/src/edwin/debug.scm
v7/src/edwin/edwin.pkg
v7/src/edwin/evlcom.scm
v7/src/edwin/intmod.scm
v7/src/edwin/prompt.scm