From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5350 invoked by alias); 5 Jun 2018 14:44:57 -0000 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 Received: (qmail 4375 invoked by uid 89); 5 Jun 2018 14:44:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy=cue X-HELO: eggs.gnu.org Received: from eggs.gnu.org (HELO eggs.gnu.org) (208.118.235.92) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 05 Jun 2018 14:44:55 +0000 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fQDCc-00080w-Rx for gdb-patches@sourceware.org; Tue, 05 Jun 2018 10:44:54 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:44959) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fQDCc-00080q-NS; Tue, 05 Jun 2018 10:44:50 -0400 Received: from [176.228.60.248] (port=3858 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fQDCc-0002QU-5z; Tue, 05 Jun 2018 10:44:50 -0400 Date: Tue, 05 Jun 2018 14:44:00 -0000 Message-Id: <838t7tb8cz.fsf@gnu.org> From: Eli Zaretskii To: Tom Tromey CC: palves@redhat.com, gdb-patches@sourceware.org In-reply-to: <87h8mi441j.fsf@tromey.com> (message from Tom Tromey on Mon, 04 Jun 2018 15:47:52 -0600) Subject: Re: [RFA v2] Add "continue" response to pager Reply-to: Eli Zaretskii References: <20180425145200.27734-1-tom@tromey.com> <941985b1-5166-44ab-72fe-b0f62d411e2e@redhat.com> <87d0y44iyi.fsf@tromey.com> <6b0962b4-1867-0003-6310-e874ff1df2f3@redhat.com> <87in79znmh.fsf@tromey.com> <0d86fa29-11aa-089a-69a8-86a0fef481ec@redhat.com> <87lgc3xjfp.fsf@tromey.com> <87h8mi441j.fsf@tromey.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-IsSubscribed: yes X-SW-Source: 2018-06/txt/msg00095.txt.bz2 > From: Tom Tromey > Cc: Tom Tromey , gdb-patches@sourceware.org, eliz@gnu.org > Date: Mon, 04 Jun 2018 15:47:52 -0600 > > Hi Eli, not sure if you saw Pedro's question in this thread: > > Pedro> I'd suggest saying something here closer to gdb's output. For example, > Pedro> above, "continue the output" doesn't suggest that it's only one more > Pedro> page, and, using the verb "continue" for the "c" key I think makes it > Pedro> easier to memorize / understand. Like so: > > Pedro> Type @key{RET} when you want to see one more page of output, @kbd{q} > Pedro> to discard the remaining output, or @kbd{c} to continue without paging > Pedro> for the rest of the current command. > > Pedro> No need to post a new patch for that, if Eli's OK with it. I'm OK with that. Sorry for missing the cue.