From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] master b0e318d 2/2: Score flex-style completions according to match tightness Date: Mon, 18 Mar 2019 12:20:20 -0400 Message-ID: References: <20190213212413.868.40960@vcs0.savannah.gnu.org> <20190213212415.148B9209D7@vcs0.savannah.gnu.org> <0ba3ca47-c7d6-a608-536e-94784ba3384b@yandex.ru> <4f4e9ccd-b152-2b37-cad2-6c96b0a64d84@yandex.ru> <646c8d35-89a7-b12f-8a78-b05e6d8f781c@yandex.ru> <831d3407-e204-453f-9538-850cdac907d1@yandex.ru> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="157449"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 18 17:21:19 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1h5v0p-000ers-La for ged-emacs-devel@m.gmane.org; Mon, 18 Mar 2019 17:21:19 +0100 Original-Received: from localhost ([127.0.0.1]:44157 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h5v0o-0008SQ-Kn for ged-emacs-devel@m.gmane.org; Mon, 18 Mar 2019 12:21:18 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:43403) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h5v02-0008S3-UJ for emacs-devel@gnu.org; Mon, 18 Mar 2019 12:20:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h5v02-000837-As for emacs-devel@gnu.org; Mon, 18 Mar 2019 12:20:30 -0400 Original-Received: from [195.159.176.226] (port=49976 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h5v01-00081P-Uo for emacs-devel@gnu.org; Mon, 18 Mar 2019 12:20:30 -0400 Original-Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1h5v00-000e1R-9l for emacs-devel@gnu.org; Mon, 18 Mar 2019 17:20:28 +0100 X-Injected-Via-Gmane: http://gmane.org/ Cancel-Lock: sha1:zhvZVwNtTAw77JEzuibg9rAUgaw= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 195.159.176.226 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:234331 Archived-At: >>>> + input is not a prefix match. E.g. M-x describe-variable, then input >>>> 'compst'. RET won't select the completion. >>> Never mind. It's the same with prefix completion if the input is not >>> a unique match and not a match itself. >>> I got too used to the Ido behavior. >> `icomplete-mode` gets you closer to that behavior. > All my testing is with 'icomplete-mode' on, so that's what I'm reporting on. Duh, I misunderstood the description of the problem, indeed. Sorry, Stefan