ease-of-use improvement to ,m; catch read errors at the repl
authorAndy Wingo <wingo@pobox.com>
Mon, 11 Aug 2008 17:27:23 +0000 (19:27 +0200)
committerAndy Wingo <wingo@pobox.com>
Mon, 11 Aug 2008 17:27:23 +0000 (19:27 +0200)
commit482015afec0c1848bd5c2b3445ee429037b8748b
tree73d1194d2de5967005bc2e2b7cd789ba1bc400c4
parent7e4760e4133160e24cc15dba17cdeac3040eb080
ease-of-use improvement to ,m; catch read errors at the repl

* module/system/repl/command.scm (module): Accept e.g. `,m ice-9 popen'
  in addition to `,m (ice-9 popen)'.

* module/system/repl/repl.scm (start-repl): Call read with a backtrace
  handler too.
module/system/repl/command.scm
module/system/repl/repl.scm