From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.3 required=5.0 tests=BAYES_00,STOX_REPLY_TYPE, STOX_REPLY_TYPE_WITHOUT_QUOTES,XPRIO autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,5899ce5693d939c1,start X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit From: "news.broadpark.no" Newsgroups: comp.lang.ada Subject: Autoflush Date: Fri, 25 Apr 2008 12:52:44 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Windows Mail 6.0.6001.18000 X-MimeOLE: Produced By Microsoft MimeOLE V6.0.6001.18000 NNTP-Posting-Host: 11.84-48-184.nextgentel.com X-Original-NNTP-Posting-Host: 11.84-48-184.nextgentel.com Message-ID: <4811b77c$1@news.broadpark.no> X-Trace: news.broadpark.no 1209120636 84.48.184.11 (25 Apr 2008 12:50:36 +0200) Path: g2news1.google.com!news3.google.com!feeder1-2.proxad.net!proxad.net!feeder1-1.proxad.net!club-internet.fr!feedme-small.clubint.net!news.ecp.fr!newspe.com!sxnews1.qg.com!nntp.gblx.net!nntp3.phx1!news.broadpark.no!not-for-mail Xref: g2news1.google.com comp.lang.ada:21085 Date: 2008-04-25T12:52:44+02:00 List-Id: I'm using text_io.Create( some_file... ) to write to a Windows pipe. It works fine. Are there any Autoflush flags that I can use? I know I can use text_io.Flush, however, I have som hundred thousand lines of legacy code that I do not want to change... Eirik