guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

C-c in guile


From: Alex Vong
Subject: C-c in guile
Date: Sat, 21 Jan 2017 19:55:54 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

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 is that? Is there any way I can terminate the process by pressing
C-c?

Thanks,
Alex

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]