From xemacs-m  Fri Mar  7 02:58:32 1997
Received: from maes.esrin.esa.it (maes.esrin.esa.it [192.106.252.50])
	by xemacs.org (8.8.5/8.8.5) with SMTP id CAA15914
	for <xemacs-beta@xemacs.org>; Fri, 7 Mar 1997 02:58:28 -0600 (CST)
Received: from mail.esrin.esa.it (plod.esrin.esa.it) by maes.esrin.esa.it with SMTP id AA07818
  (5.65c/IDA-1.4.4 for <xemacs-beta@xemacs.org>); Fri, 7 Mar 1997 09:58:37 +0100
Received: from penelope.esa.it by mail.esrin.esa.it (4.1/SMI-4.1)
	id AA21407; Fri, 7 Mar 97 08:28:46 GMT
Date: Fri, 7 Mar 97 08:28:46 GMT
Message-Id: <9703070828.AA21407@mail.esrin.esa.it>
Received: by penelope.esa.it (4.1/SMI-4.1)
	id AA26611; Fri, 7 Mar 97 09:33:23 +0100
From: Simon Marshall <Simon.Marshall@esrin.esa.it>
To: XEmacs Beta <xemacs-beta@xemacs.org>
In-Reply-To: <m2pvxcingo.fsf@altair.xemacs.org> (message from Steven L Baur on
	06 Mar 1997 15:56:39 -0800)
Subject: Re: [19.15b95]: Can't C-g out of a while t loop
Reply-To: Simon Marshall <Simon.Marshall@esrin.esa.it>

> And the loop is...
>  (while t
>    (message "input-pending-p = %s" (input-pending-p)))

sb> Hmm.  C-g breaks the loop for me.  Is this some kind of Sun thing
sb> Martin?

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.

