From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27611 invoked by alias); 13 Jun 2006 18:45:21 -0000 Received: (qmail 27602 invoked by uid 22791); 13 Jun 2006 18:45:21 -0000 X-Spam-Check-By: sourceware.org Received: from nitzan.inter.net.il (HELO nitzan.inter.net.il) (192.114.186.20) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 13 Jun 2006 18:45:20 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-34-238.inter.net.il [80.230.34.238]) by nitzan.inter.net.il (MOS 3.7.3-GA) with ESMTP id DSA87924 (AUTH halo1); Tue, 13 Jun 2006 21:45:17 +0300 (IDT) Date: Tue, 13 Jun 2006 18:45:00 -0000 Message-Id: From: Eli Zaretskii To: gdb-patches@sourceware.org In-reply-to: <20060613183526.GA15966@nevyn.them.org> (message from Daniel Jacobowitz on Tue, 13 Jun 2006 14:35:26 -0400) Subject: Re: RFC: Remote "qSupported" features probe Reply-to: Eli Zaretskii References: <20060612195313.GA11276@nevyn.them.org> <20060613183526.GA15966@nevyn.them.org> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-06/txt/msg00198.txt.bz2 > Date: Tue, 13 Jun 2006 14:35:26 -0400 > From: Daniel Jacobowitz > > > Did you look at how this empty @item is typeset in the printed version > > of the manual? I suspect it won't do what you want. Perhaps saying > > "(@emph{empty})" explicitly will look better. > > Hmm. We already use a bare @item in several places, so I didn't think > to check. It comes out as `' in the appropriate font; do you think > that's OK? It's not bad, but the following might be better: @item @r{(empty)} > Otherwise, the (empty) appears inside the quote marks and in @samp. > I actually think best would be "@samp{} (empty)", but I don't know how > to do that without removing the @samp from the @table and adding it to > the other reply explicitly. See above: the @r thingy is supposed to do the trick.