* Change the name of the initial repl buffer to "*scheme*".
authorChris Hanson <org/chris-hanson/cph>
Fri, 13 Mar 1992 10:48:29 +0000 (10:48 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 13 Mar 1992 10:48:29 +0000 (10:48 +0000)
commit653bbf0d0c1b515014ab24591f4d1b6f302efde4
tree27c532030c54f3c4ec2a5e6c99183ced4e415c28
parent361db6735b2d2b3ab3fc378711d3c98b366465d0
* Change the name of the initial repl buffer to "*scheme*".

* Add new editor variable REPL-ENABLE-TRANSCRIPT-BUFFER that causes
  repl buffer transactions to be added to the transcript buffer (if it
  is enabled).  Default for this variable is enabled.

* Add new editor variable REPL-ERROR-DECISION to control the behavior
  of a repl buffer when an evaluation error occurs.  If enabled, the
  user is forced to choose between debugging the error and aborting
  from it.  The default for this variable is disabled.

* Add code to prod the editor after the run-light has been updated by
  an inferior repl.  Otherwise the editor might not notice the change
  until later.

* Change the name of the INFERIOR-DEBUGGER mode to be INFERIOR-CMDL.
  Change the modeline name of the INFERIOR-REPL mode to be "REPL".
  Change the modeline name of the INFERIOR-CMDL mode to be "CMDL".
  Change the names of the INFERIOR-REPL-foo interrupt commands to be
  INFERIOR-CMDL-foo.  Change the name of the
  INFERIOR-DEBUGGER-SELF-INSERT command to INFERIOR-CMDL-SELF-INSERT.
v7/src/edwin/edwin.pkg
v7/src/edwin/intmod.scm