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 Date: Fri, 20 May 2005 17:57:17 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1116627309 6652 80.91.229.2 (20 May 2005 22:15:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 20 May 2005 22:15:09 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat May 21 00:15:05 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DZFk6-00062l-A1 for ged-emacs-devel@m.gmane.org; Sat, 21 May 2005 00:13:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DZFn1-00064J-FA for ged-emacs-devel@m.gmane.org; Fri, 20 May 2005 18:16:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DZFjp-000591-Iv for emacs-devel@gnu.org; Fri, 20 May 2005 18:13:01 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DZFja-0004z5-Qb for emacs-devel@gnu.org; Fri, 20 May 2005 18:12:50 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DZFjW-0004ts-H3 for emacs-devel@gnu.org; Fri, 20 May 2005 18:12:42 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DZFdt-000117-Iy for emacs-devel@gnu.org; Fri, 20 May 2005 18:06:53 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DZFUb-0003yK-Gy; Fri, 20 May 2005 17:57:17 -0400 Original-To: Alan Mackenzie In-reply-to: (message from Alan Mackenzie on Tue, 17 May 2005 20:20:11 +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:37412 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:37412 I agree it would be better to try adaptive-fill-function first. If it returns nil, the code should proceed to try the appropriate regexp. As regards documenting precisely how these variables are used, that is hard because the code details were designed based on heuristics.