From xemacs-m  Mon Jan 20 21:13:31 1997
Received: from venus.Sun.COM (venus.Sun.COM [192.9.25.5])
          by xemacs.org (8.8.4/8.8.4) with SMTP
	  id VAA27046 for <xemacs-beta@xemacs.org>; Mon, 20 Jan 1997 21:13:30 -0600 (CST)
Received: from Eng.Sun.COM ([129.146.1.25]) by venus.Sun.COM (SMI-8.6/mail.byaddr) with SMTP id TAA17699; Mon, 20 Jan 1997 19:13:00 -0800
Received: from kindra.eng.sun.com by Eng.Sun.COM (SMI-8.6/SMI-5.3)
	id TAA11965; Mon, 20 Jan 1997 19:12:59 -0800
Received: from xemacs.eng.sun.com by kindra.eng.sun.com (SMI-8.6/SMI-SVR4)
	id TAA28382; Mon, 20 Jan 1997 19:12:57 -0800
Received: by xemacs.eng.sun.com (SMI-8.6/SMI-SVR4)
	id TAA00931; Mon, 20 Jan 1997 19:12:56 -0800
Date: Mon, 20 Jan 1997 19:12:56 -0800
Message-Id: <199701210312.TAA00931@xemacs.eng.sun.com>
From: Martin Buchholz <mrb@Eng.Sun.COM>
To: Kyle Jones <kyle_jones@wonderworks.com>
Cc: xemacs-beta@xemacs.org
Subject: 19.15b90: frame-totally-visible-p broken
In-Reply-To: <QQbzjr17776.199701210159@crystal.WonderWorks.COM>
References: <QQbzjr17776.199701210159@crystal.WonderWorks.COM>
Reply-To: Martin Buchholz <mrb@Eng.Sun.COM>
Mime-Version: 1.0 (generated by tm-edit 7.100)
Content-Type: text/plain; charset=US-ASCII

>>>>> "Kyle" == Kyle Jones <kyle_jones@wonderworks.com> writes:

Kyle> Start up XEmacs.
Kyle> (frame-totally-visible-p (selected-frame))

Kyle> in *scratch* yields nil.  If there is another window obscuring the
Kyle> frame, I don't see it.

I can reproduce this.  What a strange bug.  I bet if you make your
frame really wide, it yields t.

What happens for me is that if I make the frame very wide, and then
shrink the frame gradually horizontally, it continues to yield t until
it cannot be shrunk any more.  But if the frame is shrunk suddenly to
be very thin, then it yields nil.

Martin

