From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/31287 Path: main.gmane.org!not-for-mail From: Shenghuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: Message forwarding annoyance and message-forward-show-mml Date: 04 Jun 2000 16:31:33 -0400 Sender: owner-ding@hpc.uh.edu Message-ID: <5bwvk5p4re.fsf@bourbon.cs.rochester.edu> References: <2npuq0xn1y.fsf@tiger.jia.vnet> <2n7lc8mbte.fsf@tiger.jia.vnet> <2n3dmwmb0d.fsf@tiger.jia.vnet> <2naeh2hcp0.fsf@tiger.jia.vnet> <2n1z2d61m7.fsf@tiger.jia.vnet> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035167718 13176 80.91.224.250 (21 Oct 2002 02:35:18 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:35:18 +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 69F20D051E for ; Sun, 4 Jun 2000 16:35:38 -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 PAC02424; Sun, 4 Jun 2000 15:31:58 -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 15:31:20 -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 PAA13659 for ; Sun, 4 Jun 2000 15:31:09 -0500 (CDT) Original-Received: from cayuga.cs.rochester.edu (cayuga.cs.rochester.edu [192.5.53.209]) by mailhost.sclp.com (Postfix) with ESMTP id 72DFAD051E for ; Sun, 4 Jun 2000 16:31:35 -0400 (EDT) Original-Received: from bourbon.cs.rochester.edu (bourbon.cs.rochester.edu [192.5.53.198]) by cayuga.cs.rochester.edu (8.9.3/Q) with ESMTP id QAA01448 for ; Sun, 4 Jun 2000 16:31:34 -0400 (EDT) Original-Received: (from zsh@localhost) by bourbon.cs.rochester.edu (8.9.1b+Sun/Q++) id QAA12729; Sun, 4 Jun 2000 16:31:34 -0400 (EDT) Original-To: ding@gnus.org 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: Hrvoje Niksic's message of "04 Jun 2000 21:29:34 +0200" Original-Lines: 23 User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.4 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:31287 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:31287 Hrvoje Niksic writes: > Shenghuo ZHU writes: > > > Hrvoje Niksic writes: > > > > > 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? > > > > I guess not. > > That sounds incredible. :-( In a multibyte buffer, the charset of \345 is ascii and \201 cannot exist before \345. In a unibyte buffer, the charset of \201 followed by \345 is latin-iso8859-1, the charset of \201 followed by \201 is ascii. At least I can not find a charset like control-1 in XEmacs. That is why it is difficult to handle mixed text (containing both control (e.g. \201) and non-ascii (e.g. å) characters in the same buffer). To forward message with show-mml being nil, the current solution is switch the buffer between multibyte and unibyte mode. Shenghuo