From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/33095 Path: main.gmane.org!not-for-mail From: Vladimir Volovich Newsgroups: gmane.emacs.gnus.general Subject: Re: bug in mml editing Date: 01 Nov 2000 16:20:35 +0300 Organization: Gnus Information Center Sender: owner-ding@hpc.uh.edu Message-ID: References: <2n3dhbub8s.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 1035169266 23345 80.91.224.250 (21 Oct 2002 03:01:06 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:01:06 +0000 (UTC) Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by mailhost.sclp.com (Postfix) with ESMTP id 8092FD049A for ; Wed, 1 Nov 2000 08:20:40 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id HAB03976; Wed, 1 Nov 2000 07:20:29 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 01 Nov 2000 07:19:53 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id HAA28289 for ; Wed, 1 Nov 2000 07:19:43 -0600 (CST) Original-Received: from quimby.gnus.org (quimby.gnus.org [195.204.10.139]) by mailhost.sclp.com (Postfix) with ESMTP id 7BD43D049A for ; Wed, 1 Nov 2000 08:20:08 -0500 (EST) Original-Received: (from news@localhost) by quimby.gnus.org (8.9.3/8.9.3) id NAA02097 for ding@gnus.org; Wed, 1 Nov 2000 13:22:25 +0100 (CET) Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 28 Original-NNTP-Posting-Host: video.uic.vsu.ru Original-X-Trace: quimby.gnus.org 973081345 1227 62.76.169.38 (1 Nov 2000 12:22:25 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 1 Nov 2000 12:22:25 GMT User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.6 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:33095 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:33095 "ZSH" == ShengHuo ZHU writes: ZSH> vvv@vsu.ru writes: >> Hi Shenghuo, >> >> thanks for fixing a bug in previewing; the bug with mml editing is >> "overfixed" :-) >> >> i.e., when i edit a message and do not put empty lines after > ...> (the first line contains `Hi!' and is not empty): >> >> Hi! >> >> ... [skipped] ... >> >> and then press C-c C-c, gnus now ADDS an empty line at the >> beginning of the part. ZSH> There is a LF before Hi after the tag. Should Gnus ignore the ZSH> LF? In most examples in emacs-mime info, there is the empty ZSH> line. i think that when editing mml, it would be natural to ignore the (only one) LF after a mml tag. when interpretting MIME, all the handling should be more strict. Best, v.