From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/54345 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: iso-8859-2 characters are broken in forwarded messages. Date: Sat, 18 Oct 2003 17:17:54 +0200 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=us-ascii X-Trace: sea.gmane.org 1066490310 10727 80.91.224.253 (18 Oct 2003 15:18:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 18 Oct 2003 15:18:30 +0000 (UTC) Original-X-From: ding-owner+M2886@lists.math.uh.edu Sat Oct 18 17:18:28 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 1AAsqa-0002vw-00 for ; Sat, 18 Oct 2003 17:18:28 +0200 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 1AAsqK-0000M0-00; Sat, 18 Oct 2003 10:18:12 -0500 Original-Received: from justine.libertine.org ([66.139.78.221]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1AAsq9-0000Lo-00 for ding@lists.math.uh.edu; Sat, 18 Oct 2003 10:18:01 -0500 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 A73363A0068 for ; Sat, 18 Oct 2003 10:18:00 -0500 (CDT) 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 h9IFHv1e002406 for ; Sat, 18 Oct 2003 17:17:59 +0200 Original-To: ding@gnus.org Mail-Copies-To: nobody X-Payment: hashcash 1.2 0:031018:ding@gnus.org:04a40a402d29c2b8 X-Hashcash: 0:031018:ding@gnus.org:04a40a402d29c2b8 In-Reply-To: (Lars Magne Ingebrigtsen's message of "Sat, 18 Oct 2003 15:55:41 +0200") 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:54345 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:54345 Lars Magne Ingebrigtsen writes: > Simon Josefsson writes: > >> I discovered a bug related to forwarding as well: if you forward a >> message as MML that contain MML tags in some text part, those MML tags >> are not quoted, so they will be interpreted again when you send the >> message. I don't know how to fix it, or if it is important. > > `mml-insert-buffer' calls `mml-quote-region', which should quote any > MML tags in the text inserted... Doesn't seem to work here, try C-c C-f on in this thread and notice that the MML tags inside the patched code aren't escaped.