From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/31273 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: 03 Jun 2000 17:28:24 +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> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035167706 13098 80.91.224.250 (21 Oct 2002 02:35:06 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:35:06 +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 CE5CBD051E for ; Sat, 3 Jun 2000 11:29:29 -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 KAC21466; Sat, 3 Jun 2000 10:29:05 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 03 Jun 2000 10:28:15 -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 KAA29719 for ; Sat, 3 Jun 2000 10:28:04 -0500 (CDT) Original-Received: from mraz.iskon.hr (mraz.iskon.hr [195.29.170.8]) by mailhost.sclp.com (Postfix) with ESMTP id B284CD051E for ; Sat, 3 Jun 2000 11:28:28 -0400 (EDT) Original-Received: (from hniksic@localhost) by mraz.iskon.hr (8.9.3/8.9.3/Debian 8.9.3-21) id RAA29463; Sat, 3 Jun 2000 17:28:24 +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: > > > Shenghuo ZHU writes: > > > > > I recall the problem in forwarding an 8-bit-encoded message. The > > > 8-bit raw text (esp. koi8-r and utf-8) might not be safe in an > > > Emacs/MULE multibyte buffer. That's why the original text is put > > > into an external buffer. > > > > Not safe in what sense? Does Mule crash, or what? > > Emacs/MULE messes up some 8-bit characters in the range of > \200-\237, because these characters are used for emacs-mule > coding-system. How does it mess up? And, how does that work with regular, non-forwarded messages? For instance, what happens in Emacs/MULE when you reply to a message that contains a literal \220? > > Could at least the people who don't suffer Mule (or those who use > > XEmacs) be spared the damage? It's _really_ nice to see the > > message you're forwarding. > > Anyway, people can use show-mml to forward 8-bit message. I will > fix it. See what happens. Thanks a bunch!