Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com From: Dean Scarff To: "Hannu E K Nevalainen (garbage mail)" , cygwin AT cygwin DOT com Message-ID: <6ef126f6a0.6f6a06ef12@bigpond.com> Date: Tue, 08 Jul 2003 21:36:31 +0800 MIME-Version: 1.0 Content-Language: en Subject: Re: CRLF to LF Issue X-Accept-Language: en Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: 7bit On July 3 at 2003 0:49, "Hannu E K Nevalainen (garbage mail)" wrote: > > FYI... :-} > > I've been in this situation since 1985 or so... (Amiga user since > then.AmigaOS uses LF EOL. Also been using MS "OS'es" since before > '85). > "My way" has been: > 1) Keep each OS clean of files not having the default line ending > 2) Make sure to always CONVERT files _at the very moment_ they're > transferred > Im sure that must be convenient ;) > Sidenote: > There is several ways to accomplish "2)" on the Amiga: > a) Enable CrossDOS (AmigaDOS file system for vfat) internal > conversion b) dos2unix-like utilities > c) Use an editor that manages files undependent of EOL style Bingo. If you're using Cygwin you've got access to vim, emacs, nano, all of which support variations to the line terminator. Richard mentioned before that "The source code is designed to ONLY be used in MS-Windows, so I'm not interested in porting between Unix/MS- Windows." There's plenty of good editors (especially the ones intended for development) for windows that can handle LF as EOL. ConTEXT is quite nice if you go for 'free'/shareware. I use LF for all my sources, whether they're unix or not. As (I think?) you say, internal CRLF'ing and vice versa is just going to have problems where internal conversion doesn't behave as the user expects (read: cant read the user's mind). Cheers, Dean Scarff -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/