From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/19122 Path: main.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: PATCH for mm-util.el Date: 24 Nov 1998 05:53:35 -0500 Organization: Emacsen advocacy group Sender: owner-ding@hpc.uh.edu Message-ID: References: <283e79onov.fsf@kchisa.ga.sony.co.jp> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 X-Trace: main.gmane.org 1035157530 9966 80.91.224.250 (20 Oct 2002 23:45:30 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:45:30 +0000 (UTC) Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id FAA24843 for ; Tue, 24 Nov 1998 05:56:04 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.1/8.9.1) with ESMTP id EAB03280; Tue, 24 Nov 1998 04:55:55 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 24 Nov 1998 04:55:53 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id EAA29875 for ; Tue, 24 Nov 1998 04:55:45 -0600 (CST) Original-Received: from mars.web-hosting.com (mars.web-hosting.com [151.196.204.6]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id FAA24838 for ; Tue, 24 Nov 1998 05:55:37 -0500 (EST) Original-Received: (from yamaoka@localhost) by mars.web-hosting.com (8.8.8/8.8.8) id FAA09457 for ding@gnus.org; Tue, 24 Nov 1998 05:51:21 -0500 (EST) Original-To: ding@gnus.org In-Reply-To: Lars Magne Ingebrigtsen's message of "24 Nov 1998 11:21:10 +0100" User-Agent: Gnus/5.070053 (Pterodactyl Gnus v0.53) Emacs/20.3.2 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:19122 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:19122 >>>>> In >>>>> Lars Magne Ingebrigtsen wrote: > It seems that coding systems and MIME charsets are confused in > mm-decode-coding-* and mm-encode-coding-*. Lars> I don't see quite what's confusing if I've understood things Lars> correctly, which I probably haven't. :-) Lars> A MULE "coding system" is the same thing as a MIME "charset". Lars> Isn't it? For example, a MIME charset `iso-2022-jp-2' is not a MULE coding system. (decode-coding-string "\e$B$3$s$K$A$O\e(B" 'iso-2022-jp-2) => Invalid coding system: iso-2022-jp-2 It should be replaced to `iso-2022-7bit-ss2' under Emacs 20. In addition `us-ascii', `gb2312', `cn-gb' and `x-ctext' are not MULE coding system as well. What have you make `mm-charset-coding-system-alist' for? :-) -- Katsumi Yamaoka