From xemacs-m  Thu May  1 04:36:32 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 EAA29413
	for <xemacs-beta@xemacs.org>; Thu, 1 May 1997 04:36:29 -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 SAA19690 for <xemacs-beta@xemacs.org>; Thu, 1 May 1997 18:36:14 +0900 (JST)
To: xemacs-beta@xemacs.org
Subject: Re: Text-Mode M-Q bug?
In-Reply-To: Your message of "Mon, 28 Apr 1997 18:30:27 -0700"
References: <199704290130.SAA26143@binah.mind.net>
X-Mailer: Mew version 1.69 on XEmacs 20.2
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: <19970501183612R.kasahara@nc.kyushu-u.ac.jp>
Date: Thu, 01 May 1997 18:36:12 +0900
From: Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp>
X-Dispatcher: impost version 0.99+ (Mar. 3, 1997)
Lines: 28

On Mon, 28 Apr 1997 18:30:27 -0700,
	Erik Arneson <lazarus@mind.net> said:

> When what I really want is to have it started with a tab instead of a
> space.  What happened?  Is it supposed to do this?

I found that my previous patch caused this bug.  The following patch
will fix it.  (You have to dump xemacs again after applying this
patch, I think).

--- lisp/prim/fill.el~	Thu Apr 17 03:07:34 1997
+++ lisp/prim/fill.el	Thu May  1 18:22:47 1997
@@ -392,6 +392,7 @@
 	      (end-of-line)))
 	  ;; end patch
 	  (goto-char from)
+	  (skip-chars-forward " \t")
  	  (if (and nosqueeze (not (eq justify 'full)))
 	      nil
 	    (canonically-space-region (or squeeze-after (point)) (point-max))


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

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

