prompt around REPL evaluations, and around `guile' program invocation
authorAndy Wingo <wingo@pobox.com>
Fri, 12 Mar 2010 10:54:26 +0000 (11:54 +0100)
committerAndy Wingo <wingo@pobox.com>
Fri, 12 Mar 2010 10:54:26 +0000 (11:54 +0100)
commit32ce4058db1adc319dabf6f93143cb367f7456fc
tree3927882fbc55267ec9c2bf82df1da93fd5329e0a
parent9f0745183605c4f2997b95c421637678ca5e5e2a
prompt around REPL evaluations, and around `guile' program invocation

* module/ice-9/control.scm (%): Add a single-argument case, which
  instates a default prompt with a default handler.

* libguile/script.c (scm_compile_shell_switches): Wrap user programs in
  a default prompt.

* module/system/repl/common.scm (repl-eval): REPL expressions are user
  programs too; wrap each one in a default prompt.
libguile/script.c
module/ice-9/control.scm
module/system/repl/common.scm