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---

Reply via email to