unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
From: Satoru Takabayashi <satoru@namazu.org>
Subject: open-output-pipe problem
Date: Sat, 13 Jul 2002 22:56:57 +0900	[thread overview]
Message-ID: <20020713225657P.satoru@namazu.org> (raw)

Hi!

I tried guile 1.4.1 and found a problem on open-output-pipe.

  % cat x.scm
  (use-modules (ice-9 popen))
  (let ((port (open-output-pipe "tr a-z A-Z")))
    (write-line "abc123" port)
    (close-pipe port))

With guile 1.3.4, it works fine.

  % /usr/bin/guile -s x.scm        # guile 1.3.4
  ABC123
  %

Hoever, with guile 1.4.1, it doesn't produce any outputs.

  % /usr/local/bin/guile -s x.scm  # guile 1.4.1
  %


Thanks,
-- Satoru Takabayashi

_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://mail.gnu.org/mailman/listinfo/bug-guile


             reply	other threads:[~2002-07-13 13:56 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-13 13:56 Satoru Takabayashi [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-08-01 20:13 open-output-pipe problem Thien-Thi Nguyen
2002-08-08  3:20 ` Thien-Thi Nguyen
2002-08-09  1:08   ` Thien-Thi Nguyen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020713225657P.satoru@namazu.org \
    --to=satoru@namazu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).