From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/23596 Path: main.gmane.org!not-for-mail From: Karl Kleinpaste Newsgroups: gmane.emacs.gnus.general Subject: Re: p0.88 possible charset bug Date: 28 Jun 1999 11:20:38 -0400 Sender: owner-ding@hpc.uh.edu Message-ID: References: <2nogi38uvi.fsf@tiger.jia.vnet> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035161300 2873 80.91.224.250 (21 Oct 2002 00:48:20 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:48:20 +0000 (UTC) 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 LAA10998 for ; Mon, 28 Jun 1999 11:30:11 -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 KAB23863; Mon, 28 Jun 1999 10:21:46 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 28 Jun 1999 10:22:18 -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 KAA17726 for ; Mon, 28 Jun 1999 10:22:07 -0500 (CDT) Original-Received: from beaver.jprc.com (BEAVER.JPRC.COM [207.86.147.217]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id LAA10696 for ; Mon, 28 Jun 1999 11:21:07 -0400 (EDT) Original-Received: (from karl@localhost) by beaver.jprc.com (8.8.7/8.8.7) id LAA26285; Mon, 28 Jun 1999 11:20:38 -0400 Original-To: ding@gnus.org X-Face: "5(T0tZd{6}pd~YzBG8O/*EW,.]6]@`m^e;fv65W^Y&=d"M\1H}>T~4_.kcDD.O~y3k)a6h R;Nmi>9|>Nm${2IpM0^RcUEa\jcq?KOP)C&~x51l~zCHTulL^_T|u0I^kB'z@]{`2YjQu In-Reply-To: Shenghuo ZHU's message of "26 Jun 1999 00:10:25 -0400" Original-Lines: 21 User-Agent: Gnus/5.070088 (Pterodactyl Gnus v0.88) XEmacs/21.2 (Chiyoda) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:23596 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:23596 Shenghuo ZHU writes: > 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. They're both true everywhere. (featurep 'mule) => t `enable-multibyte-characters' is a built-in boolean variable. Value: t Documentation: Emacs Compatible; Unimplemented Non-nil means the buffer contents are regarded as multi-byte form of characters, not a binary code. This affects the display, file I/O, and behaviors of various editing commands. Setting this to nil does not do anything.