From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3012 invoked by alias); 31 Aug 2007 18:08:36 -0000 Received: (qmail 3003 invoked by uid 22791); 31 Aug 2007 18:08:35 -0000 X-Spam-Check-By: sourceware.org Received: from heller.inter.net.il (HELO heller.inter.net.il) (213.8.233.23) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 31 Aug 2007 18:08:29 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-17-127.inter.net.il [80.230.17.127]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id DMU03722 (AUTH halo1); Fri, 31 Aug 2007 21:08:25 +0300 (IDT) Date: Fri, 31 Aug 2007 18:08:00 -0000 Message-Id: From: Eli Zaretskii To: Vladimir Prus CC: drow@false.org, gdb-patches@sources.redhat.com In-reply-to: <200708311418.43197.ghost@cs.msu.su> (message from Vladimir Prus on Fri, 31 Aug 2007 14:18:42 +0400) Subject: Re: [mi] -list-features Reply-to: Eli Zaretskii References: <200708311300.36546.ghost@cs.msu.su> <200708311418.43197.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/msg00555.txt.bz2 > From: Vladimir Prus > Date: Fri, 31 Aug 2007 14:18:42 +0400 > Cc: drow@false.org, > gdb-patches@sources.redhat.com > > Okay, I've tried to put that in texinfo, and got stuck. My plain text included this: > > The current list of features is: > > - 'frozen-varobjs' -- indicates presence of -var-set-frozen command, > as well as possible presense of the 'frozen' field in the output of > -varobj-create. > > How do I express this in texinfo? Use @itemize, like this: The current list of features is: @itemize @minus @item @samp{frozen-varobjs}---indicates presence of the @code{-var-set-frozen} command, as well as possible presense of the @code{frozen} field in the output of @code{-varobj-create}. @end itemize