Date: Thu, 21 Oct 1999 13:44:07 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp AT delorie DOT com Subject: Re: What's a good stand-alone editor? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 20 Oct 1999, Damian Yerrick wrote: > I'm writing my own program. I want to know how to make > it use the Windows clipboard. The clipboard support in the DJGPP version of Emacs is in the file w16select.c; I had something to do with that ;-). > 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. There are Windows interrupts to include ``close-awareness'' in a program. I don't remember the details, but look in Ralf Brown's Interrupt List, they are there.