From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11200 invoked by alias); 3 Jan 2011 05:06:01 -0000 Received: (qmail 11187 invoked by uid 22791); 3 Jan 2011 05:06:00 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST X-Spam-Check-By: sourceware.org Received: from mail-vw0-f41.google.com (HELO mail-vw0-f41.google.com) (209.85.212.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 03 Jan 2011 05:05:56 +0000 Received: by vws10 with SMTP id 10so5315863vws.0 for ; Sun, 02 Jan 2011 21:05:54 -0800 (PST) MIME-Version: 1.0 Received: by 10.220.188.71 with SMTP id cz7mr5333718vcb.145.1294031154228; Sun, 02 Jan 2011 21:05:54 -0800 (PST) Received: by 10.220.190.137 with HTTP; Sun, 2 Jan 2011 21:05:54 -0800 (PST) In-Reply-To: <20110103043359.GO2396@adacore.com> References: <4D1E60A0.1020601@vmware.com> <201012312312.oBVNC4fc013647@glazunov.sibelius.xs4all.nl> <4D1E732E.4090002@vmware.com> <834o9tq96f.fsf@gnu.org> <4D1F71B0.9060006@vmware.com> <20110103043359.GO2396@adacore.com> Date: Mon, 03 Jan 2011 05:06:00 -0000 Message-ID: Subject: Re: [patch] more comment cleanups From: "H.J. Lu" To: Joel Brobecker Cc: Michael Snyder , Eli Zaretskii , "mark.kettenis@xs4all.nl" , "gdb-patches@sourceware.org" Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2011-01/txt/msg00031.txt.bz2 On Sun, Jan 2, 2011 at 8:33 PM, Joel Brobecker wrote: >> So what do others think about source lines over 70 columns? > > Enforcing a maximum length of 70 characters seems awfully low to me. > It's fine if someone decides to use 70 characters for his comments, > of even his code, but I think that 76 or 78 would give better results. > I even allow myself to go up to 80 when splitting a line makes it > particularly ugly and hard to read... > ChangeLog should be limited to 74 columns: [hjl@gnu-6 gdb]$ tail gdb/ChangeLog For older changes see ChangeLog-2009. Local Variables: mode: change-log left-margin: 8 fill-column: 74 version-control: never coding: utf-8 End: [hjl@gnu-6 gdb]$ -- H.J.