From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: auto-fill-mode and docstring Date: Wed, 15 Sep 2004 05:33:40 -0400 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1095240871 14440 80.91.229.6 (15 Sep 2004 09:34:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 15 Sep 2004 09:34:31 +0000 (UTC) Cc: bob@rattlesnake.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 15 11:34:26 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C7WBF-0005bW-00 for ; Wed, 15 Sep 2004 11:34:25 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C7WGs-00075d-4G for ged-emacs-devel@m.gmane.org; Wed, 15 Sep 2004 05:40:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C7WGU-00070R-CL for emacs-devel@gnu.org; Wed, 15 Sep 2004 05:39:50 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C7WGS-0006zs-TL for emacs-devel@gnu.org; Wed, 15 Sep 2004 05:39:49 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C7WGS-0006zi-Ou for emacs-devel@gnu.org; Wed, 15 Sep 2004 05:39:48 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C7WAc-0002yj-UH for emacs-devel@gnu.org; Wed, 15 Sep 2004 05:33:47 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1C7WAW-0004Xx-FX; Wed, 15 Sep 2004 05:33:40 -0400 Original-To: rms@gnu.org In-reply-to: (message from Richard Stallman on Tue, 14 Sep 2004 10:07:37 -0400) 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+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:27128 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:27128 I wrote fill-paragraph-function functions are designed to be called from fill-paragraph, and they do what fill-paragraph needs. That's not the same thing that do-auto-fill needs, so I am not surprised that calling do-auto-fill there causes trouble. but I meant fill-paragraph-function functions are designed to be called from fill-paragraph, and they do what fill-paragraph needs. That's not the same thing that do-auto-fill needs, so I am not surprised that calling fill-paragraph-function there causes trouble.