From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/31279 Path: main.gmane.org!not-for-mail From: Vladimir Volovich Newsgroups: gmane.emacs.gnus.general Subject: Re: Message forwarding annoyance and message-forward-show-mml Date: 03 Jun 2000 23:44:33 +0400 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 1035167712 13122 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 1DFFBD051E for ; Sat, 3 Jun 2000 15:46:59 -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 OAC25026; Sat, 3 Jun 2000 14:46:44 -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 14:45:52 -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 OAA01816 for ; Sat, 3 Jun 2000 14:45:43 -0500 (CDT) Original-Received: from relay2.vsu.ru (mail.vsu.ru [62.76.169.17]) by mailhost.sclp.com (Postfix) with ESMTP id 222EAD051E for ; Sat, 3 Jun 2000 15:46:07 -0400 (EDT) Original-Received: by relay2.vsu.ru (Postfix, from userid 5) id 419B31AA0; Sat, 3 Jun 2000 23:46:05 +0400 (MSD) Original-Received: (from vvv@localhost) by vvv.vsu.ru (8.9.3/8.9.3) id XAA02056; Sat, 3 Jun 2000 23:44:33 +0400 X-Authentication-Warning: vvv.vsu.ru: vvv set sender to vvv@vvv.vsu.ru using -f Original-To: ding@gnus.org In-Reply-To: Hrvoje Niksic's message of "03 Jun 2000 17:28:24 +0200" Original-Lines: 16 User-Agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.4 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:31279 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:31279 "Hrvoje" == Hrvoje Niksic writes: Hrvoje> For instance, what happens in Emacs/MULE when you reply to a Hrvoje> message that contains a literal \220? this octet comes from some MIME charset, so it is first translated to mule internal encoding (when you are preparing a reply or viewing a message with that literal \220); when you send a reply, a multibyte buffer is then translated to some MIME charset. problems could occur if the file with that message which contains arbitrary octets in the range 0x80-0x9F is opened in multibyte mode. (these are really annoying problems for large mbox which happens to get some message with such literal octets). Best regards, -- Vladimir.