Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
Cc: ding@gnus.org
Subject: Re: Debugger entered--Lisp error: (error "Can't rfc2047-encode `espa\x00f1ol \302\241Mira qui\x00e9n'")
Date: Fri, 22 Dec 2006 15:57:29 +0900	[thread overview]
Message-ID: <b4mbqlw5sfa.fsf@jpl.org> (raw)
In-Reply-To: <b4m3b78o8is.fsf@jpl.org>

>>>>> In <b4m3b78o8is.fsf@jpl.org> Katsumi Yamaoka wrote:

> --- 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 <http://www3.asahi.com/rss/index.rdf> 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.

2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>

	* nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
	one after turning on the buffer's multibyteness instead of decoding
	them directly in the unibyte buffer that causes unexpected conversion
	in Emacs 23 (unicode).

Regards,



  reply	other threads:[~2006-12-22  6:57 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-12-21 10:08 Jhair Tocancipa Triana
2006-12-21 16:21 ` Reiner Steib
2006-12-22  0:09   ` Katsumi Yamaoka
2006-12-22  4:32     ` Katsumi Yamaoka
2006-12-22  6:57       ` Katsumi Yamaoka [this message]
2006-12-22 11:03       ` Jhair Tocancipa Triana

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b4mbqlw5sfa.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).