From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.devel Subject: Re: do-auto-fill bug? Date: Tue, 06 Jul 2004 09:10:55 +0900 Organization: Emacs-w3m development team Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <78hdsmgflc.fsf@namazu.org> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1089072687 4575 80.91.224.253 (6 Jul 2004 00:11:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 6 Jul 2004 00:11:27 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Jul 06 02:11:19 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BhdYN-0006xC-00 for ; Tue, 06 Jul 2004 02:11:19 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BhdYN-0005n7-00 for ; Tue, 06 Jul 2004 02:11:19 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BhdaM-0001X4-8S for emacs-devel@quimby.gnus.org; Mon, 05 Jul 2004 20:13:22 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BhdaG-0001Uk-Ul for emacs-devel@gnu.org; Mon, 05 Jul 2004 20:13:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BhdaF-0001TS-If for emacs-devel@gnu.org; Mon, 05 Jul 2004 20:13:16 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BhdaF-0001TO-BZ for emacs-devel@gnu.org; Mon, 05 Jul 2004 20:13:15 -0400 Original-Received: from [137.153.0.44] (helo=ns4.sony.co.jp) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BhdY5-0003tz-Br for emacs-devel@gnu.org; Mon, 05 Jul 2004 20:11:01 -0400 Original-Received: from mail1.sony.co.jp (mail1.sony.co.jp [43.0.1.201]) Original-Received: from mail1.sony.co.jp (localhost [127.0.0.1]) by mail1.sony.co.jp (R8/Sony) with ESMTP id i660Ave23930; Tue, 6 Jul 2004 09:10:57 +0900 (JST) Original-Received: from pastis.ga.sony.co.jp ([43.17.84.86]) by mail1.sony.co.jp (R8/Sony) with ESMTP id i660Auj23921; Tue, 6 Jul 2004 09:10:56 +0900 (JST) Original-Received: from pastis.ga.sony.co.jp (localhost [127.0.0.1]) by pastis.ga.sony.co.jp (8.12.8/8.12.5) with ESMTP id i660Audc005539; Tue, 6 Jul 2004 09:10:56 +0900 Original-Received: (from yamaoka@localhost) by pastis.ga.sony.co.jp (8.12.8/8.12.8/Submit) id i660AuHf005537; Tue, 6 Jul 2004 09:10:56 +0900 Original-To: emacs-devel@gnu.org X-Face: #kKnN,xUnmKia.'[pp`; Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu; B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:p0NKSqtvSjiu111lhaNIzGUjs8E= X-Hashcash: 0:040706:emacs-devel@gnu.org:d31c0b7d3d138a58 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:25464 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:25464 Hi, I sent a bug report to the pretest-bug list toward the end of May, however there is no response so far. Is no one being troubled with the problem? The patch I included in the report seems to have no problem so far, and I hope it will be applied. Thanks in advance. -------------------- Start of forwarded message -------------------- From: Katsumi Yamaoka To: emacs-pretest-bug@gnu.org Subject: do-auto-fill bug? Date: Thu, 27 May 2004 19:33:24 +0900 Message-ID: Hi, I'm being annoyed with a strange behavior in the auto-fill-mode. When I type SPC at the end of a line and the column just equals fill-column, breaking the line takes place at the end of the word in front of one, not there. Here's an example: ---------x---------x---------x---------x---------x---------x---------x The quick brown fox jumps over the lazy dog. The quick brown fox jumps When fill-column is 70, that line will be folded as follows after typing SPC at the end of the line: ---------x---------x---------x---------x---------x---------x---------x The quick brown fox jumps over the lazy dog. The quick brown fox jumps I made a change temporarily like the following patch in order to cope with the problem: *** fill.el~ Sun Apr 18 22:21:52 2004 --- fill.el Thu May 27 10:29:30 2004 *************** *** 333,339 **** and `fill-nobreak-invisible'." (or (and fill-nobreak-invisible (line-move-invisible (point))) ! (unless (bolp) (or ;; Don't break after a period followed by just one space. ;; Move back to the previous place to break. --- 333,339 ---- and `fill-nobreak-invisible'." (or (and fill-nobreak-invisible (line-move-invisible (point))) ! (unless (or (bolp) (looking-at "[ \t]*$")) (or ;; Don't break after a period followed by just one space. ;; Move back to the previous place to break. Regards, -- Katsumi Yamaoka -------------------- End of forwarded message --------------------