From xemacs-m  Tue Jan 21 23:13:05 1997
Received: from altair.xemacs.org (steve@xemacs.miranova.com [206.190.83.19])
          by xemacs.org (8.8.4/8.8.4) with ESMTP
	  id XAA03252 for <xemacs-beta@xemacs.org>; Tue, 21 Jan 1997 23:13:04 -0600 (CST)
Received: (from steve@localhost)
          by altair.xemacs.org (8.8.4/8.8.4)
	  id VAA09324; Tue, 21 Jan 1997 21:24:10 -0800
To: xemacs-beta@xemacs.org
Subject: Re: --with-x=no possible bug?
References: <15iv4wnujq.fsf@bjesomar.srce.hr>
X-Url: http://www.miranova.com/%7Esteve/
Mail-Copies-To: never
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 17 Jan 1997 17:19:37 +0100
Mime-Version: 1.0 (generated by tm-edit 7.100)
Content-Type: text/plain; charset=US-ASCII
Date: 21 Jan 1997 21:24:08 -0800
Message-ID: <m220be9taf.fsf@altair.xemacs.org>
Lines: 46
X-Mailer: Red Gnus v0.82/XEmacs 20.0

Hrvoje Niksic writes:

> However, the splash screen looks quite strange to me -- it doesn't fit
> on the 80x24 screen!  These are the culprits:

> ===

> XEmacs comes with ABSOLUTELY NO WARRANTY; type M-x describe-no-warranty for full\
>  details. 
> You may give out copies of XEmacs; type M-x describe-copying to see the conditio\
> ns. 
> Type M-x describe-distribution for information on getting the latest version. 
help-map isn't getting initialized, how strange.  What do you see with
describe-variable?

M-x describe-variable help-map
help-map's value is #<keymap help-map 34 entries 0x5f5>
  -- a variable declared in Lisp.

Documentation:
Keymap for characters following the Help key.


> ===

> What is this `M-x describe-no-warranty' instead of `C-h C-w', `M-x
> describe-copying' etc.?  It's a bug that needs to be fixed.  This is
> even stranger:

> `C-h w describe-no-warranty'
> describe-no-warranty is not on any keys
> `C-h c C-h C-w'
> C-h C-w runs the command describe-no-warranty

> ???

The body of the splash frame is hacked together and the key
definitions are looked up with `where-is' in the spots you are seeing
``M-x random-help-command''.  where-is should probably not issue a
message if it is being called non-interactively (locate-library has
already had that change made), but it's probably too late to fix it
for this round.
-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be billed at $250/message.
Real men aren't afraid to use chains on icy roads.

