From xemacs-m  Mon May 19 20:33:51 1997
Received: from Flux.tokai.jaeri.go.jp (root@flux.tokai.jaeri.go.jp [133.53.13.28])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id UAA01275
	for <xemacs-beta@xemacs.org>; Mon, 19 May 1997 20:33:50 -0500 (CDT)
Received: from Flux.tokai.jaeri.go.jp (localhost [127.0.0.1])
	by Flux.tokai.jaeri.go.jp (8.8.5/8.8.5) with ESMTP id KAA09845;
	Tue, 20 May 1997 10:33:49 +0900
Message-Id: <199705200133.KAA09845@Flux.tokai.jaeri.go.jp>
To: xemacs-beta@xemacs.org
Cc: furutaka@Flux.tokai.jaeri.go.jp
Subject: a six-line mini buffer
In-Reply-To: Your message of "Mon, 19 May 1997 14:10:20 -0400 (EDT)"
References: <QQcqfw21370.199705191810@crystal.WonderWorks.COM>
X-Mailer: Mew version 1.70 on XEmacs 20.3
X-fingerprint: 14 2B DA A1 31 70 7E A6  18 24 7E 03 EB 4D B3 64
Mime-Version: 1.0
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Date: Tue, 20 May 1997 10:33:49 +0900
From: Kazuyoshi Furutaka <furutaka@Flux.tokai.jaeri.go.jp>

In <QQcqfw21370.199705191810@crystal.WonderWorks.COM>
at Mon, 19 May 1997 14:10:20 -0400 (EDT)
Kyle Jones <kyle_jones@wonderworks.com> wrote
on "Re: [Success] 20.3-b1, Linux-2.0.30 (patched up from 20.2 final)"...
> Steven L Baur writes:
>  > Kazuyoshi Furutaka <furutaka@Flux.tokai.jaeri.go.jp> writes:
>  > 
>  > > Usually I invoke xemacs w/ 'xemacs -geo 80x66+1280+1024'.
>  > > This xemacs appears w/ six lines of mini buffer... (?_?)
>  > > Is this behavior normal?
>  > 
>  > It probably is now.  The minibuffer is more easily resizable due to
>  > Kyle's recent fixes of it (try dragging the bottom modeline :-).
> 
> A 6-line minibuffer is beyond what I would expect.  I don't see
> that behavior here, but that doesn't mean much.
> 
> This could be another frame sizing anomaly.  Go to src/frame.c
> and comment out the following code and see if the problem goes
> away.
> 
>   /*
>    * 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).

Kazuyoshi.
-----
Kazuyoshi Furutaka
furutaka@Flux.tokai.jaeri.go.jp

