From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20858 invoked by alias); 31 Aug 2007 09:18:28 -0000 Received: (qmail 20850 invoked by uid 22791); 31 Aug 2007 09:18:27 -0000 X-Spam-Check-By: sourceware.org Received: from nitzan.inter.net.il (HELO nitzan.inter.net.il) (213.8.233.22) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 31 Aug 2007 09:18:21 +0000 Received: from HOME-C4E4A596F7 (IGLD-83-130-237-140.inter.net.il [83.130.237.140]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id HRH87746 (AUTH halo1); Fri, 31 Aug 2007 12:15:32 +0300 (IDT) Date: Fri, 31 Aug 2007 09:18:00 -0000 Message-Id: From: Eli Zaretskii To: Vladimir Prus CC: drow@false.org, gdb-patches@sources.redhat.com In-reply-to: <200708311300.36546.ghost@cs.msu.su> (message from Vladimir Prus on Fri, 31 Aug 2007 13:00:36 +0400) Subject: Re: [mi] -list-features Reply-to: Eli Zaretskii References: <200708311105.38612.ghost@cs.msu.su> <200708311300.36546.ghost@cs.msu.su> 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: 2007-08/txt/msg00546.txt.bz2 > From: Vladimir Prus > Date: Fri, 31 Aug 2007 13:00:36 +0400 > Cc: drow@false.org, > gdb-patches@sources.redhat.com > > > It is still ambiguous, because "a list of string" does not tell the > > whole story. Is it > > > > foo bar baz > > or > > "foo" "bar" "baz" > > or > > foo,bar,baz > > or > > {foo,bar,baz} > > Well, in MI, "list of strings" is quite well defined. I don't see such a definition. I see a definition of "list", but if you want to rely on that, please add a cross-reference to that section, because the reader shouldn't be required to remember the syntax by heart. > Example output: > > ^done,result=["feature1","feature2"] This is much better, IMO; now it's perfectly clear what front ends should expect. Thanks.