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.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8bb703cc61967d22 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1995-01-01 22:33:30 PST Path: nntp.gmd.de!newsserver.jvnc.net!howland.reston.ans.net!news2.near.net!news.mathworks.com!panix!cmcl2!thecourier.cims.nyu.edu!thecourier.cims.nyu.edu!nobody From: dewar@cs.nyu.edu (Robert Dewar) Newsgroups: comp.lang.ada Subject: Re: GNAT not 'getting' CR or LF? Date: 1 Jan 1995 23:42:17 -0500 Organization: Courant Institute of Mathematical Sciences Distribution: na Message-ID: <3e8079$552@gnat.cs.nyu.edu> References: <1994Dec29.230538.15695@nmt.edu> NNTP-Posting-Host: gnat.cs.nyu.edu Date: 1995-01-01T23:42:17-05:00 List-Id: Get will certainly NOT see CR/LF etc, that is its spec. For now, until Get_Immediate is implemented, the best thing is simply to write an interface to the appropriate C routine getchar or whatever.