From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9896 invoked by alias); 17 Oct 2006 19:47:48 -0000 Received: (qmail 9887 invoked by uid 22791); 17 Oct 2006 19:47:47 -0000 X-Spam-Check-By: sourceware.org Received: from romy.inter.net.il (HELO romy.inter.net.il) (192.114.186.66) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 17 Oct 2006 19:47:44 +0000 Received: from HOME-C4E4A596F7 (IGLD-84-228-202-110.inter.net.il [84.228.202.110]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id GAH53302 (AUTH halo1); Tue, 17 Oct 2006 21:47:28 +0200 (IST) Date: Tue, 17 Oct 2006 19:47:00 -0000 Message-Id: From: Eli Zaretskii To: Bob Wilson CC: gdb-patches@sources.redhat.com In-reply-to: <4533C78B.10800@tensilica.com> (message from Bob Wilson on Mon, 16 Oct 2006 10:55:23 -0700) Subject: Re: [doc/commit] Re: fix use of @kbd and @key in gdb.texinfo Reply-to: Eli Zaretskii References: <452BECD7.4010402@tensilica.com> <20061015213827.GA27170@nevyn.them.org> <4533C78B.10800@tensilica.com> 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-10/txt/msg00186.txt.bz2 > Date: Mon, 16 Oct 2006 10:55:23 -0700 > From: Bob Wilson > CC: gdb-patches@sources.redhat.com > > Somehow the message that Eli sent directly to me did not get through, probably > lost in a torrent of spam, and I don't read gdb-patches regularly. That's not a > very good excuse, though -- I should have made a point of checking the list in > case anyone had issues with my change. I'm sorry. No sweat. > What about the TUI chapter? There are lots of "C-" prefixes in there and it's > not tied to Emacs users. Should they all use "Ctrl-"? I left "C-" there because the text mentions the corresponding Emacs keybindings. But I'm open to other opinions. > Also, I noticed that there is a mix of upper- and lowercase for Ctrl key > combinations, e.g, "Ctrl-C" vs. "Ctrl-c". Can we make them all the same? The latter should be used in @kbd, the former in @samp. If this is so, it's deliberate: @kbd shows what one types, @samp shows what's displayed on the screen as the result. AFAIK, you always get Ctrl-C (uppercase C) when you interrupt a process. > Here is a patch to fix one more place to use "Ctrl-". It was using "C-d" before > my change, but it seems like it ought to use "Ctrl-" to be consistent, since it > has nothing to do with Emacs. Right, please commit this. Thanks.