From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/51799 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: MML charset tag regression Date: Fri, 25 Apr 2003 01:00:21 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: References: <8465p3kgpl.fsf@lucy.is.informatik.uni-duisburg.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1051225252 32320 80.91.224.249 (24 Apr 2003 23:00:52 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 24 Apr 2003 23:00:52 +0000 (UTC) Original-X-From: ding-owner+M342@lists.math.uh.edu Fri Apr 25 01:00:49 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 198phN-0008Ns-00 for ; Fri, 25 Apr 2003 01:00:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 198phf-0003j9-00; Thu, 24 Apr 2003 18:00:31 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 198pha-0003j4-00 for ding@lists.math.uh.edu; Thu, 24 Apr 2003 18:00:26 -0500 Original-Received: (qmail 49705 invoked by alias); 24 Apr 2003 23:00:25 -0000 Original-Received: (qmail 49700 invoked from network); 24 Apr 2003 23:00:25 -0000 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net (HELO yxa.extundo.com) (217.13.230.178) by sclp3.sclp.com with SMTP; 24 Apr 2003 23:00:25 -0000 Original-Received: from latte.josefsson.org (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.12.9/8.12.9) with ESMTP id h3ON0L07004017 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK) for ; Fri, 25 Apr 2003 01:00:22 +0200 Original-To: ding@gnus.org Mail-Copies-To: nobody X-Payment: hashcash 1.2 0:030424:ding@gnus.org:97c8b72a8bf6bfc4 X-Hashcash: 0:030424:ding@gnus.org:97c8b72a8bf6bfc4 In-Reply-To: <8465p3kgpl.fsf@lucy.is.informatik.uni-duisburg.de> (Kai =?iso-8859-1?q?Gro=DFjohann's?= message of "Thu, 24 Apr 2003 18:23:02 +0200") User-Agent: Gnus/5.090019 (Oort Gnus v0.19) Emacs/21.3.50 (gnu/linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:51799 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:51799 kai.grossjohann@gmx.net (Kai Großjohann) writes: > What happens when you C-x C-f a nonexisting file, then yank the > Japanese into that buffer, than do C-x RET f utf-u RET C-x C-s? When > I tried it with Chinese, it told me that it tried encodings > iso-8859-1 and utf-8 but that it couldn't encode the Chinese > characters. It then suggested to use gb2312 instead. > > Do you get the same behavior? Yes. For the Japanese string, it suggests shift_jis, after trying and failing with mule-utf8. I guess the CJK support is still incomplete in Emacs CVS, since mule-utf8 failed? Sigh. > Do you think that this used to work in previous Emacs versions, ie > before I changed utf-translate-cjk to use define-minor-mode? I'm not sure -- I know that the charset= stuff used to work, but now that I test latin scripts, it do work. So maybe there is only a problem for CJK scripts.