Re: C-c in guile

2017-01-21 Thread Alex Vong
Matt Wette writes: >> On Jan 21, 2017, at 3:55 AM, Alex Vong wrote: >> >> Hello, >> >> When running the external program "yes" in shell, >> >> $ yes >> >> We can terminate the process by pressing C-c. >> >> However, when running the external program "yes" in guile, >> >> $ guile -c '(sys

Re: C-c in guile

2017-01-21 Thread Matt Wette
> On Jan 21, 2017, at 3:55 AM, Alex Vong wrote: > > Hello, > > When running the external program "yes" in shell, > > $ yes > > We can terminate the process by pressing C-c. > > However, when running the external program "yes" in guile, > > $ guile -c '(system* "yes")' > > We cannot termi

C-c in guile

2017-01-21 Thread Alex Vong
Hello, When running the external program "yes" in shell, $ yes We can terminate the process by pressing C-c. However, when running the external program "yes" in guile, $ guile -c '(system* "yes")' We cannot terminate the process by pressing C-c, but we can suspend it by pressing C-z. Why

Re: [ANN] guile-sdl2 0.2.0 released

2017-01-21 Thread Thompson, David
On Sat, Jan 21, 2017 at 5:39 AM, Neil Jerram wrote: >> Home page: https://dthompson.us/pages/software/guile-sdl2.html > > I get 404 for that URL, and also if I add 'www.'. > Sorry, this is the correct URL: https://dthompson.us/projects/guile-sdl2.html Thanks, - Dave

Re: [ANN] guile-sdl2 0.2.0 released

2017-01-21 Thread Neil Jerram
> Home page: https://dthompson.us/pages/software/guile-sdl2.html I get 404 for that URL, and also if I add 'www.'.

debugging help: how to read/use a backtrace?

2017-01-21 Thread Jan Nieuwenhuizen
Hi, I often find myself struggling to pinpoint an error location from Guile's backtrace (see below) and I am starting to wonder if there is something that I'm missing. Usually I can guess. If not, I scatter the code with debug printing before and after statements (let* ((x ...) (fo

Re: Converting SXML to XML

2017-01-21 Thread sidhu1f
Patch attached, it was created as mentioned at http://www.gnu.org/software/guile/contribute/. Patch applicable to guile versions 2.0.13 and 2.1.6 as the file simple.scm is identical in both. Let me know if any modifications are required. Regards sidhu1f From 9b4e2448a4189a926bafb400b21d091fd0797