From xemacs-m  Fri Jan 17 11:34:14 1997
Received: from jagor.srce.hr (hniksic@jagor.srce.hr [161.53.2.130])
          by xemacs.org (8.8.4/8.8.4) with ESMTP
	  id LAA03221 for <xemacs-beta@xemacs.org>; Fri, 17 Jan 1997 11:34:08 -0600 (CST)
Received: (from hniksic@localhost)
          by jagor.srce.hr (8.8.4/8.8.4)
	  id SAA20968 for xemacs-beta@xemacs.org; Fri, 17 Jan 1997 18:33:58 +0100 (MET)
Resent-Message-Id: <199701171733.SAA20968@jagor.srce.hr>
Sender: hniksic@public.srce.hr
Resent-Sender: hniksic@public.srce.hr
Resent-To: xemacs-beta@xemacs.org
Resent-X-URL: ftp://gnjilux.cc.fer.hr/pub/unix/util/wget/
Resent-X-Attribution: Hrv
Resent-X-Face: &}4JQk=L;e.~x+|eo]#DGk@x3~ed!.~lZ}YQcYb7f[WL9L'Z*+OyA\nAEL1M(".[qvI#a2E
 6WYI5>>e7'@_)3Ol9p|Nn2wNa/;~06jL*B%tTcn/XvhAu7qeES0\|MF%$;sI#yn1+y"
Resent-From: Hrvoje Niksic <hniksic@srce.hr>
Resent-Date: 17 Jan 1997 18:33:57 +0100
X-From-Line: hniksic@bjesomar.srce.hr  Fri Jan 17 17:19:42 1997
Received: from regoc.srce.hr (root@regoc.srce.hr [161.53.2.69])
          by jagor.srce.hr (8.8.4/8.8.4) with ESMTP
	  id RAA07116 for <hniksic@jagor.srce.hr>; Fri, 17 Jan 1997 17:19:41 +0100 (MET)
Received: from bjesomar.srce.hr [161.53.2.70]
	by regoc.srce.hr (8.8.4/8.7-CI) with ESMTP 
	id RAA22409 for <hniksic@srce.hr>; Fri, 17 Jan 1997 17:19:40 +0100
Received: (from hniksic@localhost)
          by bjesomar.srce.hr (8.8.4/8.8.4)
	  id RAA11824; Fri, 17 Jan 1997 17:19:40 +0100 (MET)
To: hniksic@srce.hr
Subject: --with-x=no possible bug?
From: Hrvoje Niksic <hniksic@bjesomar.srce.hr>
Date: 17 Jan 1997 17:19:37 +0100
Message-ID: <15iv4wnujq.fsf@bjesomar.srce.hr>
Lines: 40
Xref: jagor.srce.hr private:797

I have compiled XEmacs on ofs40 with --with-x=no (using GNU make).
This is the configuration log:

Configured for `alpha-dec-osf4.0'.
 
  Where should the build process find the source code?    /home/hniksic/work/xemacs-19.15-b90
  What installation prefix should install use?            /usr/local
  What operating system and machine description files should XEmacs use?
        `s/decosf4-0.h' and `m/alpha.h'
  What compiler should XEmacs be built with?              gcc  -g -O 
  Should XEmacs use the GNU version of malloc?            no
  (The GNU allocators don't work with this system configuration.)
  Should XEmacs use the relocating allocator for buffers? yes
  What window system should XEmacs use?                   none
  Compiling in support for Berkeley DB.
  Compiling in support for DBM.
  Compiling in extra code for debugging.

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. 
===

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

???

