From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8820 invoked by alias); 15 Aug 2011 16:58:45 -0000 Received: (qmail 8812 invoked by uid 22791); 15 Aug 2011 16:58:44 -0000 X-SWARE-Spam-Status: No, hits=-0.9 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 15 Aug 2011 16:58:30 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0LPZ00D00B0Q7P00@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Mon, 15 Aug 2011 19:58:28 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.124.97.107]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LPZ008PQB5CG0L1@a-mtaout20.012.net.il>; Mon, 15 Aug 2011 19:58:28 +0300 (IDT) Date: Mon, 15 Aug 2011 16:58:00 -0000 From: Eli Zaretskii Subject: Re: [python] [patch] set/show extended-prompt In-reply-to: To: pmuldoon@redhat.com Cc: tromey@redhat.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <834o1ivcge.fsf@gnu.org> References: 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-08/txt/msg00302.txt.bz2 > From: Phil Muldoon > Cc: gdb-patches@sourceware.org > Date: Mon, 15 Aug 2011 15:02:44 +0100 > > > This needs a NEWS entry. > > Thanks, I have added Matt Rice's non-printing character suggestion. So > that needs to be approved. I've also added a NEWS entry, and removed > the white-spaces from the ChangeLog (bizarre, not sure how that > happened). > > I've updated the documentation to reflect the required changes too. > > OK? Yes, but I have one more wish, if I may: > +@item \[ > +Begin a sequence of non-printing characters. > +@item \] > +End a sequence of non-printing characters. It would be useful to tell something regarding the display of the non-printing characters themselves, and how to specify them in the string. Thanks.