guile-user
[Top][All Lists]
Advanced

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

What is the output port of `system*'?


From: Diogo F. S. Ramos
Subject: What is the output port of `system*'?
Date: Sat, 26 Apr 2014 16:55:37 -0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

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

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