From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/56010 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus 5.11 in Emacs CVS Date: Wed, 14 Jan 2004 06:15:36 +0100 Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1074057461 3445 80.91.224.253 (14 Jan 2004 05:17:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 14 Jan 2004 05:17:41 +0000 (UTC) Original-X-From: ding-owner+M4550@lists.math.uh.edu Wed Jan 14 06:17:35 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AgdPL-0005gF-00 for ; Wed, 14 Jan 2004 06:17:35 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1AgdOe-00062j-00; Tue, 13 Jan 2004 23:16:52 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1AgdOV-00062b-00 for ding@lists.math.uh.edu; Tue, 13 Jan 2004 23:16:43 -0600 Original-Received: from pfepc.post.tele.dk (pfepc.post.tele.dk [195.41.46.237]) by justine.libertine.org (Postfix) with ESMTP id CC62B3A0033 for ; Tue, 13 Jan 2004 23:16:39 -0600 (CST) Original-Received: from [195.249.83.92] (0xc3f9535c.esnxr2.ras.tele.dk [195.249.83.92]) by pfepc.post.tele.dk (Postfix) with ESMTP id 44FFB262979 for ; Wed, 14 Jan 2004 06:16:37 +0100 (CET) Original-To: ding@gnus.org Mail-Followup-To: ding@gnus.org In-Reply-To: (Reiner Steib's message of "Tue, 13 Jan 2004 23:22:22 +0100") User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:56010 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:56010 Reiner Steib <4.uce.03.r.s@nurfuerspam.de> writes: > Some minor problems (see the comments about "load-path shadows" in the > script): > > # Not needed for GNU Emacs (XEmacs compatibility library) > $rm gnus/gnus-xmas.el{,c} Also messagexmas.el, nnheaderxm.el, dgnushack.el gnus-load.el and lpath.el. > # Gnus can use the file from net/ instead: > $rm gnus/netrc.el{,c} I think netrc.el is primarily maintained in Gnus, so the Gnus version should be used. > # The version from calendar/ lacks `time-to-number-of-days' > $rm calendar/time-date.el{,c} Ditto. > manuals="emacs-mime.texi gnus-faq.texi gnus.texi message.texi > pgg.texi sieve.texi" We should remove the @iflatex stuff from gnus.texi sed -e '/@iflatex/,/@end iflatex/d' $< > otherwise you can't use the normal procedure to tex it. Other stuff to consider: * The refcard. emacs/etc already has refcards for dired, viper etc. so we might as well include it. * The ChangeLogs. * Fix some of the numerous byte-compiler warnings you get when you compile Gnus as a part of Emacs [1]. * Maybe some other files from Gnus should go to net/, e.g. dig.el, dns.el ... -- I don't know. [1] In some ways I think we're doing ourselves a disservice with the elaborate compilation scheme. With cvs Emacs (at least) most of it should be unnecessary because `(if (fboundp' kills the warnings.