Initial GUD integration for Guile

2014-08-05 Thread Jan Nieuwenhuizen
>From Jan Nieuwenhuizen # This line is ignored. Subject: Initial GUD support for Guile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hi, Here is an experimental patch for Guile to support GUD integration. It features a more friendly (more gdb-like) de

[PATCH] Initial GUD integration support.

2014-08-05 Thread Jan Nieuwenhuizen
* examples/gud-break.scm: New example; showing initial GUD integration. * module/system/repl/debug.scm (debug-prompt): New procedure; gdb-like debug prompt. Experimental! * module/system/repl/error-handling.scm (call-with-error-handling): * module/

[PATCH] Initial Guile REPL (guiler) debugger support for GUD.

2014-08-05 Thread Jan Nieuwenhuizen
* progmodes/gud.el (guiler): New function. Starts the Guile REPL; add Guile debugger support for GUD. --- lisp/ChangeLog| 5 +++ lisp/progmodes/gud.el | 89 --- 2 files changed, 89 insertions(+), 5 deletions(-) diff --git a