Re: debian package for guile-debugging-0.12

2006-09-30 Thread Neil Jerram
John Steele Scott <[EMAIL PROTECTED]> writes: > Hi, > > I have made a deb package of Neil Jerram's very useful > guile-debugging-0.12. > > The package is available from: > > > > Deb source is available i

Re: guile debugging (was: Missing ice-9 debugger breakpoints)

2006-09-30 Thread Neil Jerram
Neil Jerram <[EMAIL PROTECTED]> writes: > Carlos Pita <[EMAIL PROTECTED]> writes: > >> read-and-dispatch-commands is defined by >> command-loop.scm but not exported. Then there is an >> invocation from ossau/ice-9-debugger-extensions.scm, >> which I guess is spoiling the game. > > Yes, thanks for

guile-debugging 0.13 released

2006-09-30 Thread Neil Jerram
Available at http://download.gna.org/guile-debugging/; NEWS below. Please note that this doesn't yet include William Xu's socket patch, or other fixes/enhancements discussed within the last three weeks; I'll work on those and make another release soon (I hope!). Regards, Neil The main rea

Re: readline eats previous text on line

2006-09-30 Thread Neil Jerram
Neil Jerram <[EMAIL PROTECTED]> writes: > The bug which Jon has noted, about the effect of set-readline-prompt! > not lasting very long, is caused by the fact that Guile's REPL code, > when using readline, does a > > (set-readline-prompt! "guile>" "...") > > before reading an expression from the