all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
To: 5647@debbugs.gnu.org
Cc: ding@gnus.org, jidanni@jidanni.org
Subject: bug#5647: 23.1.92; MS950 Charset in Q/B headers
Date: Mon, 15 Mar 2010 10:43:57 +0900	[thread overview]
Message-ID: <b4miq8ye4v6.fsf__19857.1762456142$1268618105$gmane$org@jpl.org> (raw)
In-Reply-To: <87fx4pn1n7.fsf@jidanni.org>

>>>>> Katsumi Yamaoka wrote:
>>>>>> Kenichi Handa wrote:
>> It seems that Gnus is not yet using coding-system-from-name.

> This will probably work.

> --- mm-util.el~	2010-01-13 09:41:40 +0000
> +++ mm-util.el	2010-03-08 04:10:44 +0000
> @@ -566,6 +566,9 @@
>  ;;; 	 (eq charset (coding-system-get charset 'mime-charset))
>  	 )
>      charset)
> +   ;; Use coding system Emacs knows.
> +   ((and (fboundp 'coding-system-from-name)
> +	 (coding-system-from-name charset)))
>     ;; Eval expressions from `mm-charset-eval-alist'
>     ((let* ((el (assq charset mm-charset-eval-alist))
>  	   (cs (car el))

> But I'm not sure it is a bugfix since there're some ways for a user
> to tell Gnus that ms950 is cp950 (e.g. `mm-charset-synonym-alist').

I've installed it in Emacs trunk (i.e. Emacs 24) and Gnus trunk.
This thread should be closed.

P.S. Gnus trunk has been tagged with `emacs_23_2_RC' before sync'ing
with Emacs 24.






  parent reply	other threads:[~2010-03-15  1:43 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-25  8:46 23.1.92; MS950 Charset in Q/B headers jidanni
2010-03-08  1:11 ` bug#5647: " Kenichi Handa
2010-03-08  4:11   ` Katsumi Yamaoka
     [not found]   ` <b4my6i3bgft.fsf@jpl.org>
2010-03-15  1:43     ` Katsumi Yamaoka [this message]
     [not found]     ` <b4miq8ye4v6.fsf@jpl.org>
2010-03-15 19:20       ` Glenn Morris

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='b4miq8ye4v6.fsf__19857.1762456142$1268618105$gmane$org@jpl.org' \
    --to=yamaoka@jpl.org \
    --cc=5647@debbugs.gnu.org \
    --cc=ding@gnus.org \
    --cc=jidanni@jidanni.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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.