From xemacs-m  Wed Apr 16 05:21:07 1997
Received: from elvenbow.nc.kyushu-u.ac.jp (root@elvenbow.nc.kyushu-u.ac.jp [133.5.6.4])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id FAA08899
	for <xemacs-beta@xemacs.org>; Wed, 16 Apr 1997 05:20:50 -0500 (CDT)
Received: from localhost (kasahara@localhost [127.0.0.1]) by elvenbow.nc.kyushu-u.ac.jp (8.8.5/3.5Wbeta) with ESMTP
	id TAA13792 for <xemacs-beta@xemacs.org>; Wed, 16 Apr 1997 19:20:05 +0900 (JST)
To: xemacs-beta@xemacs.org
Subject: Re: fill weirdness
In-Reply-To: Your message of "Wed, 16 Apr 1997 18:15:17 +0900"
References: <19970416181517R.kasahara@nc.kyushu-u.ac.jp>
X-Mailer: Mew version 1.69 on XEmacs 20.1
X-Fingerprint: 31 DC 9F DF C2 B9 8E 00  3A 7C 4F 0C 03 D8 AC 16
X-URL: http://www.nc.kyushu-u.ac.jp/~kasahara/
Mime-Version: 1.0
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-Id: <19970416192003F.kasahara@nc.kyushu-u.ac.jp>
Date: Wed, 16 Apr 1997 19:20:03 +0900
From: Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp>
X-Dispatcher: impost version 0.99+ (Mar. 3, 1997)
Lines: 37

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.

-- 
Yoshiaki Kasahara
KITE Network Operation Center, Computer Center, Kyushu University

Email addr:                           |  I'm free!   & ~ __-^-_/~
    kasahara@nc.kyushu-u.ac.jp        |               ~   \___/

