From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 41155 invoked by alias); 4 Jun 2018 21:47:56 -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 40329 invoked by uid 89); 4 Jun 2018 21:47:55 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=closer, H*f:sk:2018042 X-HELO: gateway30.websitewelcome.com Received: from gateway30.websitewelcome.com (HELO gateway30.websitewelcome.com) (192.185.150.24) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 04 Jun 2018 21:47:54 +0000 Received: from cm15.websitewelcome.com (cm15.websitewelcome.com [100.42.49.9]) by gateway30.websitewelcome.com (Postfix) with ESMTP id 36003398EE for ; Mon, 4 Jun 2018 16:47:53 -0500 (CDT) Received: from box5379.bluehost.com ([162.241.216.53]) by cmsmtp with SMTP id PxKTfJQzpbXuJPxKTfYrZ9; Mon, 04 Jun 2018 16:47:53 -0500 X-Authority-Reason: nr=8 Received: from 75-166-37-59.hlrn.qwest.net ([75.166.37.59]:38396 helo=bapiya) by box5379.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.91) (envelope-from ) id 1fPxKS-0002P1-Ue; Mon, 04 Jun 2018 16:47:53 -0500 From: Tom Tromey To: Pedro Alves Cc: Tom Tromey , gdb-patches@sourceware.org, eliz@gnu.org Subject: Re: [RFA v2] Add "continue" response to pager 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> Date: Mon, 04 Jun 2018 21:47:00 -0000 In-Reply-To: (Pedro Alves's message of "Tue, 29 May 2018 17:05:08 +0100") Message-ID: <87h8mi441j.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-BWhitelist: no X-Source-L: No X-Exim-ID: 1fPxKS-0002P1-Ue X-Source-Sender: 75-166-37-59.hlrn.qwest.net (bapiya) [75.166.37.59]:38396 X-Source-Auth: tom+tromey.com X-Email-Count: 4 X-Source-Cap: ZWx5bnJvYmk7ZWx5bnJvYmk7Ym94NTM3OS5ibHVlaG9zdC5jb20= X-Local-Domain: yes X-SW-Source: 2018-06/txt/msg00085.txt.bz2 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. thanks, Tom