From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/52803 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.gnus.general,gmane.emacs.devel Subject: Re: MML charset tag regression Date: Fri, 23 May 2003 08:03:15 -0400 Sender: ding-owner@lists.math.uh.edu Message-ID: References: <8465p3kgpl.fsf@lucy.is.informatik.uni-duisburg.de> <84bryuogke.fsf@lucy.is.informatik.uni-duisburg.de> <200304281158.UAA10974@etlken.m17n.org> <200305201247.VAA04493@etlken.m17n.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1053691553 7884 80.91.224.249 (23 May 2003 12:05:53 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 23 May 2003 12:05:53 +0000 (UTC) Cc: cloos@jhcloos.com, jas@extundo.com, emacs-devel@gnu.org, ding@gnus.org Original-X-From: ding-owner+M1346@lists.math.uh.edu Fri May 23 14:05:50 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 19JBEx-0001Pa-00 for ; Fri, 23 May 2003 14:01:40 +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 19JBGf-0007uy-00; Fri, 23 May 2003 07:03:25 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19JBGX-0007us-00 for ding@lists.math.uh.edu; Fri, 23 May 2003 07:03:17 -0500 Original-Received: (qmail 51057 invoked by alias); 23 May 2003 12:03:17 -0000 Original-Received: (qmail 51052 invoked from network); 23 May 2003 12:03:17 -0000 Original-Received: from fencepost.gnu.org (199.232.76.164) by sclp3.sclp.com with SMTP; 23 May 2003 12:03:17 -0000 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.20) id 19JBGV-0006Cz-Cv; Fri, 23 May 2003 08:03:15 -0400 Original-To: Kenichi Handa In-reply-to: <200305201247.VAA04493@etlken.m17n.org> (message from Kenichi Handa on Tue, 20 May 2003 21:47:42 +0900 (JST)) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:52803 gmane.emacs.devel:14123 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:52803 (1) Modify selection_data_to_lisp_data (in xselect.c) to simply return a unibyte string generated from selection data while putting text property `foreign-selection' (value is a symbol of type). This property is to distinguish it from the return string of x_get_local_selection. This property is also used to decode it properly. Would it work to return a cons cell (STRING . CODING-SYSTEM)? That is a little cleaner, I think, than using a text property.