From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Max Newsgroups: gmane.lisp.guile.user Subject: Re: spawn call Date: Sun, 27 Apr 2014 11:10:28 +0200 Message-ID: <535CC984.4020208@campus.tu-berlin.de> References: <535C0087.2080405@campus.tu-berlin.de> <20140426221527.2d4c7c29@bother.homenet> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1398589866 31145 80.91.229.3 (27 Apr 2014 09:11:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 27 Apr 2014 09:11:06 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sun Apr 27 11:10:57 2014 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WeL6v-00081D-1B for guile-user@m.gmane.org; Sun, 27 Apr 2014 11:10:57 +0200 Original-Received: from localhost ([::1]:38518 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WeL6u-0004km-JY for guile-user@m.gmane.org; Sun, 27 Apr 2014 05:10:56 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54390) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WeL6b-0004fl-IQ for guile-user@gnu.org; Sun, 27 Apr 2014 05:10:43 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WeL6V-0003Be-4M for guile-user@gnu.org; Sun, 27 Apr 2014 05:10:37 -0400 Original-Received: from mail.tu-berlin.de ([130.149.7.33]:16257) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WeL6U-0003Ba-UP for guile-user@gnu.org; Sun, 27 Apr 2014 05:10:31 -0400 X-tubIT-Incoming-IP: 78.53.71.103 Original-Received: from f053071103.adsl.alicedsl.de ([78.53.71.103] helo=[192.168.1.7]) by mail.tu-berlin.de (exim-4.72/mailfrontend-8) with esmtpa for id 1WeL6T-00042V-jG; Sun, 27 Apr 2014 11:10:30 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 In-Reply-To: <20140426221527.2d4c7c29@bother.homenet> X-PMX-Version: 6.0.0.2142326, Antispam-Engine: 2.7.2.2107409, Antispam-Data: 2014.4.27.90018 X-PMX-Spam: Gauge=IIIIIII, Probability=0%, Report='' X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 130.149.7.33 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:11234 Archived-At: 26.04.2014 23:15, Chris Vine пишет: > > guile-lib (not to be confused with guile itself) has some process > starting support in the (os process) module. run-with-pipe may be what > you are looking for, although there are others. Thank you, *|run-concurrently from http://www.nongnu.org/guile-lib/doc/ref/os.process/ is what I need: I do not plan to communicate with spawned process via pipes. The only unclear thing - is there a way to set environment variable(s) for the spawned process? |* cheers, Max. >