From xemacs-m  Sun Sep 14 10:26:22 1997
Received: from fjo.nada.kth.se (fjo.nada.kth.se [130.237.225.42])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id KAA27636
	for <xemacs-beta@xemacs.org>; Sun, 14 Sep 1997 10:26:21 -0500 (CDT)
From: fjo@nada.kth.se
Received: from nada.kth.se (localhost [127.0.0.1])
	by fjo.nada.kth.se (8.8.7/8.6.9) with ESMTP
	id RAA11202;
	Sun, 14 Sep 1997 17:26:05 +0200 (MET DST)
Message-Id: <199709141526.RAA11202@fjo.nada.kth.se>
Date: Sun, 14 Sep 1997 17:26:04 +0200 (MET DST)
Subject: Re: xemacs not dying on logout
To: vroonhof@math.ethz.ch
cc: engelen@lucent.com, xemacs-beta@xemacs.org
In-Reply-To: <by202x1rt4.fsf@midget.math.ethz.ch>
MIME-Version: 1.0
Content-Type: TEXT/plain; CHARSET=US-ASCII


This solves the problem as far as I can tell:

In the xemacs-20.2 release (which we are currently using)
I changed src/emacs.c:

diff -r1.1 emacs.c
181a182
>       dont_check_for_quit = 1;

which turns off the X event checking that's going on during
the autosaves.

I don't know if this hurts anything else, but it seems unlikely.

	/fjo

