From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/30693 Path: main.gmane.org!not-for-mail From: Shenghuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: drafts and infamous \202 :-( Date: 05 May 2000 02:30:54 -0400 Organization: U of Rochester Sender: owner-ding@hpc.uh.edu Message-ID: <2nwvl9y0dd.fsf@tiger.jia.vnet> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1035167193 9808 80.91.224.250 (21 Oct 2002 02:26:33 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:26:33 +0000 (UTC) Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id 954B2D051E for ; Fri, 5 May 2000 02:30:52 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id BAB20523; Fri, 5 May 2000 01:30:47 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 05 May 2000 01:30:12 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@[204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id BAA06095 for ; Fri, 5 May 2000 01:29:58 -0500 (CDT) Original-Received: from shenghuo.dhs.org (d185d1eec.rochester.rr.com [24.93.30.236]) by mailhost.sclp.com (Postfix) with ESMTP id D9A5DD051E for ; Fri, 5 May 2000 02:28:54 -0400 (EDT) Original-Received: (from zsh@localhost) by shenghuo.dhs.org (8.10.0/8.10.0) id e456Utr06067; Fri, 5 May 2000 02:30:55 -0400 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: Pavel.Janik@inet.cz's message of "Fri, 5 May 2000 08:12:01 +0200" Original-Lines: 20 User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.6 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:30693 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:30693 >>>>> "Pavel" =3D=3D Pavel Jan=EDk ml writes: Pavel> Hi, Pavel> just start writing some message and store it into drafts. Then Pavel> go the drafts group and press `e' to edit the draft. The Pavel> message is then displayed in \202-mode :-) For clarification, Pavel> this mail is also stored in the drafts, but only one letter Pavel> from signature (which contains ISO-8859-2 character =ED) is Pavel> stored as two byte-sequence. But when it is displayed for Pavel> editing in drafts group, the \202\xxx appears instead =ED. It is not a bug. In drafts group, the messages are stored in a internal coding-system, emacs-mule for Emacs and escape-quoted for XEmacs, therefore, you may see \202 when you press `e'. To edit a draft, you should use `D e' instead. --=20 Shenghuo