Xref: news2.mv.net comp.lang.java.programmer:2469 comp.os.msdos.djgpp:6859 From: Jere_McDevitt AT theratx DOT com (JEM) Newsgroups: comp.lang.java.programmer,comp.os.msdos.djgpp Subject: Re: Long file names/editor Date: Mon, 05 Aug 1996 16:38:01 GMT Organization: IDT Corporation Lines: 37 Message-ID: <4u584b$soa@News.IDT.NET> References: <4u22k3$hb3 AT News DOT IDT DOT NET> NNTP-Posting-Host: natasha.theratx.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp davis AT space DOT mit DOT edu (John E. Davis) wrote: >On Sun, 04 Aug 1996 11:53:47 GMT, Jere_McDevitt AT theratx DOT com >wrote: > : 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. >Is that all there is to it to get long filename support? Since I am >planning to release a new version of JED very soon, I would like to >make this change if it is that easy. I do not have WIN 95 which means >that I would have to release it without any long filename testing. >Thanks, >-- >John E. Davis Center for Space Research/AXAF Science Center >617-258-8119 MIT 37-662c, Cambridge, MA 02139 >http://space.mit.edu/~davis This is all I had to do. I tested with both and this fixed it. I used the DOS source and made the change in the file.c module inside the MSDOS if/def loop. The attribute flags work the same and everything seems to function just fine for me. I intend to add to the javamode.sl to give me direct compile without using the SHELL command next. Good work on the editor. I used to use BRIEF but like this. The only thing I miss is block copying (not row copying) where I could delete a column of characters. Any chance on getting that soon? Jere