From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: master 5db3324: Show key bindings on M-x completion (bug#39035) Date: Fri, 31 Jan 2020 09:45:37 +0200 Message-ID: <83zhe4kr1a.fsf@gnu.org> References: <20200129234218.30896.18447@vcs0.savannah.gnu.org> <20200129234219.7B6AE21627@vcs0.savannah.gnu.org> <87lfpowntv.fsf@mail.linkov.net> Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="23891"; mail-complaints-to="usenet@ciao.gmane.io" Cc: rpluim@gmail.com, emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Jan 31 08:46:41 2020 Return-path: Envelope-to: ged-emacs-devel@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 1ixR0j-0006A0-Gu for ged-emacs-devel@m.gmane-mx.org; Fri, 31 Jan 2020 08:46:41 +0100 Original-Received: from localhost ([::1]:49588 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ixR0i-0003oN-Ga for ged-emacs-devel@m.gmane-mx.org; Fri, 31 Jan 2020 02:46:40 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:34239) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ixR0A-0003MK-Bh for emacs-devel@gnu.org; Fri, 31 Jan 2020 02:46:07 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:57786) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ixR0A-0008N6-5j; Fri, 31 Jan 2020 02:46:06 -0500 Original-Received: from [176.228.60.248] (port=1132 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1ixR00-00015C-N6; Fri, 31 Jan 2020 02:46:03 -0500 In-reply-to: <87lfpowntv.fsf@mail.linkov.net> (message from Juri Linkov on Fri, 31 Jan 2020 01:01:48 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:244785 Archived-At: > From: Juri Linkov > Date: Fri, 31 Jan 2020 01:01:48 +0200 > Cc: emacs-devel@gnu.org > > > Is this really an 'Incompatible Lisp Change'? > > In some distant sense :) Actually, it's hard to find the right section. > Usually I select the section based on precedent. For example, since other > minibuffer-related features like 'read-number' and 'goto-line' are mentioned > in the "Editing Changes" section, now I moved "M-x completion keybindings" > here as well. Either "Editing Changes" or "Changes" is OK in this case. Thanks.