Re: Jumping back to REPL prompt on ^C

2010-07-04 Thread Neil Jerram
Taylor Venable writes: > Hi there, I'm writing a piece of code with a web server component, and > part of that being that I want to jump back to the REPL when one hits > ^C. So it would go something like this: > > scheme@(guile-user)> (start-server) > ;;; handling requests > ^C > scheme@(guile-u

Re: guile-gnome2 - Segmentation fault

2010-07-04 Thread David Pirotte
Hi Andy, I patched the debian source/debuild/dpkg -i with the 2 patches you mentioned and that were not in the debian ... but it still crash. this time the backtrace is larger, would it gives us more info? I'll try to make a short example which 'mimics' what my app mainly do and try to make it cr