Re: [PATCH] Single stepping through code from Emacs

2008-07-17 Thread Neil Jerram
2008/7/15 Ludovic Courtès <[EMAIL PROTECTED]>: > Hi, > > "Neil Jerram" <[EMAIL PROTECTED]> writes: > >> Here is a minor enhancement to Guile's Emacs support. I'll commit in >> a few days; let me know if you have any comments before that. > > Looks very nice! > > Thanks, > Ludo'. Thanks, that's in

Re: [PATCH] Single stepping through code from Emacs

2008-07-15 Thread Ludovic Courtès
Hi, "Neil Jerram" <[EMAIL PROTECTED]> writes: > Here is a minor enhancement to Guile's Emacs support. I'll commit in > a few days; let me know if you have any comments before that. Looks very nice! Thanks, Ludo'.

[PATCH] Single stepping through code from Emacs

2008-07-12 Thread Neil Jerram
Here is a minor enhancement to Guile's Emacs support. I'll commit in a few days; let me know if you have any comments before that. Neil When you use GDS to evaluate Scheme code from Emacs, you can now use `C-u' to indicate that you want to single step through that code. See `Evaluating Sch