From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7712 invoked by alias); 26 Mar 2007 21:26:17 -0000 Received: (qmail 7675 invoked by uid 22791); 26 Mar 2007 21:26:16 -0000 X-Spam-Check-By: sourceware.org Received: from hq.tensilica.com (HELO mailapp.tensilica.com) (65.205.227.29) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 26 Mar 2007 22:26:12 +0100 Received: from localhost ([127.0.0.1]) by mailapp.tensilica.com with esmtp (Exim 4.34) id 1HVwhd-00011w-5T; Mon, 26 Mar 2007 13:26:09 -0800 Received: from mailapp.tensilica.com ([127.0.0.1]) by localhost (mailapp [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 03742-02; Mon, 26 Mar 2007 13:26:09 -0800 (PST) Received: from heron.hq.tensilica.com ([192.168.11.123]) by mailapp.tensilica.com with esmtp (Exim 4.34) id 1HVwhc-00011r-SL; Mon, 26 Mar 2007 13:26:08 -0800 Received: from [192.168.11.123] (heron.hq.tensilica.com [192.168.11.123]) by heron.hq.tensilica.com (Postfix) with ESMTP id BABA3AC66C; Mon, 26 Mar 2007 14:26:08 -0700 (PDT) Message-ID: <46083A70.9030407@tensilica.com> Date: Mon, 26 Mar 2007 21:26:00 -0000 From: Bob Wilson User-Agent: Thunderbird 1.5.0.10 (X11/20070306) MIME-Version: 1.0 To: Eli Zaretskii CC: gdb-patches@sources.redhat.com Subject: Re: [PATCH] wrap long lines in doc References: <460800D5.4090008@tensilica.com> <46082D32.8030400@tensilica.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 2007-03/txt/msg00242.txt.bz2 Eli Zaretskii wrote: > I'm saying that it isn't worth the hassle to do such reformatting: > makeinfo and TeX do that for you when they produce output. The > Texinfo sources are not required to be especially beautiful. Sure, but C code doesn't need to be beautiful either and yet we have a convention about keeping the lines less than 80 columns. I find wrapped lines hard to read, so I like to fix them. Thanks for approving the change.