From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: David Pirotte Newsgroups: gmane.lisp.guile.user Subject: Re: GUILE_WARN_DEPRECATED Date: Mon, 27 Dec 2004 15:56:40 +0100 Organization: Alto Air Services [http://www.altosw.be/aas/] Message-ID: <20041227155640.215a38d2@faust> References: <20041226175108.7621bc54@faust> <41CEF00A.1040205@ossau.uklinux.net> <20041226231344.01748e0c@faust> <41CF437C.7070700@ossau.uklinux.net> <20041227100146.285b3281@faust> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1104159526 3529 80.91.229.6 (27 Dec 2004 14:58:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 27 Dec 2004 14:58:46 +0000 (UTC) Cc: guile-user@gnu.org, ttn@surf.glug.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Mon Dec 27 15:58:39 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CiwKU-0004dU-00 for ; Mon, 27 Dec 2004 15:58:39 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CiwVI-0007EY-IM for guile-user@m.gmane.org; Mon, 27 Dec 2004 10:09:48 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CiwVD-0007D8-4B for guile-user@gnu.org; Mon, 27 Dec 2004 10:09:43 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CiwVB-0007Cc-25 for guile-user@gnu.org; Mon, 27 Dec 2004 10:09:41 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CiwVA-0007CS-UB for guile-user@gnu.org; Mon, 27 Dec 2004 10:09:40 -0500 Original-Received: from [195.238.2.116] (helo=outmx017.isp.belgacom.be) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CiwJl-0004fy-Qw for guile-user@gnu.org; Mon, 27 Dec 2004 09:57:54 -0500 Original-Received: from outmx017.isp.belgacom.be (localhost [127.0.0.1]) by outmx017.isp.belgacom.be (8.12.11/8.12.11/Skynet-OUT-2.22) with ESMTP id iBREvqvs032206 for ; Mon, 27 Dec 2004 15:57:52 +0100 (envelope-from ) Original-Received: from faust (152.208-201-80.adsl.skynet.be [80.201.208.152]) by outmx017.isp.belgacom.be (8.12.11/8.12.11/Skynet-OUT-2.22) with SMTP id iBREvjtV032140; Mon, 27 Dec 2004 15:57:45 +0100 (envelope-from ) Original-To: ttn@glug.org In-Reply-To: X-Mailer: Sylpheed-Claws 0.9.12b (GTK+ 1.2.10; i386-pc-linux-gnu) X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.user:3945 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:3945 On Mon, 27 Dec 2004 12:48:28 +0100 Thien-Thi Nguyen wrote: > perhaps you can use a shell-script header that sets > env vars prior to invoking the guile interpreter: > > #!/bin/sh > foo=bar > export foo > exec ${GUILE-guile} -s $0 > !# hum, really too bad because the arg analysis has then to be written in shell, where you propose the setting, exactly what I'm trying to avoid but why is this so impossible to control behavior of a 'guile variable' within guile itself? why guile isn't listening to my setting? is this a module/environment limitation? _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user