From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/60708 Path: news.gmane.org!not-for-mail From: Maciej Matysiak Newsgroups: gmane.emacs.gnus.general Subject: Re: "Can't rfc2047-encode" error. Date: Thu, 04 Aug 2005 13:31:06 +0200 Organization: =?iso-8859-2?Q?gnu=B6ni?= ludzie Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1123232506 24690 80.91.229.2 (5 Aug 2005 09:01:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 5 Aug 2005 09:01:46 +0000 (UTC) Original-X-From: ding-owner+M9222=ding+2Daccount=gmane.org@lists.math.uh.edu Fri Aug 05 11:01:42 2005 Return-path: Original-Received: from mail-relay.eunet.no ([193.71.71.242]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E0y0o-0003so-J9 for ding-account@gmane.org; Fri, 05 Aug 2005 10:57:06 +0200 Original-Received: from malifon.math.uh.edu (IDENT:mail@malifon.math.uh.edu [129.7.128.13]) by mail-relay.eunet.no (8.13.1/8.13.1/GN) with ESMTP id j74Bqc0i012809 for ; Thu, 4 Aug 2005 13:52:39 +0200 (CEST) (envelope-from ding-owner+M9222=ding+2Daccount=gmane.org@lists.math.uh.edu) 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 1E0eH7-00018m-01 for ding-account@gmane.org; Thu, 04 Aug 2005 06:52:37 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1E0eH0-00018d-00 for ding@lists.math.uh.edu; Thu, 04 Aug 2005 06:52:30 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by util2.math.uh.edu with esmtp (Exim 4.30) id 1E0eGx-0002cu-HS for ding@lists.math.uh.edu; Thu, 04 Aug 2005 06:52:27 -0500 Original-Received: from ane67.internetdsl.tpnet.pl ([83.17.86.67] helo=umpa.wsc.pl) by quimby.gnus.org with smtp (Exim 3.35 #1 (Debian)) id 1E0dKs-0002Uu-00 for ; Thu, 04 Aug 2005 12:52:26 +0200 Original-Received: (qmail 5463 invoked by uid 666); 4 Aug 2005 11:52:25 -0000 Original-To: ding@gnus.org In-Reply-To: (Katsumi Yamaoka's message of "Thu, 04 Aug 2005 19:55:53 +0900") Openpgp: id=23A5CB63 Mail-Copies-To: nobody Mail-Followup-To: ding@gnus.org User-Agent: Gnus/5.110004 (No Gnus v0.4) XEmacs/21.4.17 (Jumbo Shrimp) X-Spam-Score: -4.9 (----) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu X-MIME-Autoconverted: from 8bit to quoted-printable by mail-relay.eunet.no id j74Bqc0i012809 Xref: news.gmane.org gmane.emacs.gnus.general:60708 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:60708 On the 4th of August 2005 at 12:55, Katsumi Yamaoka wro= te: > (let ((mm-coding-system-priorities '(iso-8859-2))) > (nnrss-mime-encode-string "=F3")) > =3D> "=3D?iso-8859-2?Q?=3DF3?=3D" And what is that "^[-A" before "=F3" in that backtrace? > Hmm, there may be another real cause. I think two or more charsets wer= e > required to encode the text then. In such a case, the UTF-8 charset wi= ll > be helpful. This feed is natively encoded with UTF-8: > Aren't you using the Mule-UCS XEmacs package? Yes, I am. > - (rfc2047-encode-region (point-min) (point-max))) > + (condition-case nil > + (rfc2047-encode-region (point-min) (point-max)) > + (error > + (delete-region (point-min) (point-max))))) That fixed the problem (I don't see the error anymore), but the message in RSS group has empty subject. I can live with that :) If you want to debug that further, the RSS feed is available at: http://allegro.pl//static/rss/55/new1/rss.rss The problematic item has "item=3D59527061" in its url, you can search for that string. Thank you very much for help :) m.m. --=20 use gnus, not guns!