From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.devel Subject: Re: Support for (system '("echo" "foo" "bar")) Date: Sat, 01 Nov 2003 07:00:40 +1000 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <87znfh9l6v.fsf@zip.com.au> References: <87ad7l9i8h.fsf@raven.i.defaultvalue.org> <87u15qpjwk.fsf@zip.com.au> <877k2mgdjs.fsf@raven.i.defaultvalue.org> <87d6cde1tr.fsf@raven.i.defaultvalue.org> <87oevxb1uy.fsf@zip.com.au> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1067634416 26442 80.91.224.253 (31 Oct 2003 21:06:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 31 Oct 2003 21:06:56 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri Oct 31 22:06:52 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AFgTs-0000N8-00 for ; Fri, 31 Oct 2003 22:06:52 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AFgQX-0005Kj-IJ for guile-devel@m.gmane.org; Fri, 31 Oct 2003 16:03:25 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AFgOr-0004qz-3d for guile-devel@gnu.org; Fri, 31 Oct 2003 16:01:41 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AFgOH-0004Y5-Tw for guile-devel@gnu.org; Fri, 31 Oct 2003 16:01:37 -0500 Original-Received: from [61.8.0.36] (helo=snoopy.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AFgOG-0004Xc-Lo for guile-devel@gnu.org; Fri, 31 Oct 2003 16:01:05 -0500 Original-Received: from mongrel.pacific.net.au (mongrel.pacific.net.au [61.8.0.107]) by snoopy.pacific.net.au (8.12.3/8.12.3/Debian-6.6) with ESMTP id h9VL11V0024633 for ; Sat, 1 Nov 2003 08:01:01 +1100 Original-Received: from localhost (ppp115.dyn228.pacific.net.au [203.143.228.115]) by mongrel.pacific.net.au (8.12.3/8.12.3/Debian-6.6) with ESMTP id h9VL0bDJ020958 for ; Sat, 1 Nov 2003 08:00:37 +1100 Original-Received: from gg by localhost with local (Exim 3.35 #1 (Debian)) id 1AFgNu-0004G3-00; Sat, 01 Nov 2003 07:00:42 +1000 Original-To: guile-devel@gnu.org Mail-Copies-To: never In-Reply-To: (Paul Jarc's message of "Fri, 31 Oct 2003 15:31:34 -0500") User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:2947 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:2947 prj@po.cwru.edu (Paul Jarc) writes: > > My procedure uses flush-all-ports before the fork, The current "system" function doesn't do that does it? Might want to omit it from this arglist style too. There shouldn't be a need to flush, provided the code in the child is nice and tight and won't accidentally do so there. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel