From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/64133 Path: news.gmane.org!not-for-mail From: Jhair Tocancipa Triana Newsgroups: gmane.emacs.gnus.general Subject: Re: Debugger entered--Lisp error: (error "Can't rfc2047-encode `espa\x00f1ol \302\241Mira qui\x00e9n'") Date: Fri, 22 Dec 2006 12:03:16 +0100 Organization: Golem - Debian laptop at home Message-ID: <87ejqsb3bf.fsf@mandala.my-fqdn.de> References: <87y7p1tvbl.fsf@mandala.my-fqdn.de> NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1166788232 20207 80.91.229.10 (22 Dec 2006 11:50:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 22 Dec 2006 11:50:32 +0000 (UTC) Original-X-From: ding-owner+M12656@lists.math.uh.edu Fri Dec 22 12:50:29 2006 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by dough.gmane.org with esmtp (Exim 4.50) id 1Gxiuy-0001iB-Pe for ding-account@gmane.org; Fri, 22 Dec 2006 12:50:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1Gxiuh-00079k-R5; Fri, 22 Dec 2006 05:50:11 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Gxiuf-00079N-PG for ding@lists.math.uh.edu; Fri, 22 Dec 2006 05:50:09 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.63) (envelope-from ) id 1Gxiua-0006ut-KY for ding@lists.math.uh.edu; Fri, 22 Dec 2006 05:50:09 -0600 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1GxiuZ-0007g8-00 for ; Fri, 22 Dec 2006 12:50:03 +0100 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1GxiuY-0000sk-GG for ding@gnus.org; Fri, 22 Dec 2006 12:50:02 +0100 Original-Received: from pd9e9fd54.dip.t-dialin.net ([217.233.253.84]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 22 Dec 2006 12:50:02 +0100 Original-Received: from jhair.tocancipa by pd9e9fd54.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 22 Dec 2006 12:50:02 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Lines: 32 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: pd9e9fd54.dip.t-dialin.net User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/23.0.0 (gnu/linux) Cancel-Lock: sha1:phYE/DrGh1Zz6PptHPfSvqjmUsw= X-Spam-Score: -2.5 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:64133 Archived-At: Katsumi Yamaoka writes: >> Could you let me know the url you subscribe to for the nnrss:eltiempo >> group? > I found that the url is . Is > it right? Though the article in question seems to have been > expired unfortunately. My apologies for my late response. Yes, that is the URL and you are right, the article expired already, unfortunately. >> --- nnrss.el~ 2006-05-23 14:47:29 +0000 >> +++ nnrss.el 2006-12-22 04:29:51 +0000 > [...] >> - (mm-decode-coding-region (point-min) (point-max) cs) >> - (mm-enable-multibyte)) >> + (insert (prog1 >> + (mm-decode-coding-string (buffer-string) cs) >> + (erase-buffer) >> + (mm-enable-multibyte)))) > I tried as a nnrss group > and realized this fix has to be done for Emacs 23 anyway. So, > I've installed it in both the v5-10 branch and the trunk. Thank you very much for fixing this problem! Regards, -- -- Jhair