From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/54574 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: Charset encoding brokenness Date: Wed, 29 Oct 2003 22:17:21 +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 1067536331 21868 80.91.224.253 (30 Oct 2003 17:52:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 30 Oct 2003 17:52:11 +0000 (UTC) Original-X-From: ding-owner+M3115@lists.math.uh.edu Thu Oct 30 18:52:08 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 1AFGxs-0004kA-00 for ; Thu, 30 Oct 2003 18:52:08 +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 1AFGxP-0001QE-00; Thu, 30 Oct 2003 11:51:39 -0600 Original-Received: from justine.libertine.org ([66.139.78.221]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1AExh7-00056t-00 for ding@lists.math.uh.edu; Wed, 29 Oct 2003 15:17:33 -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 A10163A007E for ; Wed, 29 Oct 2003 15:17:31 -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 h9TLHT1e021834 for ; Wed, 29 Oct 2003 22:17:30 +0100 Original-To: ding@gnus.org Mail-Copies-To: nobody X-Payment: hashcash 1.2 0:031029:ding@gnus.org:8b9ecac7c00eb43d X-Hashcash: 0:031029:ding@gnus.org:8b9ecac7c00eb43d In-Reply-To: (Jesper Harder's message of "Tue, 28 Oct 2003 02:42:20 +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:54574 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:54574 Jesper Harder writes: > Simon Josefsson writes: > >> 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. >>> >>> =B7 Digesting. `S o p' and `S o m' is similarly broken if >>> `message-forward-as-mime' is nil. >> >> Did my C-c C-f rewrite cause this? > > N=3D1 appears to work in a Gnus from 2003-07-31, so it probably broke > that. N=3D2,4 was also broken before the rewrite. I fixed N=3D1 which was a cut'n'paste bug in the 2003-07-31 commit. I think I tested all modes, and they should now behave the same as before. (Still not correct though, but that is a separate problem..)