From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.help Subject: Re: auto-fill... eh Supersedes: Date: Sat, 05 Apr 2003 14:08:51 +0200 Organization: http://purl.org/harder/ Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1049544918 17850 80.91.224.249 (5 Apr 2003 12:15:18 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 5 Apr 2003 12:15:18 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Sat Apr 05 14:15:16 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 191mZo-0004dT-00 for ; Sat, 05 Apr 2003 14:15:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 191mVL-0001Li-03 for gnu-help-gnu-emacs@m.gmane.org; Sat, 05 Apr 2003 07:10:39 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!colt.net!news.tele.dk!not-for-mail Original-Newsgroups: gnu.emacs.help X-Face: ^RrvqCr7c,P$zTR:QED"@h9+BTm-"fjZJJ-3=OU7.)i/K]<.J88}s>'Z_$r; List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:8191 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:8191 John Russell writes: > Quote from the emacs manual > > Auto Fill mode does not refill entire paragraphs; it can break > lines but cannot merge lines. So editing in the middle of a paragraph > can result in a paragraph that is not correctly filled. > > This kinda bothers me. I really want auto-fill to behave the way it > does in every other program. eg if you go back to the middle of a > paragraph and start typing, I would like it to fill correctly. You didn't read very far in the manual :-) The very next node after Auto Fill, tells you what you want: ,----[ ] | | Refill mode | | Refill minor mode provides support for keeping paragraphs filled as | you type or modify them in other ways. It provides an effect similar | to typical word processor behavior. This works by running a | paragraph-filling command at suitable times. `---- There's also maniac.el, which does something similar.