From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: =?utf-8?Q?=C3=93scar_Fuentes?= Newsgroups: gmane.emacs.devel Subject: Re: new-flex-completion-style Date: Wed, 13 Feb 2019 15:23:33 +0100 Message-ID: <87o97fahsq.fsf@telefonica.net> References: <20190202232827.27331.87300@vcs0.savannah.gnu.org> <20190202232828.4AE452159A@vcs0.savannah.gnu.org> <87lg2mynrg.fsf@gmail.com> <87wom5amkd.fsf@telefonica.net> <878sykzmrs.fsf@gmail.com> <87sgwsa5wk.fsf@telefonica.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="174344"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1.90 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 13 15:24:57 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 1gtvT6-000jEQ-QM for ged-emacs-devel@m.gmane.org; Wed, 13 Feb 2019 15:24:56 +0100 Original-Received: from localhost ([127.0.0.1]:57551 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gtvT5-0004nb-Ke for ged-emacs-devel@m.gmane.org; Wed, 13 Feb 2019 09:24:55 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:36712) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gtvS9-0004nC-Hx for emacs-devel@gnu.org; Wed, 13 Feb 2019 09:23:58 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gtvS8-00086p-Q2 for emacs-devel@gnu.org; Wed, 13 Feb 2019 09:23:57 -0500 Original-Received: from [195.159.176.226] (port=36448 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gtvS7-0007wA-BS for emacs-devel@gnu.org; Wed, 13 Feb 2019 09:23:55 -0500 Original-Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1gtvRr-000hoE-IF for emacs-devel@gnu.org; Wed, 13 Feb 2019 15:23:39 +0100 X-Injected-Via-Gmane: http://gmane.org/ Cancel-Lock: sha1:RpvSBW648gg2B0KGrbHkmiQehAY= 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:233271 Archived-At: João Távora writes: > But you didn't answer my question: what specific features of flx > are you looking for? I'd be happy to implement them if I have > the time, but I have to understand what they are. My question was related to the modifications you are making to the generic Emacs completion system to allow this type of score+sort methods. Since flx works on the same principles, if your changes makes the scoring and sorting user-configurable, alternative methods such as flx would become usable as well. I wasn't asking for changes on your "flex" completion method which, BTW, looks to me as an evolution of ivy's and ido's flex method. Thanks.