From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/59369 Path: main.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: XEmacs, Gnus and mm-coding-system priorities. Date: Tue, 07 Dec 2004 21:32:52 +0900 Organization: Emacsen advocacy group Message-ID: References: <16816.39575.977351.530618.dm0@vm.parhasard.net> <16820.62708.663703.64580.z25zdq@parhasard.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1102422824 2564 80.91.229.6 (7 Dec 2004 12:33:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 7 Dec 2004 12:33:44 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+M7909@lists.math.uh.edu Tue Dec 07 13:33:36 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13] ident=mail) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CbeXA-0007jW-00 for ; Tue, 07 Dec 2004 13:33:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1CbeWr-0002yN-00; Tue, 07 Dec 2004 06:33:17 -0600 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1CbeWj-0002yH-00 for ding@lists.math.uh.edu; Tue, 07 Dec 2004 06:33:09 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1CbeWh-0006y4-5G for ding@lists.math.uh.edu; Tue, 07 Dec 2004 06:33:07 -0600 Original-Received: from washington.hostforweb.net (washington.hostforweb.net [69.61.11.2]) by justine.libertine.org (Postfix) with ESMTP id C3E843A01FF for ; Tue, 7 Dec 2004 06:33:06 -0600 (CST) Original-Received: from [127.0.0.1] (helo=localhost) by washington.hostforweb.net with esmtpa (Exim 4.42) id 1CbeWf-0005vr-6r; Tue, 07 Dec 2004 07:33:05 -0500 Original-To: Aidan Kehoe X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:ZyyEH/x0sNlhoNzJz0Zhsbwe/Ug= X-Hashcash: 1:20:041207:kehoea@parhasard.net::kuhUrYp7s3D57OI4:00000000000000000000000000000000000000000JFD9 X-Hashcash: 1:20:041207:ding@gnus.org::DQEc1+SDQN1SpiWT:00001iat X-Antivirus-Scanner: Clean mail though you should still use an Antivirus X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - washington.hostforweb.net X-AntiAbuse: Original Domain - gnus.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: main.gmane.org gmane.emacs.gnus.general:59369 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:59369 >>>>> In Katsumi Yamaoka wrote: > Anyway, thank you for the new patch. I wish we could merge it > by the time Gnus v5.10.7 is released. I'm ready to install your patch in the Gnus trunk and the v5-10 branch. My patch is available at: http://www.jpl.org/mm-patch-20041207.txt I hope it is tested by many XEmacs users in the Latin worlds. There I made slightly modifications: 1. Added some dummy definitions to suppress compile warnings. 2. Provided a small macro used to reduce a funcall overhead in Emacs. 3. Corrected the order of arguments specified to the latin-unity-massage-name function. 4. Removed the chars-region variable which is unused. If there's no comment, I will commit it when you drop a signed paper into a mailbox. (For the change to v5-10 branch, I think it can be considered to be a bug fix since Gnus didn't have an ability to unify Latin-9 into Latin-1 in XEmacs.) P.S. I found another problem, although it is not related to this subject. The following form causes an error in XEmacs, but Emacs works. (rfc2047-encode-string (string (make-char 'latin-iso8859-1 95) (make-char 'japanese-jisx0208 38 66))) The occasion using mixture text of Latin and Japanese is few, though.