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: Inconsistent use of align/indent comments in info Date: Fri, 07 Apr 2006 17:36:02 -0400 Message-ID: References: <17462.32063.535034.145132@chlr5838.ch.intel.com> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1144445780 2068 80.91.229.2 (7 Apr 2006 21:36:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 7 Apr 2006 21:36:20 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 07 23:36:16 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FRycn-0004zc-HR for ged-emacs-devel@m.gmane.org; Fri, 07 Apr 2006 23:36:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FRycn-000661-0V for ged-emacs-devel@m.gmane.org; Fri, 07 Apr 2006 17:36:13 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FRycd-00065u-9D for emacs-devel@gnu.org; Fri, 07 Apr 2006 17:36:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FRycc-00065i-Vp for emacs-devel@gnu.org; Fri, 07 Apr 2006 17:36:03 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FRycc-00065f-R1 for emacs-devel@gnu.org; Fri, 07 Apr 2006 17:36:02 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FRygf-0003gK-Pb for emacs-devel@gnu.org; Fri, 07 Apr 2006 17:40:13 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1FRycc-0007XF-0M; Fri, 07 Apr 2006 17:36:02 -0400 Original-To: "Andrew M. Scott" In-reply-to: <17462.32063.535034.145132@chlr5838.ch.intel.com> (amscott1@sedona.ch.intel.com) 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:52517 Archived-At: Thanks for pointing out the inconsistency. "Indentation" refers to whitespace at the start of a line; thus, in general, comments are aligned, not indented, but comments that do not follow code may be described as "indented". I've corrected the text to follow that rule. The command name comment-indent should really be comment-align, and the variable names c-indent-comment-alist, c-indent-comments-syntactically-p, and comment-indent-function really ought to say "align" instead of "indent". Perhaps we should make new aliases for them.