From xemacs-m  Mon May  5 10:28:39 1997
Received: from binah.mind.net (erik@zamboni.mind.net [206.151.158.134])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id KAA28826
	for <xemacs-beta@xemacs.org>; Mon, 5 May 1997 10:28:36 -0500 (CDT)
Received: (from erik@localhost) by binah.mind.net (8.8.5/8.7.3) id IAA03346; Mon, 5 May 1997 08:33:13 -0700
Date: Mon, 5 May 1997 08:33:13 -0700
Message-Id: <199705051533.IAA03346@binah.mind.net>
From: Erik Arneson <lazarus@mind.net>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="QQhpL71loQ"
Content-Transfer-Encoding: 7bit
To: xemacs-beta@xemacs.org
Subject: XEmacs patch forgotten?
X-Mailer: VM 6.30 under 20.2 XEmacs Lucid (beta4)


--QQhpL71loQ
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

This patch didn't make it into 20.2-b4.  I figured I'd resend it.

Erik Arneson
lazarus@mind.net


--QQhpL71loQ
Content-Type: message/rfc822
Content-Transfer-Encoding: 7bit

Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by one.mind.net (8.6.12/8.6.10) with ESMTP id CAA06201 for <lazarus@mind.net>; Thu, 1 May 1997 02:47:35 -0700
Received: (from xemacs-m@localhost)
	by xemacs.org (8.8.5/8.8.5) id EAA29427;
	Thu, 1 May 1997 04:36:38 -0500 (CDT)
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
Message-Id: <19970501183612R.kasahara@nc.kyushu-u.ac.jp>
X-Dispatcher: impost version 0.99+ (Mar. 3, 1997)
Lines: 28
X-Mailing-List: <xemacs-beta@xemacs.org> archive/latest/7895
X-Loop: xemacs-beta@xemacs.org
Precedence: list
Resent-Date: Thu, 1 May 1997 04:36:38 -0500 (CDT)
Resent-Message-ID: <"zg_s21.0.jB7.aG6Qp"@xemacs>
Resent-From: xemacs-beta@xemacs.org
Resent-Sender: xemacs-beta-request@xemacs.org
From: Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp>
To: xemacs-beta@xemacs.org
Subject: Re: Text-Mode M-Q bug?
Date: Thu, 01 May 1997 18:36:12 +0900

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        |               ~   \___/



--QQhpL71loQ--

