From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5306 invoked by alias); 16 Aug 2011 13:39:23 -0000 Received: (qmail 5295 invoked by uid 22791); 16 Aug 2011 13:39:22 -0000 X-SWARE-Spam-Status: No, hits=-0.8 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; Tue, 16 Aug 2011 13:39:05 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0LQ000300WI09P00@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Tue, 16 Aug 2011 16:39:03 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.126.47.19]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LQ0002Z8WKZ1NB0@a-mtaout20.012.net.il>; Tue, 16 Aug 2011 16:39:01 +0300 (IDT) Date: Tue, 16 Aug 2011 13:39: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: <83aab9tr0q.fsf@gnu.org> References: <834o1ivcge.fsf@gnu.org> 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/msg00330.txt.bz2 > From: Phil Muldoon > Cc: tromey@redhat.com, gdb-patches@sourceware.org > Date: Tue, 16 Aug 2011 12:18:17 +0100 > > Eli Zaretskii writes: > > >> +@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. > > Updated (doc-only) patch. What do you think? Thanks, I'm happy now.