From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11851 invoked by alias); 20 Jun 2006 20:42:57 -0000 Received: (qmail 11830 invoked by uid 22791); 20 Jun 2006 20:42:55 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Tue, 20 Jun 2006 20:42:54 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1Fsn3k-0000bk-GE for gdb-patches@sourceware.org; Tue, 20 Jun 2006 16:42:52 -0400 Date: Tue, 20 Jun 2006 20:42:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sourceware.org Subject: Re: RFC: Remote "qSupported" features probe Message-ID: <20060620204252.GF1453@nevyn.them.org> Mail-Followup-To: gdb-patches@sourceware.org References: <20060612195313.GA11276@nevyn.them.org> <20060613183526.GA15966@nevyn.them.org> <20060613191654.GA16866@nevyn.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.11+cvs20060403 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/msg00294.txt.bz2 On Wed, Jun 14, 2006 at 06:26:33AM +0300, Eli Zaretskii wrote: > > Date: Tue, 13 Jun 2006 15:16:54 -0400 > > From: Daniel Jacobowitz > > > > > It's not bad, but the following might be better: > > > > > > @item @r{(empty)} > > > > That seems to give me @samp{@r{(empty)}}, which comes out as `(empty)' > > with the apostrophes in @samp and the (empty) in @r. > > You could use @table @code and add the apostrophes manually where you > want them. Turns out that doesn't work either: both @code and @samp have implicit apostrophes in Info output. So while this looks a little better in the PDF, it's nasty in Info. I'm going to leave it as @item, since that's already used in a number of places throughout this chapter. If we want to improve this later, we can do it more consistently. -- Daniel Jacobowitz CodeSourcery