From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/64035 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: (\(de\|en\)code-coding- Date: Thu, 30 Nov 2006 08:52:50 +0900 Organization: Emacsen advocacy group Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1164844445 13812 80.91.229.2 (29 Nov 2006 23:54:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 29 Nov 2006 23:54:05 +0000 (UTC) Cc: Uwe Brauer Original-X-From: ding-owner+M12558@lists.math.uh.edu Thu Nov 30 00:54:04 2006 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GpZFX-0003yX-B9 for ding-account@gmane.org; Thu, 30 Nov 2006 00:53:59 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1GpZFD-0006Li-HS; Wed, 29 Nov 2006 17:53:39 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1GpZFB-0006LG-Tc for ding@lists.math.uh.edu; Wed, 29 Nov 2006 17:53:37 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.63) (envelope-from ) id 1GpZF5-00009I-AK for ding@lists.math.uh.edu; Wed, 29 Nov 2006 17:53:37 -0600 Original-Received: from orlando.hostforweb.net ([216.246.45.90]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1GpZF2-0008Np-00 for ; Thu, 30 Nov 2006 00:53:28 +0100 Original-Received: from [66.225.201.151] (port=35422 helo=mail.jpl.org) by orlando.hostforweb.net with esmtpa (Exim 4.52) id 1GpZEa-0004Qi-Kz; Wed, 29 Nov 2006 17:53:00 -0600 Original-To: ding@gnus.org X-Hashcash: 1:20:061129:ding@gnus.org::s56uXmIiUjY5BvNh:00000FwQ X-Hashcash: 1:20:061129:oub@mat.ucm.es::Z62Bil0CLHQia8y7:0003jNl 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.110006 (No Gnus v0.6) Emacs/22.0.91 (gnu/linux) Cancel-Lock: sha1:WSXSj/2nP9yoCI0nGqJ3QLaXAZA= 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 - orlando.hostforweb.net X-AntiAbuse: Original Domain - gnus.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: -2.5 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:64035 Archived-At: Hi, I found things that might cause an error in XEmacs with no Mule by performing egrep '\((de|en)code-coding-' *.el in the Gnus source directory. So, I fixed only nneething.el so as to use mm-decode-coding-string instead of decode-coding-string in both the trunk and the v5-10 branch. But I didn't modify mml2015.el and the PGG modules since I don't know whether PGG and EasyPG support non-Mule XEmacs. cf. http://news.gmane.org/group/gmane.emacs.gnus.user/thread=8276 Regards,