From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20212 invoked by alias); 12 May 2007 07:19:47 -0000 Received: (qmail 20202 invoked by uid 22791); 12 May 2007 07:19:45 -0000 X-Spam-Check-By: sourceware.org Received: from romy.inter.net.il (HELO romy.inter.net.il) (213.8.233.24) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 12 May 2007 07:19:41 +0000 Received: from HOME-C4E4A596F7 ([81.5.36.48]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id HVD32052 (AUTH halo1); Sat, 12 May 2007 10:19:18 +0300 (IDT) Date: Sat, 12 May 2007 07:19:00 -0000 Message-Id: From: Eli Zaretskii To: Bob Wilson CC: gdb-patches@sources.redhat.com In-reply-to: <4644B637.5050201@tensilica.com> (message from Bob Wilson on Fri, 11 May 2007 11:30:15 -0700) Subject: Re: [PATCH] edit documentation for TUI mode Reply-to: Eli Zaretskii References: <46423A94.2090607@tensilica.com> <4644B637.5050201@tensilica.com> 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-05/txt/msg00220.txt.bz2 > Date: Fri, 11 May 2007 11:30:15 -0700 > From: Bob Wilson > CC: gdb-patches@sources.redhat.com > > What do you think about changing that sentence as follows? > > You can also switch in and out of TUI mode while @value{GDBN} runs by using > various TUI commands and key bindings, such as @kbd{C-x C-a}. @xref{TUI Keys, , > TUI Key Bindings}. This is fine. > > Why did you switch to `@table @asis' and an explicit @key in each > > item? What was wrong with the previous method? > > The last entry, "C-L", is not a key. Ah, okay, I missed that. Thanks.