Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!rutgers!dayton!viper!john From: john@viper.UUCP Newsgroups: comp.sys.atari.st Subject: Re: MicroEMACS 3.7i double CR problem Message-ID: <535@viper.UUCP> Date: Sun, 15-Feb-87 21:22:47 EST Article-I.D.: viper.535 Posted: Sun Feb 15 21:22:47 1987 Date-Received: Mon, 16-Feb-87 19:38:19 EST References: <758@bath63.ux63.bath.ac.uk> <863@imagen.UUCP> Reply-To: john@viper.UUCP (John Stanley) Organization: DynaSoft Systems Lines: 14 In article <863@imagen.UUCP> turner@imagen.UUCP (D'arc Angel) writes: >Worse yet some ST utilities blowup if lines terminate in CRLF. That is bad... Then again, I've yet to find any programs which do this. Since the de-facto standard for ST text files is to terminate them with CRLF, that's the way to go. Any program which is written in such a way so as to blow up if it receives a CRLF terminated line will blow up on most ST text files and can safely be considered buggy... Writing a routine which will read text terminated with CR, LF, or CRLF is non-trivial, but not too difficult. If you're really having problems with this, please contact me directly. Include the current code for the input loop, and I'll send back a portable version that can handle all 3 forms....