From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10294 invoked by alias); 14 Jan 2011 21:49:15 -0000 Received: (qmail 10285 invoked by uid 22791); 14 Jan 2011 21:49:13 -0000 X-SWARE-Spam-Status: No, hits=-6.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 14 Jan 2011 21:49:07 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id p0ELmWI7028644 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 14 Jan 2011 16:48:32 -0500 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p0ELmVs7001589; Fri, 14 Jan 2011 16:48:32 -0500 Received: from opsy.redhat.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id p0ELmTFK003839; Fri, 14 Jan 2011 16:48:30 -0500 Received: by opsy.redhat.com (Postfix, from userid 500) id 80891C88039; Fri, 14 Jan 2011 14:48:29 -0700 (MST) From: Tom Tromey To: Michael Snyder Cc: Joel Brobecker , Paul Koning , Pierre Muller , "'Pedro Alves'" , "gdb-patches\@sourceware.org" Subject: Re: [RFA] remove form feeds References: <000f01cbb401$1093cdc0$31bb6940$@muller@ics-cnrs.unistra.fr> <20110114163035.GQ2504@adacore.com> <000001cbb40b$b03b3020$10b19060$@muller@ics-cnrs.unistra.fr> <201101141757.53748.pedro@codesourcery.com> <000301cbb41a$c115c590$434150b0$@muller@ics-cnrs.unistra.fr> <4D309B82.7070104@vmware.com> <293EB934-45FB-4199-B225-EC222788FF76@dell.com> <20110114192203.GT2504@adacore.com> <4D30C38D.3030701@vmware.com> Date: Fri, 14 Jan 2011 21:51:00 -0000 In-Reply-To: <4D30C38D.3030701@vmware.com> (Michael Snyder's message of "Fri, 14 Jan 2011 13:43:41 -0800") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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/msg00349.txt.bz2 >>>>> "Michael" == Michael Snyder writes: Michael> Careful what you ask for. ;-) Michael> What do y'all think? I actually like form feeds in the source. I put them into code to provide separation between different logical areas. If other maintainers are strongly opposed, I won't block their removal. Tom