1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 06:20:23 +02:00
guile/module/system/repl
Michael Gran 47b86dbf4d Add ,width meta-command to set screen width in debug output
This meta-command allows one to set the default number of columns
that output from ,backtrace and ,locals shall occupy.

* doc/ref/scheme-using.texi (Debug Commands): document ,width
* module/system/repl/command.scm (*width*): new var
  (backtrace, locals): use *width* in optarg
  (width): new meta-command
2011-03-04 11:01:48 +01:00
..
command.scm Add ,width meta-command to set screen width in debug output 2011-03-04 11:01:48 +01:00
common.scm Leave the default `*current-warning-prefix*' at the REPL. 2011-02-14 13:47:20 +01:00
debug.scm ,frame and related commands handle for-trap? appropriately 2010-10-12 13:24:46 +02:00
describe.scm Use 'substring' instead of obsoleted 'make-shared-substring' 2011-02-02 05:45:37 -08:00
error-handling.scm (system repl error-handling) uses print-exception 2011-02-11 12:57:08 +01:00
repl.scm repl.scm understands comments 2011-03-03 23:51:20 +01:00
server.scm add (system repl server) 2010-10-10 12:15:34 +02:00