From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/61234 Path: news.gmane.org!not-for-mail From: Reiner Steib Newsgroups: gmane.emacs.gnus.general Subject: Re: Behaviour of flow-fill before signature Date: Thu, 27 Oct 2005 12:30:49 +0200 Organization: Dept. of Theoretical Physics, University of Ulm Message-ID: References: <2n64rlcrvo.fsf@ccfs1.fuw.edu.pl> Reply-To: Reiner Steib NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1130410394 328 80.91.229.2 (27 Oct 2005 10:53:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 27 Oct 2005 10:53:14 +0000 (UTC) Original-X-From: ding-owner+m9764@lists.math.uh.edu Thu Oct 27 12:53:08 2005 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EV5My-0004U3-G6 for ding-account@gmane.org; Thu, 27 Oct 2005 12:52:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1EV5Mp-00062d-00; Thu, 27 Oct 2005 05:52:19 -0500 Original-Received: from nas02.math.uh.edu ([129.7.128.40]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1EV5JP-00062Y-00 for ding@lists.math.uh.edu; Thu, 27 Oct 2005 05:48:47 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas02.math.uh.edu with esmtp (Exim 4.52) id 1EV5JH-00081f-Vz for ding@lists.math.uh.edu; Thu, 27 Oct 2005 05:48:46 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1EV5JG-0007yO-00 for ; Thu, 27 Oct 2005 12:48:38 +0200 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1EV5HO-0002vh-C8 for ding@gnus.org; Thu, 27 Oct 2005 12:46:42 +0200 Original-Received: from bridgekeeper.physik.uni-ulm.de ([134.60.10.123]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Oct 2005 12:46:42 +0200 Original-Received: from Reiner.Steib by bridgekeeper.physik.uni-ulm.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Oct 2005 12:46:42 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-To: ding@gnus.org Original-Lines: 30 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: bridgekeeper.physik.uni-ulm.de X-Face: 'bg&jY[8V'W&:=~6w"|>}#4/T;w~36ei4NNMyKRR.a$n=$|sWFPF1y]a\>6kc\*#GN]UDM| Ywv,vbL^XF1nIp\:F=$Ei2o&mEe:%N~,:3]vtQ~s9u$9izmX$IF@VgGl7/,^dbuM<3|AO2}.%|%?kZ 2Y=@\U!~cll^=8Z9ihKq%wmUe1Ky(#kl3T'>Qk0Ia3mCBsTk?E(,X Mail-Copies-To: nobody User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:34Y4Su2jA+4UETFDZTJ353iSPsU= X-Spam-Score: -2.6 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:61234 Archived-At: 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/