From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/56347 Path: main.gmane.org!not-for-mail From: Mike FABIAN Newsgroups: gmane.emacs.gnus.general,gmane.emacs.xemacs.beta Subject: Re: Status of XEmacs' (21.5) UTF-8 capabilities Date: Wed, 11 Feb 2004 16:37:51 +0100 Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: sea.gmane.org 1076513926 32441 80.91.224.253 (11 Feb 2004 15:38:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 11 Feb 2004 15:38:46 +0000 (UTC) Cc: xemacs-beta@xemacs.org Original-X-From: ding-owner+M4887@lists.math.uh.edu Wed Feb 11 16:38:30 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AqwRZ-0000Qx-00 for ; Wed, 11 Feb 2004 16:38:29 +0100 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 1AqwR7-0004u1-00; Wed, 11 Feb 2004 09:38:01 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1AqwR1-0004tw-00 for ding@lists.math.uh.edu; Wed, 11 Feb 2004 09:37:55 -0600 Original-Received: from Cantor.suse.de (ns.suse.de [195.135.220.2]) by justine.libertine.org (Postfix) with ESMTP id 0D4363A007F for ; Wed, 11 Feb 2004 09:37:55 -0600 (CST) Original-Received: from hermes.suse.de (Hermes.suse.de [195.135.221.8]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by Cantor.suse.de (Postfix) with ESMTP id 4F22F1AD085; Wed, 11 Feb 2004 16:37:52 +0100 (CET) Original-To: ding@gnus.org X-Face: "';oPz9V1+<,`}1ZuxRv~EiSusWq*{Yjr"Sdvbhq'?q=2R\\6Y9O/,SAE`{J|6I=|w/sQg< rW_N'E3IV6~f8?\l#Es`]S`mv',PY(`8{$$R?+gLu}Qv/Mn>)?uladFjJ@yl!_p_Jh;5QxlD6zL:?r IXe4FfK$C^mWhh$o`yt;.r.FLZLQOWBt> (Reiner Steib's message of "Mon, 12 Jan 2004 21:14:40 +0100") User-Agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Rational FORTRAN, linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:56347 gmane.emacs.xemacs.beta:13560 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:56347 --=-=-= Content-Type: text/plain; charset=iso-2022-jp Reiner Steib <4.uce.03.r.s@nurfuerspam.de> さんは書きました: > Is Steffen Lorch's (he did the tests with XEmacs) and my assumption > correct, that (Gnus with) XEmacs cannot post UTF-8 articles? You need to patch Gnus v5.10.6 a little bit. Attached is the small patch for Gnus v5.10.6 which I use to make XEmacs be able to post in UTF-8: --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=mm-util.el.patch Index: mm-util.el =================================================================== RCS file: /usr/local/cvsroot/gnus/lisp/mm-util.el,v retrieving revision 6.53 diff -u -r6.53 mm-util.el --- mm-util.el 6 Jan 2003 04:31:23 -0000 6.53 +++ mm-util.el 31 Jan 2003 21:35:17 -0000 @@ -541,7 +541,9 @@ (if (and (memq 'iso-2022-jp-2 charsets) (memq 'iso-2022-jp-2 hack-charsets)) (setq charsets (delq 'iso-2022-jp charsets))) - charsets)) + (if (> (length charsets) 1) + '(utf-8) + charsets))) (defmacro mm-with-unibyte-buffer (&rest forms) "Create a temporary buffer, and evaluate FORMS there like `progn'. --=-=-= Content-Type: text/plain; charset=iso-2022-jp -- Mike FABIAN http://www.suse.de/~mfabian 睡眠不足はいい仕事の敵だ。 --=-=-=--