From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.6 Path: eternal-september.org!reader02.eternal-september.org!border1.nntp.dca1.giganews.com!nntp.giganews.com!buffer1.nntp.dca1.giganews.com!news.giganews.com.POSTED!not-for-mail NNTP-Posting-Date: Tue, 08 Mar 2022 11:26:51 -0600 From: Dennis Lee Bieber Newsgroups: comp.lang.ada Subject: Re: Get_Immediate does not read CR in CRLF pairs Date: Tue, 08 Mar 2022 12:26:52 -0500 Organization: IISS Elusive Unicorn Message-ID: References: <1bd9b7ee-9195-44b3-8de2-c018a44b7eden@googlegroups.com> <30c0029f-8a26-4254-8baa-e604943a240en@googlegroups.com> User-Agent: ForteAgent/8.00.32.1272 X-No-Archive: yes MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Usenet-Provider: http://www.giganews.com X-Trace: sv3-cIowyjv/s6fTVHOzx6U0jmREClmvWzXO9jFW+YXi/8xicL4Xt4S/6blDpUT8UN4rjnNGHXldLwiJzu+!Hie75HwQG9S9LNg1MliRYXhvyITzdN7LqOs7ws3J6Q6952jsWnYY1OjeKkDL/9CLfPVoHv+y X-Complaints-To: abuse@giganews.com X-DMCA-Notifications: http://www.giganews.com/info/dmca.html X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.40 X-Original-Bytes: 2450 Xref: reader02.eternal-september.org comp.lang.ada:63592 List-Id: Pardon the duplicate (empty) response... I was trying to trigger a new scan for messages but had the reply window open... and first button is , not . On Tue, 8 Mar 2022 08:43:03 -0800 (PST), Marius Amado-Alves declaimed the following: >> > Sorry, Luke, I dont understand the question. >> There is a procedure called Skip to get past the EOL/EOP. > >Thanks. Does not look applicable to the usecase which is just to read characters (graphic or not) from a file. > >Get_Immediate as defined in the ARM looked to me as an escape from the page and line (and keyboard) abstractions. Guess not. Thanks. I suspect the page/line aspects are too baked into the definition of Text_IO itself. It's defined to work on systems that perform record oriented I/O, and hence don't use stream oriented markers. Systems might use hidden text... formats, fixed width formats (card readers), etc. so the runtime for each system has to map into that concept. -- Wulfraed Dennis Lee Bieber AF6VN wlfraed@ix.netcom.com http://wlfraed.microdiversity.freeddns.org/