From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/23576 Path: main.gmane.org!not-for-mail From: Shenghuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: p0.88 possible charset bug Date: 26 Jun 1999 00:10:25 -0400 Organization: U of Rochester Sender: owner-ding@hpc.uh.edu Message-ID: <2nogi38uvi.fsf@tiger.jia.vnet> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035161284 2778 80.91.224.250 (21 Oct 2002 00:48:04 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:48:04 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from farabi.math.uh.edu (farabi.math.uh.edu [129.7.128.57]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id CAA10289 for ; Sat, 26 Jun 1999 02:45:17 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by farabi.math.uh.edu (8.9.1/8.9.1) with ESMTP id XAB11562; Fri, 25 Jun 1999 23:05:56 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 25 Jun 1999 23:06:25 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id XAA12768 for ; Fri, 25 Jun 1999 23:06:15 -0500 (CDT) Original-Received: from cayuga.cs.rochester.edu (cayuga.cs.rochester.edu [192.5.53.209]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id AAA06839 for ; Sat, 26 Jun 1999 00:05:14 -0400 (EDT) Original-Received: from heart.cs.rochester.edu (heart.cs.rochester.edu [192.5.53.109]) by cayuga.cs.rochester.edu (8.9.3/Q) with ESMTP id AAA23276; Sat, 26 Jun 1999 00:04:55 -0400 (EDT) Original-Received: (from zsh@localhost) by heart.cs.rochester.edu (8.9.3/8.9.3) id AAA05522; Sat, 26 Jun 1999 00:10:25 -0400 Original-To: Karl Kleinpaste X-Attribution: ZSH X-Face: 'IF:e51ib'Qbl^(}l^&4-J`'P!@[4~O|&k#:@Gld#b/]oMq&`&FVY._3+b`mzp~Jeve~/#/ ERD!OTe<86UhyN=l`mrPY)M7_}`Ktt\K+58Z!hu7>qU,i.N7TotU[FYE(f1;}`g2xj!u*l`^&=Q!g{ *q|ddto|nkt"$r,K$[)"|6,elPH= GJ6Q In-Reply-To: Karl Kleinpaste's message of "17 Jun 1999 13:07:46 -0400" Original-Lines: 19 User-Agent: Gnus/5.070088 (Pterodactyl Gnus v0.88) XEmacs/20.4 (Emerald) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:23576 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:23576 >>>>> "KK" == Karl Kleinpaste writes: KK> Hm...a difference of appearance varying only with xemacs beta version KK> disturbs me. See http://www.cs.cmu.edu/~karl/gnus/pterodactyl/ for KK> screenshots of how this appears under -b16+p0.88. XEmacs Beta version probably does not setup mule as identically as XEmacs 20.4. Please check the following expressions (featurep 'mule) enable-multibyte-characters They should be true, at least in function mm-decode-body. Otherwise, we have to change some conditions in mm-decode-body/mm-decode-string if it is not a bug in -b16. -- Shenghuo ZHU