From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/6832 Path: main.gmane.org!not-for-mail From: Hallvard B Furuseth Newsgroups: gmane.emacs.gnus.general Subject: Re: 5.2.20 nits/fixes (with patches for most) Date: Thu, 20 Jun 1996 16:24:23 +0200 (MET DST) Message-ID: <199606201424.QAA02060@durin.uio.no> References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035147232 4900 80.91.224.250 (20 Oct 2002 20:53:52 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:53:52 +0000 (UTC) Cc: ding@ifi.uio.no Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.7.5/8.6.9) with SMTP id HAA23221 for ; Thu, 20 Jun 1996 07:49:41 -0700 Original-Received: from goggins.uio.no (6089@goggins.uio.no [129.240.201.2]) by ifi.uio.no with SMTP (8.6.11/ifi2.4) id ; Thu, 20 Jun 1996 16:24:39 +0200 Original-Received: from ulrik.uio.no by goggins.uio.no with local-SMTP (PP) id <24646-0@goggins.uio.no>; Thu, 20 Jun 1996 16:24:24 +0200 Original-Received: by durin.uio.no ; Thu, 20 Jun 1996 16:24:23 +0200 (MET DST) Original-To: Lars Magne Ingebrigtsen In-reply-to: Xref: main.gmane.org gmane.emacs.gnus.general:6832 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:6832 > Well, not in Gnus 5.2.22. To be consistent, it removes all trailing > whitespace and inserts two newlines before the signature. So there's > always a blank line before the signature separator now, no matter what > the message looks like. > > I'm not sure whether that's right or not, Silently removing whitespace is *not* all right; the whitespace may be part of the message. It might, for example, be a blank diff line. The space on the line before '-- ' is signficiant: --- foo.c.orig Thu Jun 20 16:20:44 1996 +++ foo.c Thu Jun 20 16:20:33 1996 @@ -1,5 +1,5 @@ foo () { + hi(there); - ho(there); } -- Hallvard