From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Spencer Baugh Newsgroups: gmane.emacs.bugs Subject: bug#64425: [PATCH] Mention minibuffer-next-completion in completion-help Date: Mon, 03 Jul 2023 08:53:11 -0400 Message-ID: References: <87y1jygtra.fsf@catern.com> <837crinsho.fsf@gnu.org> <873526rurm.fsf@catern.com> <833525nsut.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="28991"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: sbaugh@catern.com, 64425@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Mon Jul 03 14:54:24 2023 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qGJ4R-0007Ee-Kd for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 03 Jul 2023 14:54:23 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qGJ4A-0003Kw-9A; Mon, 03 Jul 2023 08:54:07 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qGJ47-0003Kd-KL for bug-gnu-emacs@gnu.org; Mon, 03 Jul 2023 08:54:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qGJ46-0000ls-6s for bug-gnu-emacs@gnu.org; Mon, 03 Jul 2023 08:54:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qGJ45-0000Lz-P0 for bug-gnu-emacs@gnu.org; Mon, 03 Jul 2023 08:54:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Spencer Baugh Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 03 Jul 2023 12:54:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 64425 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 64425-submit@debbugs.gnu.org id=B64425.16883888021308 (code B ref 64425); Mon, 03 Jul 2023 12:54:01 +0000 Original-Received: (at 64425) by debbugs.gnu.org; 3 Jul 2023 12:53:22 +0000 Original-Received: from localhost ([127.0.0.1]:33458 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qGJ3S-0000L2-6D for submit@debbugs.gnu.org; Mon, 03 Jul 2023 08:53:22 -0400 Original-Received: from mxout5.mail.janestreet.com ([64.215.233.18]:38717) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qGJ3N-0000Kf-Af for 64425@debbugs.gnu.org; Mon, 03 Jul 2023 08:53:21 -0400 In-Reply-To: <833525nsut.fsf@gnu.org> (Eli Zaretskii's message of "Mon, 03 Jul 2023 14:21:14 +0300") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:264524 Archived-At: Eli Zaretskii writes: >> From: sbaugh@catern.com >> Date: Sun, 02 Jul 2023 19:14:06 +0000 (UTC) >> Cc: 64425@debbugs.gnu.org >> >> > Isn't this text too long for a single screen line? If so, it will >> > cause an annoying "jumping" of the mode line. >> >> Good point, how about this wording: > > OK, I think. > >> > Also, what about updating the documentation? >> >> All the other relevant documentation that I know about has already been >> updated to mention minibuffer-{next,previous,choose}-completion. > > I don't see the additional bindings documented anywhere. > And neither can I find any reference to > minibuffer-{next,previous,choose}-completion. What did I miss? (info "(emacs) Completion Commands") documents M-, M-, M-. How about this? diff --git a/doc/emacs/mini.texi b/doc/emacs/mini.texi index 9bf4da67644..517a6262522 100644 --- a/doc/emacs/mini.texi +++ b/doc/emacs/mini.texi @@ -393,7 +393,7 @@ Completion Commands @vindex minibuffer-completion-auto-choose @item M-@key{DOWN} @itemx M-@key{UP} -While in the minibuffer, these keys navigate through the completions +These keys navigate through the completions displayed in the completions buffer. When @code{minibuffer-completion-auto-choose} is non-@code{nil} (which is the default), using these commands also inserts the current completion @@ -410,7 +410,7 @@ Completion Commands @itemx @key{prior} Typing @kbd{M-v}, while in the minibuffer, selects the window showing the completion list (@code{switch-to-completions}). This paves the -way for using the commands below. @key{PageUp}, @key{prior} and +way for also using the commands below. @key{PageUp}, @key{prior} and @kbd{M-g M-c} does the same. You can also select the window in other ways (@pxref{Windows}).