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" n...@ossau.uklinux.net To : "carlo.bramix" carlo.bra...@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" <carlo.bra...@libero.it> 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 >