From: "Damian Yerrick" Newsgroups: comp.os.msdos.djgpp References: <7uisdg$62d$1 AT solomon DOT cs DOT rose-hulman DOT edu> <380D100D DOT AD2EC6F6 AT Maths DOT UniNe DOT CH> <7uj7la$773$1 AT solomon DOT cs DOT rose-hulman DOT edu> Subject: Re: What's a good stand-alone editor? Lines: 26 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Message-ID: X-Trace: /K+neWppNUhcKAC6OuNzaKMwq9nwOQmILBfBwq3Vh8FIcKDjwLfIYiEpKoevWlanPmK5HxHJ/rEZ!0xAh3undmN44f9gx6fycl6AUu5cNuqeQpUg1yu48JaGvlvD18is4vD4yanEexOnn7toenA== X-Complaints-To: abuse AT gte DOT net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly NNTP-Posting-Date: Wed, 20 Oct 1999 14:30:57 GMT Distribution: world Date: Wed, 20 Oct 1999 14:30:57 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Eli Zaretskii wrote: > > On Tue, 19 Oct 1999, Damian Yerrick wrote: > > > Yes, but I forgot to mention that Edit.com 95 allows files > > up to 64,000 lines, while Notepad and your edit.exe are > > limited to 64,000 *bytes.* > > Emacs can edit files up to 128MB, and is unlimited in line length and > the number of lines. > > > And how did you support Windows 95 close requests > > and the Windows clipboard under DOS? I'm writing my own program. I want to know how to make it use the Windows clipboard. > > Emacs supports the Windows clipboard automatically. As for close > requests, I don't understand what is the problem. Care to explain? Close requests: Click the close box, and it'll exit without saving changes. Click the close box in Edit.com, and it'll ask if you want to save changes. How does a DOS program do this?