From xemacs-m  Wed Dec 11 17:49:16 1996
Received: from bert.amazon.com (bert.amazon.com [204.177.154.1]) by xemacs.cs.uiuc.edu (8.8.3/8.8.3) with ESMTP id RAA01647 for <xemacs-beta@xemacs.org>; Wed, 11 Dec 1996 17:49:15 -0600 (CST)
Received: from pc134.amazon.com (eb@pc134.amazon.com [204.177.154.134]) by bert.amazon.com (8.7.6/8.7.3) with SMTP id PAA27511; Wed, 11 Dec 1996 15:47:52 -0800 (PST)
Sender: eb@amazon.com
Message-ID: <32AF4828.1F1D1658@amazon.com>
Date: Wed, 11 Dec 1996 15:47:52 -0800
From: Eric Benson <eb@amazon.com>
Organization: Amazon.com Books
X-Mailer: Mozilla 3.0Gold (X11; I; Linux 2.0.18 i586)
MIME-Version: 1.0
To: Steven L Baur <steve@miranova.com>
CC: xemacs-beta@xemacs.org
Subject: Re: Multiple autoloads for manual-entry in 19.15-b3
References: <32AF376D.7B9C1F21@amazon.com> <m23exc64yy.fsf@altair.xemacs.org>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Steven L Baur wrote:
> 
> >>>>> "Eric" == Eric Benson <eb@amazon.com> writes:
> 
> Eric> There are two autoloads for manual-entry, in old-man.el and jwz-man.el.
> Eric> There's also a (defalias 'manual-entry 'man) that effectively hides
> Eric> those two autoloads.
> 
> Eric> What is the definitive implementation of "man", i.e., the one
> Eric> that should be loaded by default?  Should the others be shipped?
> Eric> They probably shouldn't have aotoload definitions.
> 
> The extra files are a mistake.
> 
> /bin/rm -f jwz-man.el* old-man.el*
> 
> man.el and man-xref.el are the versions to be shipped.

man-xref.el hasn't been ported from FSF to XEmacs.  In particular,
Man-mouse-manual-reference expects a list instead of an event object. 
If man.el is going to be the default, man-xref should be fixed and
should be loaded with it by default.

jwz-man is much faster, by the way.

