From xemacs-m  Wed Mar 12 21:16:55 1997
Received: from altair.xemacs.org (steve@xemacs.miranova.com [206.190.83.19])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id VAA15206
	for <xemacs-beta@xemacs.org>; Wed, 12 Mar 1997 21:16:50 -0600 (CST)
Received: (from steve@localhost)
	by altair.xemacs.org (8.8.5/8.8.5) id TAA20277;
	Wed, 12 Mar 1997 19:28:25 -0800
Mail-Copies-To: never
To: xemacs-beta@xemacs.org
Subject: Re: [PATCH] 19.15b98: possible fix for toolbar shadow lossage
References: <199703101351.OAA15982@sonne.darmstadt.gmd.de> 	<QQcghk01503.199703101806@crystal.WonderWorks.COM> 	<8495.858033630@rtp.ericsson.se> <QQcgin07662.199703110124@crystal.WonderWorks.COM> <kigd8t4ldit.fsf@jagor.srce.hr>
X-Url: http://www.miranova.com/%7Esteve/
X-Face: #!T9!#9s-3o8)*uHlX{Ug[xW7E7Wr!*L46-OxqMu\xz23v|R9q}lH?cRS{rCNe^'[`^sr5"
 f8*@r4ipO6Jl!:Ccq<xoV[Qz2u8<8-+Vwf2gzJ44lf_/y9OaQ`@#Q65{U4/TC)i2`~/M&QI$X>p:9I
 OSS'2{-)-4wBnVeg0S\O4Al@)uC[pD|+
X-Attribution: sb
From: Steven L Baur <steve@miranova.com>
In-Reply-To: Hrvoje Niksic's message of 13 Mar 1997 03:41:14 +0100
Mime-Version: 1.0 (generated by tm-edit 7.105)
Content-Type: text/plain; charset=US-ASCII
Date: 12 Mar 1997 19:28:24 -0800
Message-ID: <m267yw31yf.fsf@altair.xemacs.org>
Lines: 36
X-Mailer: Gnus v5.4.25/XEmacs 20.1

Hrvoje Niksic writes:

> Steve: the problem I thought originated from an exchausted colormap
> was actually the toolbar-shadow lossage, which is now fixed.  Sorry
> for the false alarm.

O.K.  I think I'll stick with the colormap friendlier logo anyway.

> However, some the geometry problem persists.  To recapitulate, XEmacs
> starts up in what it claims to be 80x30 geometry, but the frame looks
> quite small to me.  The splash screen doesn't fit to the frame -- the
> `Type C-h i...' line is cut off.

Is this a size you set from defaults?  The default settings leave
plenty of room at the bottom.

 ...
> However, the logo takes a lot of space, and there is quite a lot of
> spacing before and after the logo.  This may explain the lossage.  Is
> anyone else experiencing this?

The extra blanks are inserted in startup-splash-frame
(lisp/prim/startup.el).  You might consider tweaking the test for
`cramped-p' at the top to see what works better for you.

Something perhaps along these lines?


(defun startup-splash-frame ()
  (let ((p (point))
        (cramped-p (or (eq 'tty (console-type))
		       (<= (window-height 30)))))

-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be billed at $250/message.

