From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Filling woes - documentation patch Date: Sun, 29 May 2005 08:04:46 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1117370191 10410 80.91.229.2 (29 May 2005 12:36:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 29 May 2005 12:36:31 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun May 29 14:36:30 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DcN1l-0008Ss-VP for ged-emacs-devel@m.gmane.org; Sun, 29 May 2005 14:36:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DcN6R-0000iu-Jn for ged-emacs-devel@m.gmane.org; Sun, 29 May 2005 08:41:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DcMk6-0007PS-Dv for emacs-devel@gnu.org; Sun, 29 May 2005 08:18:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DcMij-0006Ym-5c for emacs-devel@gnu.org; Sun, 29 May 2005 08:16:45 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DcMhE-0005mH-JY for emacs-devel@gnu.org; Sun, 29 May 2005 08:15:13 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DcMZ3-0002ms-8G for emacs-devel@gnu.org; Sun, 29 May 2005 08:06:45 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DcMX8-0006zD-LY; Sun, 29 May 2005 08:04:46 -0400 Original-To: Alan Mackenzie In-reply-to: (message from Alan Mackenzie on Sat, 28 May 2005 19:03:00 +0000 (GMT)) 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: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:37852 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:37852 This function implements the heart of Adaptive Fill mode; it chooses a ! fill prefix based on the text between @var{from} and @var{to}, ! typically the start and end of the paragraph being filled. It does "end of a paragraph" would be more correct. + In detail, @code{fill-context-prefix} does this: You need a blank line. Constructs such as @enumerate are always preceded by a blank line. + @enumerate + @item + It takes a candidate for the fill prefix from the first line - it A dash is writen as `---' with no space around it. Aside from that, the text is good. Please install the text, correcting these little points, and also change the code. Don't forget to change etc/NEWS.