From xemacs-m  Thu Mar  6 09:23:17 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 JAA20355
	for <xemacs-beta@xemacs.org>; Thu, 6 Mar 1997 09:23:14 -0600 (CST)
Received: from mips.pfalz.de (uucp@localhost) by birdland.rhein-neckar.de (8.8.5/8.8.3) with BSMTP id QAA12235; Thu, 6 Mar 1997 16:09:16 +0100 (MET)
Received: from cthulhu.pfalz.de by mips.pfalz.de with bsmtp
	(Smail3.1.29.1 #6) id m0w2eAs-000CmpC; Thu, 6 Mar 97 15:29 CET
Received: from arthur.pfalz.de by cthulhu.pfalz.de
	via rsmtp with bsmtp
	id <m0w2dNx-000CHDC@cthulhu.pfalz.de>
	for <jaeger@informatik.uni-kl.de>; Thu, 6 Mar 1997 14:39:05 +0100 (MET)
	(Smail-3.2 1996-Jul-4 #20 built 1996-Oct-4)
Received: by arthur.pfalz.de
	via sendmail with stdio
	id <m0w2c3Y-0001nrC@arthur.pfalz.de>
	for xemacs-beta@xemacs.org; Thu, 6 Mar 1997 13:13:56 +0100 (CET)
	(Smail-3.2.0.91 1997-Jan-14 #7 built 1997-Feb-10)
Message-Id: <m0w2c3Y-0001nrC@arthur.pfalz.de>
Date: Thu, 6 Mar 1997 13:13:56 +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: jaeger@informatik.uni-kl.de
Cc: xemacs-beta@xemacs.org
Subject: Re: Problem with about-xemacs && view-mode on XEmacs 20.1 beta 5
In-Reply-To: Andreas Jaeger's message of Thu, 6 March 1997 10:24:51 +0100
References: <m0w2ZPv-0001nuC@arthur.pfalz.de>


>>>>> I wrote:

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

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

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

AJ> What's going on here?
The problem seems to be tm-play which has:
(require 'view)

I still don't see why (about-xemacs) works with a direct load of
mime-setup but not with loading gnus-setup - neither do I know how to
fix it.

If we rely in (about-xemacs) on view-less shouldn't we either remove
view from the distribution or have an explicit require 'view-less for
about-xemacs?

Andreas
-- 
 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/

