From xemacs-m  Mon May 19 21:26:54 1997
Received: from crystal.WonderWorks.COM (crystal.WonderWorks.com [192.203.206.1])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id VAA01426
	for <xemacs-beta@xemacs.org>; Mon, 19 May 1997 21:26:52 -0500 (CDT)
Received: by crystal.WonderWorks.COM 
	id QQcqhd00524; Mon, 19 May 1997 22:26:53 -0400 (EDT)
Date: Mon, 19 May 1997 22:26:53 -0400 (EDT)
Message-Id: <QQcqhd00524.199705200226@crystal.WonderWorks.COM>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
From: Kyle Jones <kyle_jones@wonderworks.com>
To: xemacs-beta@xemacs.org
Subject: a six-line mini buffer
In-Reply-To: <199705200133.KAA09845@Flux.tokai.jaeri.go.jp>
References: <QQcqfw21370.199705191810@crystal.WonderWorks.COM>
	<199705200133.KAA09845@Flux.tokai.jaeri.go.jp>
X-Mailer: VM 6.32 under 20.3 XEmacs Lucid (beta1)
X-Face: /cA45WHG7jWq>(O3&Z57Y<"WsX5ddc,4c#w0F*zrV#=M
        0@~@,s;b,aMtR5Sqs"+nU.z^CSFQ9t`z2>W,S,]:[+2^
        Nbf6v4g>!&,7R4Ot4Wg{&tm=WX7P["9%a)_da48-^tGy
        ,qz]Z,Zz\{E.,]'EO+F)@$KtF&V

Kazuyoshi Furutaka writes:
 > >   /*
 > >    * If the frame has been initialized and the new height and width
 > >    * are the same as the current height and width, then just return.
 > >    */
 > >   if (f->init_finished &&
 > >       newheight == FRAME_HEIGHT (f) && newwidth == FRAME_WIDTH (f))
 > >     return;
 > 
 > After making the above line commented out, xemacs starts up as follows:
 > 1. It starts and then the mini buffer expands to four-line (actually the
 >    window expands).
 >    ( "loding ???...done", etc. )
 >    I'm sorry, six-line might be wrong(_o_).
 > 
 > 2. The mini buffer shrinks to three line (the window shrinks).
 >    ( "Loading /home/furutaka/.xemacs-options...done", etc. )
 > 
 > 3. Finally it shrinks to one line (w/ the same window size, the mode line
 >    goes down).

Thank you.  With this description I undertstand enough about what 
is happening to work on a fix.

