From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/62029 Path: news.gmane.org!not-for-mail From: "Stephen J. Turnbull" Newsgroups: gmane.emacs.xemacs.beta,gmane.emacs.gnus.general Subject: Re: [Bug: 21.4.18] gnus 5.10.7 not rendering Latin-1 headers Date: Mon, 20 Feb 2006 17:46:11 +0900 Organization: The XEmacs Project Message-ID: <87mzgmquy4.fsf@tleepslib.sk.tsukuba.ac.jp> References: <8062.1140387067@athyra> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 X-Trace: sea.gmane.org 1140425202 3256 80.91.229.2 (20 Feb 2006 08:46:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 20 Feb 2006 08:46:42 +0000 (UTC) Cc: ding@gnus.org, XEmacs Beta Original-X-From: xemacs-beta-bounces@xemacs.org Mon Feb 20 09:46:36 2006 Return-path: Envelope-to: gexb-xemacs-beta@gmane.org Original-Received: from gwyn.tux.org ([199.184.165.135]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FB6gg-0007Iv-At for gexb-xemacs-beta@gmane.org; Mon, 20 Feb 2006 09:46:30 +0100 Original-Received: from gwyn.tux.org (ident-user@localhost.localdomain [127.0.0.1]) by gwyn.tux.org (8.12.11/8.12.11) with ESMTP id k1K8kMnq012457; Mon, 20 Feb 2006 03:46:24 -0500 Original-Received: from gwyn.tux.org (ident-user@localhost.localdomain [127.0.0.1]) by gwyn.tux.org (8.12.11/8.12.11) with ESMTP id k1K8kKkV012440 for ; Mon, 20 Feb 2006 03:46:20 -0500 Original-Received: (from xemacweb@localhost) by gwyn.tux.org (8.12.11/8.12.11/Submit) id k1K8kKxF012439 for xemacs-beta-mailman@xemacs.org; Mon, 20 Feb 2006 03:46:20 -0500 Original-Received: from gwyn.tux.org (ident-user@localhost.localdomain [127.0.0.1]) by gwyn.tux.org (8.12.11/8.12.11) with ESMTP id k1K8kGQr012423 for ; Mon, 20 Feb 2006 03:46:16 -0500 Original-Received: (from mailnull@localhost) by gwyn.tux.org (8.12.11/8.12.11/Submit) id k1K8kGNU012422 for xemacweb@tux.org; Mon, 20 Feb 2006 03:46:16 -0500 Original-Received: from tleepslib.sk.tsukuba.ac.jp (Debian-exim@tleepslib.sk.tsukuba.ac.jp [130.158.98.109]) by gwyn.tux.org (8.12.11/8.12.11) with ESMTP id k1K8kG7V012411 for ; Mon, 20 Feb 2006 03:46:16 -0500 Original-Received: from steve by tleepslib.sk.tsukuba.ac.jp with local (Exim 4.60) (envelope-from ) id 1FB6gO-0002tN-7z; Mon, 20 Feb 2006 17:46:12 +0900 Original-To: Mike Kupfer X-Attribution: sjt In-Reply-To: (Reiner Steib's message of "Mon, 20 Feb 2006 00:22:49 +0100") User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.5-b23 (daikon, linux) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.6 (gwyn.tux.org [0.0.0.0]); Mon, 20 Feb 2006 03:46:24 -0500 (EST) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.6 (gwyn.tux.org [0.0.0.0]); Mon, 20 Feb 2006 03:46:20 -0500 (EST) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.6 (gwyn.tux.org [0.0.0.0]); Mon, 20 Feb 2006 03:46:16 -0500 (EST) X-Greylist: Delayed for 41:50:15 by milter-greylist-1.6 (gwyn.tux.org [199.184.165.136]); Mon, 20 Feb 2006 03:46:16 -0500 (EST) X-Virus-Scanned: ClamAV version 0.87.1, clamav-milter version 0.87 on gwyn.tux.org X-Virus-Scanned: ClamAV version 0.87.1, clamav-milter version 0.87 on gwyn.tux.org X-Virus-Scanned: ClamAV version 0.87.1, clamav-milter version 0.87 on gwyn.tux.org X-Virus-Scanned: ClamAV version 0.87.1, clamav-milter version 0.87 on gwyn.tux.org X-Virus-Status: Clean X-XEmacs-List: beta X-BeenThere: xemacs-beta@xemacs.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: XEmacs Beta Testers List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Original-Sender: xemacs-beta-bounces@xemacs.org Errors-To: xemacs-beta-bounces@xemacs.org Xref: news.gmane.org gmane.emacs.xemacs.beta:22111 gmane.emacs.gnus.general:62029 Archived-At: >>>>> "Reiner" == Reiner Steib writes: Reiner> In case it wasn't obvious: mm-coding-system-list (the Reiner> function) is aliased to "ignore" if (fbound Reiner> 'coding-system-list) is nil. So mm-coding-system-p passes nil back to Gnus. Reiner> Leaving this for the XEmacs folks... >> What should (mm-coding-system-p 'iso-8859-1) return in non-MULE >> XEmacs? nil, according to Reiner's description of the design. So Gnus is receiving nil as a result from an internal Gnus function, and refusing to handle that value, which eventually results in an error and buggy display. This is definitely not an XEmacs problem---it's all internal to Gnus. So I guess Reiner is saying that no-MULE XEmacs is not supported by Gnus any more. -- School of Systems and Information Engineering http://turnbull.sk.tsukuba.ac.jp University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN Ask not how you can "do" free software business; ask what your business can "do for" free software.