From xemacs-m  Thu Jan 23 11:29:10 1997
Received: from cs.sunysb.edu (sbcs.sunysb.edu [130.245.1.15])
          by xemacs.org (8.8.4/8.8.4) with SMTP
	  id LAA15856 for <xemacs-beta@xemacs.org>; Thu, 23 Jan 1997 11:29:09 -0600 (CST)
Received: from sbkifer.cs.sunysb.edu (sbkifer.cs.sunysb.edu [130.245.1.35]) by cs.sunysb.edu (8.6.12/8.6.9) with SMTP id MAA26390 for <xemacs-beta@xemacs.org>; Thu, 23 Jan 1997 12:37:33 -0500
Message-Id: <199701231737.MAA26390@cs.sunysb.edu>
X-Authentication-Warning: sbcs.cs.sunysb.edu: Host sbkifer.cs.sunysb.edu didn't use HELO protocol
From: kifer@CS.SunySB.EDU (Michael Kifer)
To: xemacs-beta@xemacs.org
Subject: 19.15 weirdity
Date: Thu, 23 Jan 1997 12:26:40 -0500
Sender: kifer@CS.SunySB.EDU



Start a pristine xemacs -q and type this into *scratch*:

(make-frame '((height . 3) (minibuffer . nil)))

(set-window-dedicated-p (selected-window) t)


Now, eval the first command (C-j), move into the small frame that pops up,
find the second command there, and eval it. So, you get a small dedicated
frame.

Now, type C-M-: as if you wanted to eval some lisp in the minibuffer.
You get an error:

    display-buffer switched frames on its own!!

(the exclamation signs are not mine!). Somebody recalls putting this joke in?



	--michael  

