From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/59930 Path: main.gmane.org!not-for-mail From: Reiner Steib Newsgroups: gmane.emacs.gnus.general Subject: Fixes for nnrss.el (and rfc2047.el) in the v5-10 branch (was: Patch: Allow nnrss to be verbose) Date: Wed, 02 Mar 2005 17:48:13 +0100 Message-ID: References: <87d5uuja1t.fsf@seamus.arnested.dk> <874qg6j7o7.fsf@seamus.arnested.dk> <87zmxyhsjr.fsf@seamus.arnested.dk> Reply-To: Reiner Steib NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1109782604 12578 80.91.229.2 (2 Mar 2005 16:56:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 2 Mar 2005 16:56:44 +0000 (UTC) Cc: Gaetan Leurent Original-X-From: ding-owner+M8471@lists.math.uh.edu Wed Mar 02 17:56:44 2005 Original-Received: from malifon.math.uh.edu ([129.7.128.13] ident=mail) by ciao.gmane.org with esmtp (Exim 4.43) id 1D6X69-0000Kq-0O for ding-account@gmane.org; Wed, 02 Mar 2005 17:53:23 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1D6X4p-000629-00; Wed, 02 Mar 2005 10:51:59 -0600 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1D6X1S-00061t-00 for ding@lists.math.uh.edu; Wed, 02 Mar 2005 10:48:30 -0600 Original-Received: from quimby.gnus.org ([80.91.224.244]) by util2.math.uh.edu with esmtp (Exim 4.30) id 1D6X1P-0000Rz-Fb for ding@lists.math.uh.edu; Wed, 02 Mar 2005 10:48:27 -0600 Original-Received: from mail.uni-ulm.de ([134.60.1.1]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1D6X1K-0001vR-00 for ; Wed, 02 Mar 2005 17:48:22 +0100 Original-Received: from bridgekeeper.physik.uni-ulm.de (bridgekeeper.physik.uni-ulm.de [134.60.10.123]) by mail.uni-ulm.de (8.13.3/8.13.3) with ESMTP id j22GmDAv007473; Wed, 2 Mar 2005 17:48:14 +0100 (MET) Original-Received: by bridgekeeper.physik.uni-ulm.de (Postfix, from userid 170) id 827231012A; Wed, 2 Mar 2005 17:48:13 +0100 (CET) Mail-Followup-To: Ding List , Gaetan Leurent Original-To: Ding List X-Face: /U7=m^"/-Dn61mAl{g9e3>\G5Tp,oEX|V)g2I1hBk\ML;)7A?6cmB-y7y?'NA^J<=oz7syB =(McAwIHgLX!.B?R3X}98d@?>CrT094KLWh]WU4gDpnL/")MS(XoQTv`Oq225uL>+;CpPXo$N5e>N> $tPd-gbB^F{gQS#1ase]XO~D4p4M"3+F-7~u]dy3I?Pb8RO*H-EFeWDUf?Rf,d]pv\Jvh2Cht!A=im yKAS2Z%Ao^;}W/qzMvMm In-Reply-To: (Katsumi Yamaoka's message of "Tue, 22 Feb 2005 07:52:10 +0900") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-DCC-WEiAPG-Metrics: gemini 1072; Body=2 Fuz1=2 Fuz2=2 X-Spam-Score: -4.9 (----) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu X-MailScanner-From: ding-owner+m8471@lists.math.uh.edu X-MailScanner-To: ding-account@gmane.org Xref: main.gmane.org gmane.emacs.gnus.general:59930 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:59930 On Mon, Feb 21 2005, Katsumi Yamaoka wrote: >>>>>> In Reiner Steib wrote: >> I think such changes should go in the v5-10 branch, too. But applying >> the patch (cvs diff -r7.24 -r7.26) fails on v5-10. > > I can make it support multilingual text as in the trunk (it > includes the verbose patch, of course), although it might not be > a bugfix. Am I able to do it? Actually, nnrss in the v5-10 > branch cannot be used at least for Japanese sites, for example: > > http://www3.asahi.com/rss/index.rdf [...] On Tue, Feb 22 2005, Katsumi Yamaoka wrote: > Ouch! It requires an overall replacing of rfc2047.el with the > one in the trunk. The main load to me is to write the ChangeLog, > though. Katsumi told me that he will try to look into this after releasing the next version of emacs-w3m. But if anyone else want to work on it, here are some remarks when trying to sync `rfc2047.el' and `nnrss.el': - It seems that nobody has merged the bugfixes from the trunk yet. We should surely do this[1]. Jesper Harder has committed most of them on the trunk, but probably he didn't have time for merging them to v5-10 (the stable branch) yet. - We cannot apply all changes blindly (see: "cvs diff -r7.1 -r7.26 nnrss.el" or better `C-u C-x v = nnrss.el RET 7.1 RET 7.26 RET') since we want to keep the v5-10 compatible with Emacs 20.7 and XEmacs 21.1. (E.g. `make-hash-table' is not available in Emacs 20.7.) OTOH, `nnrss.el' is comparable to `gnus-registry.el' and `spam-stat.el' where we already use `make-hash-table' there in v5-10. Opinions? Bye, Reiner. [1] See a recent bug report from Gaetan Leurent on emacs-devel: http://thread.gmane.org/qlkoee2ernr.fsf%40clipper.ens.fr -- ,,, (o o) ---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/