From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: comment-add Date: Tue, 25 Sep 2007 12:07:49 -0400 Message-ID: References: <87ir5zwu4j.fsf@escher.local.home> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1190736711 32319 80.91.229.12 (25 Sep 2007 16:11:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 25 Sep 2007 16:11:51 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stephen Berman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 25 18:11:46 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IaCzn-0004lj-6x for ged-emacs-devel@m.gmane.org; Tue, 25 Sep 2007 18:10:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IaCzk-0002aT-6Y for ged-emacs-devel@m.gmane.org; Tue, 25 Sep 2007 12:10:44 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IaCwz-0007GJ-7J for emacs-devel@gnu.org; Tue, 25 Sep 2007 12:07:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IaCwx-0007Df-HE for emacs-devel@gnu.org; Tue, 25 Sep 2007 12:07:52 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IaCwx-0007DT-Cz for emacs-devel@gnu.org; Tue, 25 Sep 2007 12:07:51 -0400 Original-Received: from vpn-132-204-232-38.acd.umontreal.ca ([132.204.232.38] helo=ceviche.home) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IaCww-0002A0-TN for emacs-devel@gnu.org; Tue, 25 Sep 2007 12:07:51 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id F001AB4134; Tue, 25 Sep 2007 12:07:49 -0400 (EDT) In-Reply-To: <87ir5zwu4j.fsf@escher.local.home> (Stephen Berman's message of "Tue\, 25 Sep 2007 00\:55\:56 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.50 (gnu/linux) X-Detected-Kernel: Linux 2.6 (newer, 3) 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:79811 Archived-At: > In case anyone's tallying votes on this, I am in favor of making the > default comment-style 'indent. Richard likes his comments to start with ";;;" in column 0. I wrote newcomment.el specifically to add the `indent' style, so obviously I vote for the `indent' style, but I'm not sure if Richard wants to entertain a vote. Stefan