From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/37519 Path: main.gmane.org!not-for-mail From: Florian Weimer Newsgroups: gmane.emacs.gnus.general Subject: Re: "> > >" space removal removes too many spaces? Date: Sun, 05 Aug 2001 15:46:31 +0200 Message-ID: <878zgy62mg.fsf@deneb.enyo.de> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035172919 14306 80.91.224.250 (21 Oct 2002 04:01:59 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:01:59 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 20368 invoked from network); 5 Aug 2001 13:30:54 -0000 Original-Received: from mail.s.netic.de (HELO mail.netic.de) (212.9.160.11) by gnus.org with SMTP; 5 Aug 2001 13:30:54 -0000 Original-Received: by mail.netic.de (Smail3.2.0.111/mail.s.netic.de) via LF.net GmbH Internet Services via remoteip 212.9.163.63 via remotehost mail.enyo.de with esmtp for mail.gnus.org id m15TNza-001X1FC; Sun, 5 Aug 2001 15:30:54 +0200 (CEST) Original-Received: from [192.168.1.2] (helo=deneb.enyo.de ident=exim) by mail.enyo.de with esmtp (Exim 3.12 #1) id 15TNwO-0006Ra-00 for ding@gnus.org; Sun, 05 Aug 2001 15:27:36 +0200 Original-Received: from fw by deneb.enyo.de with local (Exim 3.12 #1) id 15TOEh-0000bQ-00 for ding@gnus.org; Sun, 05 Aug 2001 15:46:31 +0200 Original-To: ding@gnus.org In-Reply-To: (Simon Josefsson's message of "Sun, 05 Aug 2001 15:03:36 +0200") User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/20.7 Original-Lines: 25 Xref: main.gmane.org gmane.emacs.gnus.general:37519 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:37519 Simon Josefsson writes: > --- message.el.~6.108.~ Sat Jul 28 19:01:54 2001 >+++ message.el Sun Aug 5 14:43:53 2001 > @@ -2101,7 +2101,7 @@ > (save-excursion > (goto-char start) > (while (< (point) (mark t)) > - (if (looking-at message-cite-prefix-regexp) >+ (if (looking-at ">") > (insert message-yank-cited-prefix) > (insert message-yank-prefix)) > (forward-line 1)))) Hmm, diffs aren't quoted properly either. Oh my... Well, what I wanted to say is the following. Looking just at one line is certainly not enough. Consider at the following example: > According to our analysis, we have a total of >>50 cases in which our software fails. This > is, of course, not acceptable. '>' may appear at the beginning of a line accidently, and we certainly want to supply the space character in this case.