From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/54598 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: Charset encoding brokenness Date: Fri, 31 Oct 2003 17:29:24 +0100 Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1067617802 20721 80.91.224.253 (31 Oct 2003 16:30:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 31 Oct 2003 16:30:02 +0000 (UTC) Original-X-From: ding-owner+M3139@lists.math.uh.edu Fri Oct 31 17:30:00 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AFc9w-0007FQ-00 for ; Fri, 31 Oct 2003 17:30:00 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1AFc9g-0006yS-00; Fri, 31 Oct 2003 10:29:44 -0600 Original-Received: from justine.libertine.org ([66.139.78.221]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1AFc9c-0006yN-00 for ding@lists.math.uh.edu; Fri, 31 Oct 2003 10:29:40 -0600 Original-Received: from yxa.extundo.com (178.230.13.217.in-addr.dgcsystems.net [217.13.230.178]) by justine.libertine.org (Postfix) with ESMTP id A321B3A004C for ; Fri, 31 Oct 2003 10:29:38 -0600 (CST) Original-Received: from latte (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.12.10/8.12.10) with ESMTP id h9VGTZ1e001107 for ; Fri, 31 Oct 2003 17:29:36 +0100 Original-To: ding@gnus.org Mail-Copies-To: nobody X-Payment: hashcash 1.2 0:031031:ding@gnus.org:1ac92ec59539c388 X-Hashcash: 0:031031:ding@gnus.org:1ac92ec59539c388 In-Reply-To: (Jesper Harder's message of "Mon, 27 Oct 2003 22:49:52 +0100") User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:54598 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:54598 Jesper Harder writes: > Charset encoding is currently broken in quite a few places, viz. > > =B7 Forwarding. `C-u N C-c C-f' for N=3D1,2,4 is broken if the CTE of > the forwarded message is 8bit. I believe I fixed N=3D1 before, but cannot find any problem with N=3D4? I can reproduce the problem with N=3D2 though, and it could be worked around by using <#part type=3Dmessage/rfc822 disposition=3Dinline raw=3Dt buffer=3D" *Origi= nal Article*"> <#/part> although one has to be careful so the buffer isn't modified between when you press C-c C-f and when you post the message. So it should create a new buffer and copy gnus-original-article-buffer there, instead of referncing g-o-a-b directly. Perhaps that buffer even should be marked read-only, because if you add a some non-ASCII text you will likely break the message, since it is not MIME encoded, which novices might not realize (and experts know how to disable the read-only flag). What do you think? I tested using in gnus.test.