From xemacs-m  Thu Mar  6 06:24:37 1997
Received: from birdland.rhein-neckar.de (root@birdland.rhein-neckar.de [193.197.88.3])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id GAA18416
	for <xemacs-beta@xemacs.org>; Thu, 6 Mar 1997 06:24:35 -0600 (CST)
Received: from mips.pfalz.de (uucp@localhost) by birdland.rhein-neckar.de (8.8.5/8.8.3) with BSMTP id NAA08360 for xemacs.org!xemacs-beta; Thu, 6 Mar 1997 13:21:46 +0100 (MET)
Received: from cthulhu.pfalz.de by mips.pfalz.de with bsmtp
	(Smail3.1.29.1 #6) id m0w2bMQ-000CmpC; Thu, 6 Mar 97 12:29 CET
Received: from arthur.pfalz.de by cthulhu.pfalz.de
	via rsmtp with bsmtp
	id <m0w2ZQc-000CHEC@cthulhu.pfalz.de>
	for <xemacs-beta@xemacs.org>; Thu, 6 Mar 1997 10:25:34 +0100 (MET)
	(Smail-3.2 1996-Jul-4 #20 built 1996-Oct-4)
Received: by arthur.pfalz.de
	via sendmail with stdio
	id <m0w2ZPv-0001nuC@arthur.pfalz.de>
	for xemacs-beta@xemacs.org; Thu, 6 Mar 1997 10:24:51 +0100 (CET)
	(Smail-3.2.0.91 1997-Jan-14 #7 built 1997-Feb-10)
Message-Id: <m0w2ZPv-0001nuC@arthur.pfalz.de>
Date: Thu, 6 Mar 1997 10:24:51 +0100 (CET)
From: Andreas Jaeger <aj@arthur.pfalz.de>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: xemacs-beta@xemacs.org
Reply-To: jaeger@informatik.uni-kl.de
Subject: Problem with about-xemacs && view-mode on XEmacs 20.1 beta 5


With the following minimal .emacs I get the attachted backtrace when
calling (about-xemacs):
;; GNUS Newsreader
(setq gnus-use-vm nil
      gnus-use-installed-gnus t
      gnus-use-installed-vm t
      gnus-use-bbdb nil
      gnus-use-tm t
      gnus-use-installed-tm t
)
(load "gnus-setup")

I succeeded if I change gnus-use-tm to nil.

If I load (load "mime-setup.el") directly instead of gnus-setup.el I
don't have a problem.

What's going on here?
Andreas


Here's the backtrace:
Signaling: (wrong-number-of-arguments #<compiled-function (from
"view.elc") (&optional arg) "...(16)" [arg view-mode
prefix-numeric-value 0 force-mode-line-update] 2
("/tmp/build-xemacs-20/lisp/modes/view.elc" . 5059) "P"> 2) 
  view-mode(nil kill-buffer)
  #<compiled-function (from "about.elc") nil "...(297)"
[switch-to-buffer get-buffer-create "About XEmacs"
delete-other-windows buffer-disable-undo make-local-variable tab-width
8 t buffer-read-only view-mode nil kill-buffer emacs-major-version "."
emacs-minor-version emacs-short-version format "version %s; February
1997" emacs-about-version indent-tabs-mode erase-buffer "\n"
startup-center-spaces xemacs-logo make-extent e set-extent-begin-glyph
"\n\n" "(formerly known as Lucid Emacs)" about-xref news "The latest
NEWS of XEmacs" "\n	" about-face "XEmacs" italic " is a powerful,
extensible text editor with full GUI\n	support, initially based on an
early version of GNU Emacs 19 from\n	the Free Software Foundation
and since kept up to date with recent\n	versions of that product.
XEmacs stems from a " "collaboration" history "An XEmacs History
Lesson" "\n	of Lucid, Inc. with Sun Microsystems, Inc. and the
University\n	of Illinois with additional support having been
provided by\n	Amdahl Corporation and INS Engineering
Corporation.\n\n	" "In almost all circumstances, Emacs-Lisp
code written for\n	GNU Emacs versions 18 and 19 will run under
XEmacs without\n	requiring any modifications, or at most will
require small\n	changes to accommodate an improved functional
interface.\n\n	" "XEmacs provides a great number of " "new features"
features "See a list of the new features." ".  More details\n	on
XEmacs's functionality, including bundled packages can be\n
obtained through the " "`info`" info ...] 4 nil nil>() 
  call-interactively(about-xemacs)

-- 
 Andreas Jaeger   aj@arthur.pfalz.de    jaeger@informatik.uni-kl.de
  Altenwoogstr. 31      67655 Kaiserslautern, Germany
   Phone +49 631 3403051 Fax/Modem +49 631 3403052
    http://www.student.uni-kl.de/~ajaeger/

