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: Tue, 17 Jun 2003 20:06:51 +0900 (JST) Sender: ding-owner@lists.math.uh.edu Message-ID: <200306171106.UAA20455@etlken.m17n.org> 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> 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 1055848133 26583 80.91.224.249 (17 Jun 2003 11:08:53 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 17 Jun 2003 11:08:53 +0000 (UTC) Cc: jas@extundo.com, ding@gnus.org, emacs-devel@gnu.org Original-X-From: ding-owner+M1735@lists.math.uh.edu Tue Jun 17 13:08:51 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 19SEJt-0006ru-00 for ; Tue, 17 Jun 2003 13:08:09 +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 19SEJ4-0000Up-00; Tue, 17 Jun 2003 06:07:18 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19SEIu-0000Uh-00 for ding@lists.math.uh.edu; Tue, 17 Jun 2003 06:07:08 -0500 Original-Received: (qmail 50329 invoked by alias); 17 Jun 2003 11:07:08 -0000 Original-Received: (qmail 50324 invoked from network); 17 Jun 2003 11:07:07 -0000 Original-Received: from tsukuba.m17n.org (192.47.44.130) by sclp3.sclp.com with SMTP; 17 Jun 2003 11:07:07 -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 h5HB6uu02296; Tue, 17 Jun 2003 20:06:56 +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 h5HB6p927578; Tue, 17 Jun 2003 20:06:52 +0900 (JST) Original-Received: (from handa@localhost) by etlken.m17n.org (8.8.8+Sun/3.7W-2001040620) id UAA20455; Tue, 17 Jun 2003 20:06:51 +0900 (JST) Original-To: rms@gnu.org In-reply-to: (message from Richard Stallman on Sun, 15 Jun 2003 11:59:28 -0400) 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:53191 gmane.emacs.devel:15149 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:15149 In article , Richard Stallman writes: > 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. Just done. It is better to declare x-select-request-type with defcustom, but I don't know how to write :type code. Someone please work on it. And, I added this in etc/NEWS. Index: NEWS =================================================================== RCS file: /cvsroot/emacs/emacs/etc/NEWS,v retrieving revision 1.823 retrieving revision 1.824 diff -u -c -r1.823 -r1.824 cvs server: conflicting specifications of output style *** NEWS 5 Jun 2003 23:56:32 -0000 1.823 --- NEWS 17 Jun 2003 11:00:53 -0000 1.824 *************** *** 364,369 **** --- 364,374 ---- X selections. If you don't want this support, set `selection-coding-system' to `compound-text'. + ** The new variable `x-select-request-type' controls how Emacs + requests X selection. The default value is nil, which means that + Emacs requests X selection with types COMPOUND_TEXT and UTF8_STRING, + and use the more appropriately result. + +++ ** The parameters of automatic hscrolling can now be customized. The variable `hscroll-margin' determines how many columns away from --- Ken'ichi HANDA handa@m17n.org