From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#50394: Improve "Completion List Mode" NEWS entry Date: Sun, 05 Sep 2021 21:30:47 +0300 Message-ID: <838s0aub6w.fsf@gnu.org> References: <83a6krv81b.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="17640"; mail-complaints-to="usenet@ciao.gmane.io" Cc: ghe@sdf.org, 50394@debbugs.gnu.org To: Stefan Kangas Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sun Sep 05 20:31:15 2021 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 1mMwvD-0004PD-IG for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 05 Sep 2021 20:31:15 +0200 Original-Received: from localhost ([::1]:48212 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mMwvB-0006P3-Me for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 05 Sep 2021 14:31:13 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:58324) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mMwv0-0006Oi-Mu for bug-gnu-emacs@gnu.org; Sun, 05 Sep 2021 14:31:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:39467) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mMwv0-000550-Fl for bug-gnu-emacs@gnu.org; Sun, 05 Sep 2021 14:31:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mMwv0-0002Rs-8S for bug-gnu-emacs@gnu.org; Sun, 05 Sep 2021 14:31:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 05 Sep 2021 18:31:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 50394 X-GNU-PR-Package: emacs Original-Received: via spool by 50394-submit@debbugs.gnu.org id=B50394.16308666519389 (code B ref 50394); Sun, 05 Sep 2021 18:31:02 +0000 Original-Received: (at 50394) by debbugs.gnu.org; 5 Sep 2021 18:30:51 +0000 Original-Received: from localhost ([127.0.0.1]:51013 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mMwup-0002RN-02 for submit@debbugs.gnu.org; Sun, 05 Sep 2021 14:30:51 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:42190) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mMwum-0002R7-H8 for 50394@debbugs.gnu.org; Sun, 05 Sep 2021 14:30:49 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:42078) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mMwug-0004oT-BP; Sun, 05 Sep 2021 14:30:42 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:2802 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mMwug-0005xj-26; Sun, 05 Sep 2021 14:30:42 -0400 In-Reply-To: (message from Stefan Kangas on Sun, 5 Sep 2021 20:22:03 +0200) 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" Xref: news.gmane.io gmane.emacs.bugs:213530 Archived-At: > From: Stefan Kangas > Date: Sun, 5 Sep 2021 20:22:03 +0200 > Cc: 50394@debbugs.gnu.org, Gregory Heytings > > Eli Zaretskii writes: > > > > ** Completion List Mode > > > New key bindings have been added: 'n' and 'p' to navigate completions, > > > and 'M-g M-c' to switch to the minibuffer, and you can also switch back > > > to the completion list buffer with 'M-g M-c'. > > > > > > I suspect that most users have no idea what is "completion list mode", > > > > If they don't, they could just do > > > > C-h f completion-list-mode RET > > > > and read there. > > I don't think that should be needed for such basic functionality. Which basic functionality are you alluding to here? > I changed the headline from the nondescript 'Completion List Mode' to > 'Improved navigation in the "*Completions*" buffer"'. I think that > makes things sufficiently clear without having to look elsewhere. Sorry, I don't follow. This is in the section whose headline is "Changes in Specialized Modes and Packages in Emacs 28.1", right? And each item in that section names a mode or a package, right? So what's wrong with having a headline there which says "Completion List Mode"? it's a mode, right? Or what am I missing?