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
> 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
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
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
> Home page: https://dthompson.us/pages/software/guile-sdl2.html
I get 404 for that URL, and also if I add 'www.'.
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
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