Gnus development mailing list
 help / color / mirror / Atom feed
From: Reiner Steib <reinersteib+gmane@imap.cc>
Subject: Re: Behaviour of flow-fill before signature
Date: Thu, 27 Oct 2005 12:30:49 +0200	[thread overview]
Message-ID: <v98xwf1cbq.fsf@marauder.physik.uni-ulm.de> (raw)
In-Reply-To: <iluek68myjn.fsf@latte.josefsson.org>

On Wed, Oct 26 2005, Simon Josefsson wrote:

> However, this should be fixed in CVS, both for Gnus 5.10 and No Gnus, so an
> upgrade should solve the problem.

Beside the point-at-[be]ol stuff (required for compatibility with old
Emacsen), there is this diff:

--- v5-10/lisp/flow-fill.el     2005-08-26 15:41:39.000000000 +0200
+++ No/lisp/flow-fill.el        2005-10-26 11:27:06.000000000 +0200
@@ -113,6 +102,11 @@
   (save-excursion
     (set-buffer (or (current-buffer) buffer))
     (goto-char (point-min))
+    ;; Remove space stuffing.
+    (while (re-search-forward "^ " nil t)
+      (delete-char -1)
+      (forward-line 1))
+    (goto-char (point-min))
     (while (re-search-forward " $" nil t)
       (when (save-excursion
              (beginning-of-line)

Should it be added to Gnus 5.10 too?

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/




  reply	other threads:[~2005-10-27 10:30 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-25 19:34 Michal Jankowski
2005-10-26  9:13 ` Simon Josefsson
2005-10-27 10:30   ` Reiner Steib [this message]
2005-10-27 12:23     ` Simon Josefsson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=v98xwf1cbq.fsf@marauder.physik.uni-ulm.de \
    --to=reinersteib+gmane@imap.cc \
    --cc=Reiner.Steib@gmx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).