1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-06 15:40:29 +02:00
guile/module/system/repl
Andy Wingo c27d140ab4 validating repl options; value-history on by default
* module/system/repl/common.scm: Use (ice-9 history). Turns on value
  history by default.
  (repl-default-options): Expand the format of options to include an
  optional value transformer, run when setting a value. Add prompt and
  value-history options.
  (repl-prepare-eval-thunk): Use repl-option-ref.
  (repl-option-ref): Error if the option is unknown.
  (repl-option-set!, repl-default-option-set!): Error if the option is
  unknown. Pass the val through the transformer procedure.
  (repl-default-prompt-set!): Just use repl-default-option-set!.

* module/system/repl/command.scm (option): Update for the new options
  format.
2010-07-10 11:19:19 +02:00
..
command.scm validating repl options; value-history on by default 2010-07-10 11:19:19 +02:00
common.scm validating repl options; value-history on by default 2010-07-10 11:19:19 +02:00
debug.scm tweaks to print-locals 2010-07-09 18:34:24 +02:00
describe.scm eval.c closures are now applicable smobs, not tc3s 2009-12-04 19:20:11 +01:00
error-handling.scm integrate the debugger into the repl 2010-07-09 17:05:25 +02:00
repl.scm avoid running the debugger during parsing or compilation at the repl 2010-07-09 18:58:01 +02:00