The following program doesn't output to a string, which I expected.
--8<---------------cut here---------------start------------->8---
(define foo
(with-output-to-string
(lambda ()
(system* "ls" "/tmp"))))
--8<---------------cut here---------------end--------------->8---- What is the output port of `system*'? Diogo F. S. Ramos
- Re: What is the output port of `system*'... Taylan Ulrich Bayirli/Kammer
- Re: What is the output port of `syst... Diogo F. S. Ramos
- Re: What is the output port of `... Mark H Weaver
- Re: What is the output port ... Diogo F. S. Ramos
