Mail Archives: djgpp-workers/2002/06/11/03:03:23
On Tue, 11 Jun 2002 sandmann AT clio DOT rice DOT edu wrote:
> Thus, to test this patch we would need someone to do an emacs rebuild with
> updated crt0.o and see if it behaves better on Win2K.
Yes.
> In particular, if
> emacs fields any hardware interrupts and does anything interesting with
> them, I wonder if they still fire. SIGINT?
Emacs doesn't hook any hardware interrupts (apart of those hooked by the
DJGPP standard startup code).
If someone wants to shake Emacs with interrupts, pressing Ctrl-BREAK at
various places, perhaps several times in quick succession, would be the
first idea I'd try. (SIGINT produced by Ctrl-C is disabled in Emacs,
since Ctrl-C is used in many Emacs key sequences.)
Another idea would be to evaluate a Lisp expression that causes SIGFPE,
and see what that does on NT/W2K/XP. I'd expect some nasty surprises
there as well.
- Raw text -