From xemacs-m  Wed Apr 16 05:43:11 1997
Received: from pentagana.sonic.jp (jhod@tc-5-051.tokyo.gol.com [203.216.8.51])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id FAA09016
	for <xemacs-beta@xemacs.org>; Wed, 16 Apr 1997 05:43:09 -0500 (CDT)
Received: (from jhod@localhost) by pentagana.sonic.jp (8.7.1+2.6Wbeta4/3.4W3) id TAA15820; Wed, 16 Apr 1997 19:33:37 +0900
To: xemacs-beta@xemacs.org
Subject: Re: fill weirdness
References: <19970416181517R.kasahara@nc.kyushu-u.ac.jp> <19970416192003F.kasahara@nc.kyushu-u.ac.jp>
From: jhod@po.iijnet.or.jp (P. E. Jareth Hein)
In-Reply-To: Yoshiaki Kasahara's message of Wed, 16 Apr 1997 19:20:03 +0900
Mime-Version: 1.0 (generated by tm-edit 7.106)
Content-Type: text/plain; charset=US-ASCII
X-Mailer: Gnus v5.4.45/XEmacs 20.1
Date: 16 Apr 1997 19:33:34 +0900
Message-ID: <u4d8rvb6kh.fsf@pentagana.sonic.jp>
Lines: 42

Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> writes:

> On Wed, 16 Apr 1997 18:15:17 +0900,
> 	Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> said:
> 
> > I compared fill.el in Mule 2.3 and XEmacs, and found some differences.
> 
> I found yet another difference related to kinsoku process.  It seems
> to fix the kinsoku problem.  I found one more difference of fill.el
> between Mule and XEmacs, but currently I'm not clear whether it should
> be applied to XEmacs's fill.el.
> 
> *** fill.el~	Wed Apr 16 18:06:41 1997
> --- fill.el	Wed Apr 16 19:10:13 1997
> ***************
> *** 462,468 ****
>   			;; end patch
>   			(setq first nil)))
>   		  ;; Normally, move back over the single space between the words.
> ! 		  (forward-char -1))
>   		;; If the left margin and fill prefix by themselves
>   		;; pass the fill-column, keep at least one word.
>   		;; This handles the first line of the paragraph.
> --- 462,469 ----
>   			;; end patch
>   			(setq first nil)))
>   		  ;; Normally, move back over the single space between the words.
> ! 		  (if (eq (preceding-char) ? )
> ! 		      (forward-char -1)))
>   		;; If the left margin and fill prefix by themselves
>   		;; pass the fill-column, keep at least one word.
>   		;; This handles the first line of the paragraph.

Just a quick note: this second patch is already included in
20.1-final1.

As to fixing my other brain-fart, thanks! I had a reason for changing 
that at one point, but seem to have both deleted the reason, and
forgotten why...

--Jareth Hein
jhod@po.iijnet.or.jp

