1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-18 09:40:25 +02:00
guile/module/system/repl
Jose A. Ortega Ruiz 54d9a994b1 Add new debug meta-command ,error-message
* module/system/repl/error-handling.scm: use the error string to
  construct the <debug> instance.

* module/system/repl/command.scm: new debug command `error-message'
  that extracts the new <debug> field, available to stack commands as
  `message'.

* doc/ref/scheme-using.texi: documentation for new command.

* module/system/repl/debug.scm: <debug> stores the error string in a
  new field.
2010-08-31 13:47:56 +02:00
..
command.scm Add new debug meta-command ,error-message 2010-08-31 13:47:56 +02:00
common.scm validating repl options; value-history on by default 2010-07-10 11:19:19 +02:00
debug.scm Add new debug meta-command ,error-message 2010-08-31 13:47:56 +02:00
describe.scm eval.c closures are now applicable smobs, not tc3s 2009-12-04 19:20:11 +01:00
error-handling.scm Add new debug meta-command ,error-message 2010-08-31 13:47:56 +02:00
repl.scm ,x unbound does not quit repl 2010-08-06 17:28:10 +02:00