From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Lute Kamstra Newsgroups: gmane.emacs.devel Subject: emacs-lisp-docstring-fill-column vs. fill-column. Date: Mon, 07 Feb 2005 13:11:04 +0100 Message-ID: <87oeewlgdj.fsf@xs4all.nl> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1107778244 21276 80.91.229.2 (7 Feb 2005 12:10:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 7 Feb 2005 12:10:44 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 07 13:10:43 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Cy7iv-0002C3-Te for ged-emacs-devel@m.gmane.org; Mon, 07 Feb 2005 13:10:38 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cy7x3-0001Gx-93 for ged-emacs-devel@m.gmane.org; Mon, 07 Feb 2005 07:25:13 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Cy7vO-0000De-Vm for emacs-devel@gnu.org; Mon, 07 Feb 2005 07:23:31 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Cy7vF-0000AU-PU for emacs-devel@gnu.org; Mon, 07 Feb 2005 07:23:26 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cy7vE-0008U8-Ms for emacs-devel@gnu.org; Mon, 07 Feb 2005 07:23:20 -0500 Original-Received: from [194.109.24.24] (helo=smtp-vbr4.xs4all.nl) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Cy7ch-0003xb-Ta for emacs-devel@gnu.org; Mon, 07 Feb 2005 07:04:12 -0500 Original-Received: from pijl (a80-127-67-124.adsl.xs4all.nl [80.127.67.124]) by smtp-vbr4.xs4all.nl (8.12.11/8.12.11) with ESMTP id j17C4Auo026851 for ; Mon, 7 Feb 2005 13:04:10 +0100 (CET) (envelope-from Lute.Kamstra@xs4all.nl) Original-Received: from lute by pijl with local (Exim 3.36 #1 (Debian)) id 1Cy7jM-0000hD-00 for ; Mon, 07 Feb 2005 13:11:04 +0100 Original-To: emacs-devel@gnu.org User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux) Original-Lines: 10 X-Virus-Scanned: by XS4ALL Virus Scanner 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 X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: main.gmane.org gmane.emacs.devel:32998 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:32998 Is there a special reason why emacs-lisp-docstring-fill-column defaults to 65 while fill-column defaults to 70? I use auto-fill-mode (which uses fill-column) when writing docstrings and I was quite surprised when I discovered that fill-paragraph uses a different column to fill (namely emacs-lisp-docstring-fill-column). I would expect emacs-lisp-docstring-fill-column to default to fill-column. Lute.