From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17334 invoked by alias); 31 Aug 2002 15:12:26 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 17319 invoked from network); 31 Aug 2002 15:12:25 -0000 Received: from unknown (HELO frigg.inter.net.il) (192.114.186.16) by sources.redhat.com with SMTP; 31 Aug 2002 15:12:25 -0000 Received: from Zaretsky ([80.230.2.40]) by frigg.inter.net.il (Mirapoint Messaging Server MOS 3.1.0.58-GA) with ESMTP id BSG72475; Sat, 31 Aug 2002 18:12:10 +0300 (IDT) Date: Sat, 31 Aug 2002 08:30:00 -0000 From: "Eli Zaretskii" To: stcarrez@nerim.fr Message-Id: <5567-Sat31Aug2002181357+0300-eliz@is.elta.co.il> CC: gdb-patches@sources.redhat.com In-reply-to: <3D70CCBD.2000903@nerim.fr> (message from Stephane Carrez on Sat, 31 Aug 2002 16:03:41 +0200) Subject: Re: [PATCH]: Provide TUI fast key action with specific readline keymap Reply-to: Eli Zaretskii References: <3D70CCBD.2000903@nerim.fr> X-SW-Source: 2002-08/txt/msg01065.txt.bz2 > Date: Sat, 31 Aug 2002 16:03:41 +0200 > From: Stephane Carrez > > I've committed this patch to improve the TUI as explained in > http://sources.redhat.com/ml/gdb-patches/2002-08/msg00840.html. > > I changed a little bit the patch to simplify and use an enum to represent the > 3 key-mode states (command, SingleKey, one-command then SingleKey). > > To activate SingleKey, it is bound to C-X S. > To leave it, both C-X S and 'q' work. Thanks for working on this, but you never responded to my request to change the manual accordingly. I really don't think we should have first-class user-level features that are not documented. TIA