Xref: news2.mv.net comp.lang.java.programmer:2744 comp.os.msdos.djgpp:7018 From: davis AT space DOT mit DOT edu (John E. Davis) Newsgroups: comp.lang.java.programmer,comp.os.msdos.djgpp Subject: Re: Long file names/editor Date: 6 Aug 1996 22:13:55 GMT Organization: Center for Space Research Lines: 26 Message-ID: References: <4u22k3$hb3 AT News DOT IDT DOT NET> <4u584b$soa AT News DOT IDT DOT NET> Reply-To: davis AT space DOT mit DOT edu NNTP-Posting-Host: aluche.mit.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp On Mon, 05 Aug 1996 16:38:01 GMT, JEM 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. I looked at the library source for version 2 of DJGPP. It looked to me like simply using `open' should work with long filenames and that `open' is a wrapper around `_open'. Perhaps someone more knowledgeable than me will clear this up. DJ? : 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. This capability has been there since day one. Look at the intrinsic functions: open_rect kill_rect insert_rect copy_rect blank_rect -- John E. Davis Center for Space Research/AXAF Science Center 617-258-8119 MIT 37-662c, Cambridge, MA 02139 http://space.mit.edu/~davis