From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Mr. Peter Ivanyi" Newsgroups: gmane.lisp.guile.user Subject: strange behaviour to me Date: Fri, 29 Mar 2002 22:49:22 +0000 Sender: guile-user-admin@gnu.org Message-ID: <3CA4EF72.3A9DCBB6@carme.sect.mce.hw.ac.uk> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1017442320 8810 127.0.0.1 (29 Mar 2002 22:52:00 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 29 Mar 2002 22:52:00 +0000 (UTC) Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16r5E0-0002Ht-00 for ; Fri, 29 Mar 2002 23:52:00 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16r5D6-0007J6-00; Fri, 29 Mar 2002 17:51:04 -0500 Original-Received: from carme.sect.mce.hw.ac.uk ([137.195.68.1]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16r5C0-0007G1-00 for ; Fri, 29 Mar 2002 17:49:56 -0500 Original-Received: from carme.sect.mce.hw.ac.uk (mercury.sect.mce.hw.ac.uk [137.195.68.189]) by carme.sect.mce.hw.ac.uk (8.9.3/8.9.3/Debian/GNU) with ESMTP id WAA09533 for ; Fri, 29 Mar 2002 22:49:54 GMT X-Mailer: Mozilla 4.72 [en] (X11; U; Linux 2.2.15-3SGI_39 i686) X-Accept-Language: en Original-To: "guile-user@gnu.org" Errors-To: guile-user-admin@gnu.org X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.0.8 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.user:75 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:75 Hi, I have a strange situation (at least to me). "match:string" becomes unbound in a script. For example if I start guile from a shell prompt: peteri@mercury $ guile guile> %load-path ("/home/peteri/temp/guile/install-1.5.4/share/guile/site" "/home/peteri/temp/guile/install-1.5.4/share/guile/1.5.4" "/home/peteri/temp/guile/install-1.5.4/share/guile" ".") guile> match:string # guile> but from a script "match:string" is not bounded: peteri@mercury $ cat cc.scm (display %load-path)(newline) match:string peteri@mercury $ guile -s cc.scm (/home/peteri/temp/guile/install-1.5.4/share/guile/site /home/peteri/temp/guile/install-1.5.4/share/guile/1.5.4 /home/peteri/temp/guile/install-1.5.4/share/guile .) ERROR: Unbound variable: match:string peteri@mercury $ I do not understand it. How can I have "match:string" in my script ??? Thanx for your help in advance. Peter Ivanyi _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user