Date: Thu, 26 Oct 1995 09:10:29 +0200 (IST) From: Eli Zaretskii To: "A.Appleyard" Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: That rings a bell!! On Wed, 25 Oct 1995, A.Appleyard wrote: > I never get this nuisance in my AAMACS which I wrote. In it when I want to > ring the bell I directly call the DOS interrupt "AX=0x0200; DX=7; int21;" = > "send character \007 to stdout (= the screen, there)", bypassing all of > djgpp's buffers and all of DOS's write-to-file buffers. Thanks for the info. Yes, Int21h/AH=2 works in Emacs also, but if I try Int 21h/AH=40h, either by calling write() or directly with int86() or _go32_dpmi_sinulate_int(), I see the problem I described.