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: Sun, 15 Jun 2003 11:59:28 -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> <200305231221.VAA09569@etlken.m17n.org> <200306130837.RAA15089@etlken.m17n.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1055692658 21383 80.91.224.249 (15 Jun 2003 15:57:38 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 15 Jun 2003 15:57:38 +0000 (UTC) Cc: jas@extundo.com, ding@gnus.org, emacs-devel@gnu.org Original-X-From: ding-owner+M1711=ding+2Daccount=gmane.org@lists.math.uh.edu Sun Jun 15 17:57:33 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 19RZsF-0005W6-00 for ; Sun, 15 Jun 2003 17:56:55 +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 19RZus-0003LC-07 for ding-account@gmane.org; Sun, 15 Jun 2003 10:59:38 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19RZuk-0003L4-00 for ding@lists.math.uh.edu; Sun, 15 Jun 2003 10:59:30 -0500 Original-Received: (qmail 71152 invoked by alias); 15 Jun 2003 15:59:30 -0000 Original-Received: (qmail 71147 invoked from network); 15 Jun 2003 15:59:30 -0000 Original-Received: from fencepost.gnu.org (199.232.76.164) by sclp3.sclp.com with SMTP; 15 Jun 2003 15:59:30 -0000 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.20) id 19RZui-0003SC-EG; Sun, 15 Jun 2003 11:59:28 -0400 Original-To: Kenichi Handa In-reply-to: <200306130837.RAA15089@etlken.m17n.org> (message from Kenichi Handa on Fri, 13 Jun 2003 17:37:15 +0900 (JST)) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:53167 gmane.emacs.devel:15104 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:15104 I've just found that selection_data_to_lisp_data returns a cons when a selection data is 32-bit number. I think it is better not to give two meanings for a cons type even if we can distinguish them by checking the type of the car part. That is a valid argument. My opinion now is that using text-property both in x-get-selection-internal and x-get-selection is better. If you don't have a farther counterargument, I'll install a change along my original line. Please do.