From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.gnus.general,gmane.emacs.devel Subject: Re: MML charset tag regression Date: Thu, 5 Jun 2003 10:36:11 +0900 (JST) Sender: ding-owner@lists.math.uh.edu Message-ID: <200306050136.KAA02408@etlken.m17n.org> References: <8B17870A-8BA8-11D7-8E1F-00039363E640@swipnet.se> <200305220058.JAA06943@etlken.m17n.org> <200305301203.VAA21557@etlken.m17n.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1054776857 24021 80.91.224.249 (5 Jun 2003 01:34:17 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 5 Jun 2003 01:34:17 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org, jas@extundo.com, ding@gnus.org Original-X-From: ding-owner+M1554@lists.math.uh.edu Thu Jun 05 03:34:15 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 19Njdv-0006FI-00 for ; Thu, 05 Jun 2003 03:34:15 +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 19Njg1-00065Y-00; Wed, 04 Jun 2003 20:36:25 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19Njfu-00065S-00 for ding@lists.math.uh.edu; Wed, 04 Jun 2003 20:36:18 -0500 Original-Received: (qmail 84464 invoked by alias); 5 Jun 2003 01:36:17 -0000 Original-Received: (qmail 84456 invoked from network); 5 Jun 2003 01:36:17 -0000 Original-Received: from tsukuba.m17n.org (192.47.44.130) by sclp3.sclp.com with SMTP; 5 Jun 2003 01:36:17 -0000 Original-Received: from fs.m17n.org (fs.m17n.org [192.47.44.2]) by tsukuba.m17n.org (8.11.6p2/3.7W-20010518204228) with ESMTP id h551aCu02722; Thu, 5 Jun 2003 10:36:12 +0900 (JST) (envelope-from handa@m17n.org) Original-Received: from etlken.m17n.org (etlken.m17n.org [192.47.44.125]) by fs.m17n.org (8.11.6/3.7W-20010823150639) with ESMTP id h551aB923610; Thu, 5 Jun 2003 10:36:11 +0900 (JST) Original-Received: (from handa@localhost) by etlken.m17n.org (8.8.8+Sun/3.7W-2001040620) id KAA02408; Thu, 5 Jun 2003 10:36:11 +0900 (JST) Original-To: d.love@dl.ac.uk In-reply-to: (message from Dave Love on Wed, 04 Jun 2003 22:52:57 +0100) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/21.2.92 (sparc-sun-solaris2.6) MULE/5.0 (SAKAKI) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:53010 gmane.emacs.devel:14737 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:14737 In article , Dave Love writes: > Kenichi Handa writes: >> Currently, even if we customize utf-fragment-on-decoding to >> t, iso-8859-2 chars encoded in utf-8 can't be decoded into >> latin-iso8859-2 charset because utf-fragmentation-table >> contain only Greek and Cyrillic chars. > But you can add what you like to it; I didn't mean you > could currently use Custom to do it. I think writing series of (aset ...) is far from "customizable". If there were utf-fragment-charset-list, by customizing it, people can reflect their preference easily in utf-fragment-on-decoding mode. Anyway, it seems that you are suggesting that Emacs should request UTF8_STRING at first to receive selection data. Correct? --- Ken'ichi HANDA handa@m17n.org