From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "carlo\.bramix" Newsgroups: gmane.lisp.guile.devel Subject: Re: Again on Windows support (2) Date: Fri, 19 Jun 2009 10:15:32 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1245399350 13840 80.91.229.12 (19 Jun 2009 08:15:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 19 Jun 2009 08:15:50 +0000 (UTC) To: "guile-devel" Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri Jun 19 10:15:48 2009 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MHZGE-00055m-JB for guile-devel@m.gmane.org; Fri, 19 Jun 2009 10:15:46 +0200 Original-Received: from localhost ([127.0.0.1]:56932 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MHZGD-0000kD-T4 for guile-devel@m.gmane.org; Fri, 19 Jun 2009 04:15:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MHZGB-0000ja-1s for guile-devel@gnu.org; Fri, 19 Jun 2009 04:15:43 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MHZG6-0000jA-BM for guile-devel@gnu.org; Fri, 19 Jun 2009 04:15:42 -0400 Original-Received: from [199.232.76.173] (port=37614 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MHZG6-0000j5-7V for guile-devel@gnu.org; Fri, 19 Jun 2009 04:15:38 -0400 Original-Received: from cp-out2.libero.it ([212.52.84.102]:47816) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MHZG5-0008Ea-QQ for guile-devel@gnu.org; Fri, 19 Jun 2009 04:15:38 -0400 Original-Received: from libero.it (192.168.17.12) by cp-out2.libero.it (8.5.107) id 4A37FB0600266EB5 for guile-devel@gnu.org; Fri, 19 Jun 2009 10:15:32 +0200 X-Sensitivity: 3 X-XaM3-API-Version: 4.3 (R1) (B3pl25) X-SenderIP: 213.203.169.135 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:8708 Archived-At: Hello, this is what I get with this test: $ set - '(display "foo")' && echo "--${1}--" && echo "--${2}--" --(display "foo")-- ---- Sincerely, Carlo Bramini. ---------- Initial Header ----------- >From : "Neil Jerram" neil@ossau.uklinux.net To : "carlo.bramix" carlo.bramix@libero.it Cc : "guile-devel" guile-devel@gnu.org Date : Wed, 17 Jun 2009 21:41:16 +0100 Subject : Re: Again on Windows support (2) > "carlo.bramix" writes: > > > $ ./pre-inst-guile -c '(display "foo")' > > Backtrace: > > In unknown file: > > ?: 0* (begin (eval-string "(display") (quit)) > > ?: 1* [eval-string "(display"] > > That is weird. > > Can we first rule out a problem with your shell? What output do you > get from this? > > $ set - '(display "foo")' && echo "--${1}--" && echo "--${2}--" > > Regards, > Neil >