Continued changes to pass environment to READ and WRITE where
authorChris Hanson <org/chris-hanson/cph>
Fri, 1 Apr 2005 04:47:16 +0000 (04:47 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 1 Apr 2005 04:47:16 +0000 (04:47 +0000)
commit623219318376eada5dbdd123584414d5559438c7
treef9edeae42dc20d44d7c7a3e98d739c5365a0a404
parent42bb8bac7a095f8b4bfb78a99311a5f30ca6d482
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/runtime/dbgutl.scm
v7/src/runtime/debug.scm
v7/src/runtime/emacs.scm
v7/src/runtime/load.scm
v7/src/runtime/rep.scm
v7/src/runtime/runtime.pkg
v7/src/runtime/usrint.scm
v7/src/runtime/where.scm