> On Jan 21, 2017, at 3:55 AM, Alex Vong <[email protected]> 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 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
C-c works on your guile example for me on my Mac. Try `C-\’.
