From xemacs-m  Fri Dec 20 09:17:23 1996
Received: from mgate.uni-hannover.de (mgate.uni-hannover.de [130.75.2.3])
          by xemacs.cs.uiuc.edu (8.8.4/8.8.4) with SMTP
	  id JAA14281 for <xemacs-beta@xemacs.org>; Fri, 20 Dec 1996 09:17:21 -0600 (CST)
Received: from helios (actually helios.tnt.uni-hannover.de) by mgate 
          with SMTP (PP); Fri, 20 Dec 1996 16:07:58 +0100
Received: from daedalus.tnt.uni-hannover.de by helios (SMI-8.6/SMI-SVR4) 
          id QAA11716; Fri, 20 Dec 1996 16:07:43 +0100
Received: by daedalus.tnt.uni-hannover.de (SMI-8.6/SMI-SVR4) id QAA20781;
          Fri, 20 Dec 1996 16:07:42 +0100
Date: Fri, 20 Dec 1996 16:07:42 +0100
Message-Id: <199612201507.QAA20781@daedalus.tnt.uni-hannover.de>
From: Heiko Muenkel <muenkel@tnt.uni-hannover.de>
To: xemacs-beta@xemacs.org
Subject: Bug in find-file-other-frame
X-Face: n}R'l6CHRf>pi&bj7[x0CW3:kmXm@1)7m+l*9[fp;-Ow4Xe~=5E;skf?2> 
        y]f{HzB|Q(\V9+y$PP~.4G[2n4W7{6Ilm[AMY9B:0kj.K_$-d%p4YIF*bX;=ADp6{ 
        HS@NEv9c.VII+9PgXHASx}K(jy^t=q%qzZ72q1e4E;O!$A$`&wgtLk"1%p.nC_G!] 
        4d1!+J4Q#YD_iXeEy`1x)d\r$1Qn\'23n|[8Y_xzuXJJ7W(EGqnzB]`]aq??;+z=) 
        DW~\'Vq&F'g%QU[Mv2:}nS>SdZFTEC2GsgB=Q,:~H<R5S[:ZN%B:s0;|v1x"Jb
Mime-Version: 1.0 (generated by tm-edit 7.90)
Content-Type: text/plain; charset=US-ASCII

XEmacs 19.15 Beta 5:

Assume the following:
 
1. The current frame is frame-1

2. In frame-1 the file foo-1 is displayed

3. Run the command `M-x find-file-other-frame' to load a file foo-2 in
   a new frame frame-2.

What now happens depends on the position of the mouse pointer. If the
mouse pointer is after the frame creation over the frame-2, then
frame-1 is correctly displaying file foo-1 and frame-2 the file foo-2.
But if the mouse pointer is after the frame creation in frame-1, then
the file foo-1 is displayed in frame-2 and file foo-2 is displayed in
frame-1 and that is a bug. It's realy annoying, if frame-1 has
multiple windows and one had used `M-x find-file-other-frame' to
retain the window configuration of frame-1.

