From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/43998 Path: main.gmane.org!not-for-mail From: Pavel@Janik.cz (Pavel =?iso-8859-2?q?Jan=EDk?=) Newsgroups: gmane.emacs.gnus.general Subject: Re: article body filling: fill-prefix too long for specified width Date: Mon, 25 Mar 2002 21:38:08 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: <200203251612.g2PGCSY12966@rum.cs.yale.edu> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1017091442 15083 127.0.0.1 (25 Mar 2002 21:24:02 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 25 Mar 2002 21:24:02 +0000 (UTC) Cc: ding@gnus.org, GNU Emacs pretest bug list Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16pbwg-0003v3-00 for ; Mon, 25 Mar 2002 22:24:02 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 16pbtm-0000VK-00; Mon, 25 Mar 2002 15:21:02 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 25 Mar 2002 15:21:10 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id PAA26728 for ; Mon, 25 Mar 2002 15:20:58 -0600 (CST) Original-Received: (qmail 26535 invoked by alias); 25 Mar 2002 21:20:43 -0000 Original-Received: (qmail 26530 invoked from network); 25 Mar 2002 21:20:43 -0000 Original-Received: from p0283.as-l043.contactel.cz (HELO SnowWhite.SuSE.cz) (194.108.243.29) by gnus.org with SMTP; 25 Mar 2002 21:20:43 -0000 Original-Received: by SnowWhite.SuSE.cz (PJ, from userid 500) id 1B9DF183CF; Mon, 25 Mar 2002 22:23:22 +0100 (CET) Original-To: "Stefan Monnier" Mail-Copies-To: never X-Face: $"d&^B_IKlTHX!y2d,3;grhwjOBqOli]LV`6d]58%5'x/kBd7.MO&n3bJ@Zkf&RfBu|^qL+ ?/Re{MpTqanXS2'~Qp'J2p^M7uM:zp[1Xq#{|C!*'&NvCC[9!|=>#qHqIhroq_S"MH8nSH+d^9*BF: iHiAs(t(~b#1.{w.d[=Z In-Reply-To: <200203251612.g2PGCSY12966@rum.cs.yale.edu> ("Stefan Monnier"'s message of "Mon, 25 Mar 2002 11:12:28 -0500") User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2.50 (i386-suse-linux-gnu) Original-Lines: 47 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:43998 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:43998 From: "Stefan Monnier" Date: Mon, 25 Mar 2002 11:12:28 -0500 Hi Stefan, > > I have received attached e-mail, which can not be displayed in Gnus = (from > > CVS) running in current CVS Emacs. The message > >=20 > > fill-prefix too long for specified width > >=20 > > is shown. fill-column is 75 in my setup. Additional details on > > request. I still have this article so I can test your changes. >=20 > It must be a bug in my changes in fill.el. > I can't look at it just now, so I'll get back to you later, I do not know where the bug is, but this change from Katsumi Yamaoka fixed this particular problem: --- cut here --- I'm not sure of myself but I think the value of `fill-prefix' should be controlled by flow-fill.el, however it will be altered by `fill-region-as-paragraph' if it isn't specified. Here's a patch for a tentative plan: --- flow-fill.el~ 2002-01-14 22:01:23.000000000 +0000 +++ flow-fill.el 2002-03-25 12:55:36.039833946 +0000 @@ -134,7 +134,8 @@ (end-of-line)) (unless sig (let ((fill-prefix (when quote (concat quote " "))) - (fill-column (eval fill-flowed-display-column))) + (fill-column (eval fill-flowed-display-column)) + adaptive-fill-mode) (fill-region (fill-flowed-point-at-bol) (min (1+ (fill-flowed-point-at-eol)) (point-max)) 'left 'nosqueeze)))))))) --- cut here --- --=20 Pavel Jan=EDk I'll have to convert to a program whose config files I can understand anyway some day. -- Kurt Garloff about migrating from Sendmail to Postfix