From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4280 invoked by alias); 7 Mar 2011 19:06:58 -0000 Received: (qmail 4247 invoked by uid 22791); 7 Mar 2011 19:06:57 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from ausc60pc101.us.dell.com (HELO ausc60pc101.us.dell.com) (143.166.85.206) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 07 Mar 2011 19:06:53 +0000 X-Loopcount0: from 10.152.240.141 Subject: Re: can we avoid using contractions in GDB messages? Mime-Version: 1.0 (Apple Message framework v1082) Content-Type: text/plain; charset=us-ascii From: Paul Koning In-Reply-To: <4D752A3B.6090603@vmware.com> Date: Mon, 07 Mar 2011 19:19:00 -0000 Cc: Joel Brobecker , "gdb-patches@sourceware.org" Content-Transfer-Encoding: 7bit Message-Id: References: <4D718A22.3020302@vmware.com> <20110307105158.GZ30306@adacore.com> <4D752A3B.6090603@vmware.com> To: Michael Snyder 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-03/txt/msg00481.txt.bz2 On Mar 7, 2011, at 1:55 PM, Michael Snyder wrote: > Joel Brobecker wrote: >> Just a suggestion. It's really a detail, and I won't push for us >> to adopt this suggestion, but: >>> + if (minsym == NULL) >>> + error (_("Error reading inferior's overlay table: couldn't " >>> + "find `_ovly_table' array\n" >>> + "in inferior. Use `overlay manual' mode.")); >> I'm not very fond of contractions in error messages (or any message >> printed by GDB). I know there is plenty of "prior art" of our use >> of contractions in the output, but I just think it looks better to >> spell words completely. For the future, can we agree on avoiding >> contractions? > > My $0.02 -- I don't think there's anything wrong with contractions. > They're a part of standard English. True. But they are less familiar to those who are not native speakers. paul