From mboxrd@z Thu Jan 1 00:00:00 1970 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: Sat, 24 May 2003 19:18:53 -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> <200305231221.VAA09569@etlken.m17n.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1053818269 5250 80.91.224.249 (24 May 2003 23:17:49 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 24 May 2003 23:17:49 +0000 (UTC) Cc: cloos@jhcloos.com, jas@extundo.com, emacs-devel@gnu.org, ding@gnus.org Original-X-From: ding-owner+M1373@lists.math.uh.edu Sun May 25 01:17:45 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 19JiGm-0001MM-00 for ; Sun, 25 May 2003 01:17:45 +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 19JiI4-000710-00; Sat, 24 May 2003 18:19:04 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19JiHw-00070u-00 for ding@lists.math.uh.edu; Sat, 24 May 2003 18:18:56 -0500 Original-Received: (qmail 72199 invoked by alias); 24 May 2003 23:18:55 -0000 Original-Received: (qmail 72194 invoked from network); 24 May 2003 23:18:55 -0000 Original-Received: from fencepost.gnu.org (199.232.76.164) by sclp3.sclp.com with SMTP; 24 May 2003 23:18:55 -0000 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.20) id 19JiHt-0007Wh-3V; Sat, 24 May 2003 19:18:53 -0400 Original-To: Kenichi Handa In-reply-to: <200305231221.VAA09569@etlken.m17n.org> (message from Kenichi Handa on Fri, 23 May 2003 21:21:39 +0900 (JST)) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:52829 gmane.emacs.devel:14205 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:14205 It works if (STRING . RETURN-TYPE) is returned. But, can we also change x-get-selection to return that cons? That would be an incompatible change, but it is in a low-level function that I think is not used much by users. So I think it is ok to make an incompatible change here. I am not certain that approach is better, but if you agree it is better, please do it.