From xemacs-m  Mon Mar  3 18:32:16 1997
Received: from mail.pilot.net (ns.pilot.net [198.232.147.10])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id SAA23473
	for <xemacs-beta@xemacs.org>; Mon, 3 Mar 1997 18:32:16 -0600 (CST)
Received: from cogit.com (unknown-79-101.ergosum.com [206.189.79.101]) by mail.pilot.net with SMTP id QAA21701 for <xemacs-beta@xemacs.org>; Mon, 3 Mar 1997 16:32:41 -0800 (PST)
Received: from carnifex.cogit.com by cogit.com (SMI-8.6/SMI-SVR4)
	id QAA07861; Mon, 3 Mar 1997 16:32:20 -0800
Received: from carnifex.cogit.com by carnifex.cogit.com (SMI-8.6/client-1.3)
	id QAA13472; Mon, 3 Mar 1997 16:30:19 -0800
Message-Id: <199703040030.QAA13472@carnifex.cogit.com>
To: xemacs-beta@xemacs.org
Subject: Frames and resize-minibuf broken
Date: Mon, 03 Mar 1997 16:30:19 -0800
From: Chris Dean <ctdean@cogit.com>


resize-minibuffer-mode seems to be broken when used with a separate
minibuffer frame in 20.1-b3.

Right now, resize-minibuffer-window is called, which calls
enlarge-window in window.c, which calls change_window_height, which
hits

  if (EQ (window, FRAME_ROOT_WINDOW (f)))
    error ("Won't change only window");

(I wish the error message was "Won't change size of only window")

Also, I can't get resize-minibuffer-mode to recognize that I want my
frame resized (even when I set resize-minibuffer-frame).

1. How do I get resize-minibuffer-mode to resize my frame?

2. Is it correct to signal that error in change_window_height?

Regards,
Chris Dean

