From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/56015 Path: main.gmane.org!not-for-mail From: Reiner Steib <4.uce.03.r.s@nurfuerspam.de> Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus 5.11 in Emacs CVS Date: Wed, 14 Jan 2004 15:18:31 +0100 Organization: Dept. of Theoretical Physics, University of Ulm Sender: ding-owner@lists.math.uh.edu Message-ID: References: Reply-To: Reiner Steib NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1074089963 7472 80.91.224.253 (14 Jan 2004 14:19:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 14 Jan 2004 14:19:23 +0000 (UTC) Original-X-From: ding-owner+M4555@lists.math.uh.edu Wed Jan 14 15:19:19 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 1Aglrb-0007GK-00 for ; Wed, 14 Jan 2004 15:19:19 +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 1Aglr9-0007a0-00; Wed, 14 Jan 2004 08:18:51 -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 1Aglr0-0007Zs-00 for ding@lists.math.uh.edu; Wed, 14 Jan 2004 08:18:42 -0600 Original-Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by justine.libertine.org (Postfix) with ESMTP id 3ED653A0033 for ; Wed, 14 Jan 2004 08:18:41 -0600 (CST) Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1Aglqy-0001wy-00 for ; Wed, 14 Jan 2004 15:18:40 +0100 Mail-Followup-To: ding@gnus.org X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Aglqw-0001wq-00 for ; Wed, 14 Jan 2004 15:18:38 +0100 Original-Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1Aglqw-0001ut-00 for ; Wed, 14 Jan 2004 15:18:38 +0100 Original-Lines: 168 Original-X-Complaints-To: usenet@sea.gmane.org X-Face: 1;h7XMU[7l}$T@J.D}5z*w8Tg'}B5ArAWc8>2X~otB;kOjKs8X%|hTC#dG:%Vpx")x7S/`v :VXU#fZW$X$zdhEU.RfVQ@<-m9IuN{Hm"fW{,5]6kR'M*vEs+{5Cj!L(JTRzA$(},?5J=sm;%Od Reiner Steib <4.uce.03.r.s@nurfuerspam.de> writes: [...] >> # 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. Yes. >> # 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. I took the version from net/ because the changes [1] there seem to be reasonable. If there has been a decision to move the file from gnus/ to net/ in the past, it's probably not worth to discuss this again, unless there are new facts to consider, IMHO. [ Some related discussions: - "using qp.el, rfc2047.el in mailutils, rmail" - "Merging quoted-printable functions" ] >> # The version from calendar/ lacks `time-to-number-of-days' >> $rm calendar/time-date.el{,c} > > Ditto. Yes. > 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. "make dvi" gave me a nice "gnus.dvi". Ah, because of this: ,---- | gnus.dvi: gnus.texi | sed -e '/@iflatex/,/@end iflatex/d' ${srcdir}/gnus.texi > gnustmp.texi | $(ENVADD) $(TEXI2DVI) gnustmp.texi | cp gnustmp.dvi $*.dvi | rm gnustmp.* `---- But we have to add "sieve" and "pgg" to dvi and info targets (as we have for "message"). See [2]. > Other stuff to consider: > > * The refcard. emacs/etc already has refcards for dired, viper > etc. so we might as well include it. Sure. > * The ChangeLogs. Yes, but I don't know what should happen to the entries from "5.9"-inclusion until today in lisp/gnus/ChangeLog. > * Maybe some other files from Gnus should go to net/, e.g. dig.el, > dns.el ... -- I don't know. This could be discussed (and done) later, I guess. Bye, Reiner. ,----[1] | --- emacs/lisp/net/netrc.el 2003-09-01 17:45:33.000000000 +0200 | +++ gnus-5.10.6/lisp/netrc.el 2002-04-23 19:09:46.000000000 +0200 | @@ -4,7 +4,6 @@ | | ;; Author: Lars Magne Ingebrigtsen | +;; Modularizer: Ted Zlatanov | ;; Keywords: news | -;; Modularized by Ted Zlatanov | -;; when it was part of Gnus. | | ;; This file is part of GNU Emacs. | @@ -36,11 +35,12 @@ | ;;; | | +(eval-and-compile | (defalias 'netrc-point-at-eol | (if (fboundp 'point-at-eol) | 'point-at-eol | - 'line-end-position)) | + 'line-end-position))) | | (defun netrc-parse (file) | - "Parse FILE and return a list of all entries in the file." | + "Parse FILE and return an list of all entries in the file." | (when (file-exists-p file) | (with-temp-buffer | @@ -126,4 +126,3 @@ | (provide 'netrc) | | -;;; arch-tag: af9929cc-2d12-482f-936e-eb4366f9fa55 | ;;; netrc.el ends here `---- [2] Changes to man/Makefile.in: --8<---------------cut here---------------start------------->8--- --- Makefile.in.~1.52.~ Wed Oct 22 10:30:13 2003 +++ Makefile.in Wed Jan 14 15:14:57 2004 @@ -34,18 +34,21 @@ # The makeinfo program is part of the Texinfo distribution. MAKEINFO = makeinfo INFO_TARGETS = ../info/emacs ../info/ccmode ../info/cl \ - ../info/dired-x ../info/ediff ../info/forms ../info/gnus \ - ../info/info ../info/message ../info/mh-e ../info/reftex \ + ../info/dired-x ../info/ediff ../info/forms ../info/info \ + ../info/gnus ../info/message ../info/sieve ../info/pgg \ + ../info/emacs-mime ../info/mh-e ../info/reftex \ ../info/sc ../info/vip ../info/viper ../info/widget \ ../info/efaq ../info/ada-mode ../info/autotype ../info/calc \ ../info/idlwave ../info/eudc ../info/ebrowse ../info/pcl-cvs \ - ../info/woman ../info/emacs-mime ../info/eshell \ + ../info/woman ../info/eshell \ ../info/speedbar ../info/tramp ../info/ses ../info/smtpmail DVI_TARGETS = emacs.dvi calc.dvi cc-mode.dvi cl.dvi dired-x.dvi \ - ediff.dvi forms.dvi gnus.dvi message.dvi mh-e.dvi \ + ediff.dvi forms.dvi \ + gnus.dvi message.dvi sieve.dvi pgg.dvi emacs-mime.dvi \ + mh-e.dvi \ reftex.dvi sc.dvi vip.dvi viper.dvi widget.dvi faq.dvi \ ada-mode.dvi autotype.dvi idlwave.dvi eudc.dvi ebrowse.dvi \ - pcl-cvs.dvi woman.dvi emacs-mime.dvi eshell.dvi \ + pcl-cvs.dvi woman.dvi eshell.dvi \ speedbar.dvi tramp.dvi ses.dvi smtpmail.dvi INFOSOURCES = info.texi @@ -185,11 +188,18 @@ $(ENVADD) $(TEXI2DVI) gnustmp.texi cp gnustmp.dvi $*.dvi rm gnustmp.* - ../info/message: message.texi cd $(srcdir); $(MAKEINFO) message.texi message.dvi: message.texi $(ENVADD) $(TEXI2DVI) ${srcdir}/message.texi +../info/sieve: sieve.texi + cd $(srcdir); $(MAKEINFO) sieve.texi +sieve.dvi: sieve.texi + $(ENVADD) $(TEXI2DVI) ${srcdir}/sieve.texi +../info/pgg: pgg.texi + cd $(srcdir); $(MAKEINFO) pgg.texi +pgg.dvi: pgg.texi + $(ENVADD) $(TEXI2DVI) ${srcdir}/pgg.texi ../info/mh-e: mh-e.texi cd $(srcdir); $(MAKEINFO) mh-e.texi --8<---------------cut here---------------end--------------->8--- -- ,,, (o o) ---ooO-(_)-Ooo--- PGP key available via WWW http://rsteib.home.pages.de/