From xemacs-m  Tue May 27 09:23:21 1997
Received: from frege.math.ethz.ch (root@frege-d-math-north-g-west.math.ethz.ch [129.132.145.3])
	by xemacs.org (8.8.5/8.8.5) with SMTP id JAA22482
	for <xemacs-beta@xemacs.org>; Tue, 27 May 1997 09:22:59 -0500 (CDT)
Received: from midget.math.ethz.ch (vroonhof@midget [129.132.145.4]) by frege.math.ethz.ch (8.6.12/Main-STAT-mailer) with ESMTP id QAA17273; Tue, 27 May 1997 16:21:37 +0200
Received: (vroonhof@localhost) by midget.math.ethz.ch (8.6.12/D-MATH-client) id QAA08546; Tue, 27 May 1997 16:20:43 +0200
To: sbajpai@us.newbridge.com
Cc: Hrvoje Niksic <hniksic@srce.hr>, xemacs-beta@xemacs.org
Subject: Re: Frames not getting deleted
References: <864252174.7367@dejanews.com> <bybu63yjlw.fsf@midget.math.ethz.ch> <864309331.10714@dejanews.com> <kigpvujf22p.fsf@jagor.srce.hr>
Mime-Version: 1.0 (generated by tm-edit 7.106)
Content-Type: text/plain; charset=US-ASCII
From: Jan Vroonhof <vroonhof@math.ethz.ch>
Date: 27 May 1997 16:20:43 +0200
In-Reply-To: Hrvoje Niksic's message of 23 May 1997 02:45:50 +0200
Message-ID: <byzpthxah0.fsf@midget.math.ethz.ch>
Lines: 28
X-Mailer: Gnus v5.4.55/XEmacs 19.15


Sorry, for the late answer. I am quite busy at the moment

Hrvoje Niksic <hniksic@srce.hr> writes:

> sbajpai@us.newbridge.com writes:
> 
> > > M-: (mapcar 'frame-visible-p (frame-list)) RET
> > >
> > I get (t nil)
> 
> It means something is misbehaving in frame visibility code.  The
> correct value is something like (t hidden) -- that's what I see with
> 20.2+fvwm.

I think it probably means dtwin is misbehaving in that it send UnMap
events instead of VisibilityNotify events like everybody else when
changing virtual screens.

We don't have CDE installed here, so I cannot test it. Could you (or
someone else who is reading this) do a

1. xev >ouput  (in an xterm)
2. wait till the xev window appears
3. move to another virtual screen
4. move back
5. kill the xev window
6. mail me the output.

