From xemacs-m  Fri Mar  7 09:28:53 1997
Received: from crystal.WonderWorks.COM (crystal.WonderWorks.com [192.203.206.1])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id JAA18383
	for <xemacs-beta@xemacs.org>; Fri, 7 Mar 1997 09:28:52 -0600 (CST)
Received: by crystal.WonderWorks.COM 
	id QQcfvx15385; Fri, 7 Mar 1997 10:28:49 -0500 (EST)
Date: Fri, 7 Mar 1997 10:28:49 -0500 (EST)
Message-Id: <QQcfvx15385.199703071528@crystal.WonderWorks.COM>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
From: Kyle Jones <kyle_jones@wonderworks.com>
To: xemacs-beta@xemacs.org
Subject: Re: [19.15b95]: Can't C-g out of a while t loop
In-Reply-To: <m2ybc0rqve.fsf@altair.xemacs.org>
References: <9703070828.AA21407@mail.esrin.esa.it>
	<m2ybc0rqve.fsf@altair.xemacs.org>
X-Face: /cA45WHG7jWq>(O3&Z57Y<"WsX5ddc,4c#w0F*zrV#=M
        0@~@,s;b,aMtR5Sqs"+nU.z^CSFQ9t`z2>W,S,]:[+2^
        Nbf6v4g>!&,7R4Ot4Wg{&tm=WX7P["9%a)_da48-^tGy
        ,qz]Z,Zz\{E.,]'EO+F)@$KtF&V

Steven L Baur writes:
 > Simon Marshall writes:
 > 
 > > I may have confused the issue by putting input-pending-p in there.  I did
 > > this because I was investigating the input-pending-p bug at the time.
 > 
 > > (while t) C-j C-g
 > 
 > > fails for me also, SunOS 4.1.3, gcc 2.7.2.  Ta, Si.
 > 
 > It does not fail for me, latest 19.15/20.1 betas -- works like a
 > champ.
 > 
 > Does anybody non Sun/Solaris see this problem?  Or anyone Sun/Solaris
 > not see this problem?

You know, this sounds a lot like something Hrvoje (I think)
mentioned a while back.  XEmacs would hang, C-g wouldn't work,
but sending a SIGINT from another window would wake it up.
I've experienced that a couple of times recently under SunOS.
WHen this happens, you'll see that any C-g's you've typed were
buffered, which suggest that XEmcas is losing C-g out of the
interrupt-char slow of its ttychars struct.


