From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13656 invoked by alias); 24 Jun 2013 19:28:51 -0000 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 Received: (qmail 13646 invoked by uid 89); 24 Jun 2013 19:28:50 -0000 X-Spam-SWARE-Status: No, score=-4.5 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.1 Received: from mail-ie0-f182.google.com (HELO mail-ie0-f182.google.com) (209.85.223.182) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Mon, 24 Jun 2013 19:28:50 +0000 Received: by mail-ie0-f182.google.com with SMTP id s9so26009970iec.27 for ; Mon, 24 Jun 2013 12:28:48 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:x-gm-message-state; bh=KMWErCMH3kQBap1xPQJS6binC9byPxTQzCFXSHeOvmY=; b=I1XcuY1WhTU/oeo+tAMhx3o/FK1p4uFaEmp6GeKC59KFNKpBgRV5C8PYhB1cpKSp4m 9Rj1Eegp4hY1eLYOBToOzG6kQvYaxh+NWiRgB+TqAdGsC17yC3AzYq7gHql8/HfWUZ08 YDhgNjTxYGlsYK37YPq5Ak8V7O1CTc+ZyNKfy7zUdmbEgY/IWnd5Uml8sijxyW/Y9h6s WGjyEetrr5hxXOBVaqSP60G9ktOY5k+IW+VEQkIM2j1C9ameonnyztL3YVB5ipXk+S73 b+t5+slS0AjZfQHTiWPMzHeuivdvCeaSSGBpEu6moEDizYgT4wkTTEsi9yBkZcdgWDmR bvlA== MIME-Version: 1.0 X-Received: by 10.50.107.103 with SMTP id hb7mr2088288igb.25.1372102128627; Mon, 24 Jun 2013 12:28:48 -0700 (PDT) Received: by 10.231.143.6 with HTTP; Mon, 24 Jun 2013 12:28:48 -0700 (PDT) In-Reply-To: <83zjufiaa8.fsf@gnu.org> References: <1365761475-23845-1-git-send-email-yao@codesourcery.com> <83fvyr58c5.fsf@gnu.org> <516DEDAD.8070902@codesourcery.com> <516E0ED2.2080203@codesourcery.com> <83obdd2irl.fsf@gnu.org> <83sj0al6u1.fsf@gnu.org> <834ncnjqmg.fsf@gnu.org> <83zjufiaa8.fsf@gnu.org> Date: Mon, 24 Jun 2013 19:33:00 -0000 Message-ID: Subject: Re: [PATCH] print '--with{,out}-babeltrace' in 'gdb --configuration' From: Doug Evans To: Eli Zaretskii Cc: Yao Qi , gdb-patches Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQlYod4hA0iVcKik+D3on5vBNH5y+m/hrBYAS5GQVAEM5LFZo6fNiq8cPqFfAZCfpRyfpfMD6RxuGrArTT044p0xiLB9pVNWb+WQCsKxCIreX+3Y4Uer2uLGsfGAqEq42xylQbybATA5yKNylxSsHTJgDBbGzve+g2HqQKdXnKJic7NzSlTnZCKBFzJ911CI2Dw3Sk0bQvgs5Vi9Hmcoh0SOgSPvdw== X-SW-Source: 2013-06/txt/msg00675.txt.bz2 On Mon, Jun 24, 2013 at 12:22 PM, Eli Zaretskii wrote: >> Date: Mon, 24 Jun 2013 12:03:40 -0700 >> From: Doug Evans >> Cc: Yao Qi , gdb-patches >> >> Ok, How about: >> >> + /* We assume "relocatable" will be printed at least once, thus we always >> + print this text. It's a reasonably safe assumption for now. */ >> + fprintf_filtered (stream, _("\n\ >> + (\"Relocatable\" means the directory can be moved with the GDB installation" >> "tree and GDB will still find it.)\n\" >> +")); >> >> [N.B. I didn't verify 80-column-ness, leaving that to you if you like >> the wording.] > > This clearly exceeds 80 columns. We can split it into 2 lines, if > people like this wording enough to sacrifice another line. Heh, that's what I intended. s,installation,installation\n\, Sorry for the confusion.