From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/31280 Path: main.gmane.org!not-for-mail From: Hrvoje Niksic Newsgroups: gmane.emacs.gnus.general Subject: Re: Message forwarding annoyance and message-forward-show-mml Date: 04 Jun 2000 13:13:01 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: <2npuq0xn1y.fsf@tiger.jia.vnet> <2n7lc8mbte.fsf@tiger.jia.vnet> <2n3dmwmb0d.fsf@tiger.jia.vnet> <2naeh2hcp0.fsf@tiger.jia.vnet> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=cn-gb-2312 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1035167712 13130 80.91.224.250 (21 Oct 2002 02:35:12 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:35:12 +0000 (UTC) Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by mailhost.sclp.com (Postfix) with ESMTP id B9063D051E for ; Sun, 4 Jun 2000 07:14:04 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.3/8.9.3) with ESMTP id GAC04265; Sun, 4 Jun 2000 06:13:52 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 04 Jun 2000 06:12:51 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id GAA06175 for ; Sun, 4 Jun 2000 06:12:39 -0500 (CDT) Original-Received: from mraz.iskon.hr (mraz.iskon.hr [195.29.170.8]) by mailhost.sclp.com (Postfix) with ESMTP id B2737D051E for ; Sun, 4 Jun 2000 07:13:05 -0400 (EDT) Original-Received: (from hniksic@localhost) by mraz.iskon.hr (8.9.3/8.9.3/Debian 8.9.3-21) id NAA11188; Sun, 4 Jun 2000 13:13:01 +0200 X-Authentication-Warning: mraz.iskon.hr: hniksic set sender to hniksic@iskon.hr using -f Original-To: ding@gnus.org X-Attribution: Hrvoje X-Face: &{dT~)Pu6V<0y?>3p$;@vh\`C7xB~A0T-J%Og)J,@-1%q6Q+, gs<-9M#&`I8cJp2b1{vPE|~+JE+gx;a7%BG{}nY^ehK1"q#rG O,Rn1A_Cy%t]V=Brv7h writes: > Hrvoje Niksic writes: >=20 > > Shenghuo ZHU writes: > >=20 > > > Emacs/MULE messes up some 8-bit characters in the range of > > > \200-\237, because these characters are used for emacs-mule > > > coding-system. > >=20 > > How does it mess up? >=20 > For example, a literal text, \221\345\256, is shown as =E5=AE in a > multibyte buffer, because \221 is the escape code for > chinese-gb2312, I guess. But can't you escape "\221\345\256" to whatever is needed for MULE to regard them as such? Doesn't MULE have a "Control-1" escape?