Xref: news2.mv.net comp.lang.java.programmer:3463 comp.os.msdos.djgpp:7413 From: iganza AT interlog DOT com (Ivan Ganza) Newsgroups: comp.lang.java.programmer,comp.os.msdos.djgpp Subject: Re: Long file names/editor Date: Tue, 06 Aug 1996 00:15:13 GMT Organization: ftn Internet Lines: 21 Message-ID: <4u5oi8$nb1@master.ftn.net> References: <4u22k3$hb3 AT News DOT IDT DOT NET> NNTP-Posting-Host: 205.210.59.172 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Jere_McDevitt AT theratx DOT com wrote: >This is a follow-up to my own message. Just for your info >I asked if anyone new of a DOS editor that had context hilighting and >worked with long file names (under Win95). I said I used JED to do my >C programming but it didn't like files like HELLO.JAVA. >Well, (and others might be interested in this) I retrieved the source >for JED and discovered that if code uses the open command when using >DJGPP (gcc) then long file names aren't supported. However, _open >does use long file names. >So, I re-compiled and now have what I wanted. Thats great! Where can we get it? Ivan.