From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: ndame Newsgroups: gmane.emacs.devel Subject: Re: icomplete-vertical in child frame Date: Tue, 28 Apr 2020 14:22:35 +0000 Message-ID: References: <64955D68-ED90-454C-B5AD-389BAD0870B1@gmail.com> <87y2qgsq1o.fsf_-_@protesilaos.com> <745afb90-73d6-1d77-f254-067331bdfc08@yandex.ru> <874kt4w566.fsf@protesilaos.com> <67e1e3ff-e569-bd84-c0bf-8c038cc253e9@yandex.ru> Reply-To: ndame Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="25245"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Protesilaos Stavrou , Yuan Fu , Emacs developers , =?UTF-8?B?7KGw7ISx67mI?= To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Apr 28 16:25:52 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 1jTRBI-0006Tq-0g for ged-emacs-devel@m.gmane-mx.org; Tue, 28 Apr 2020 16:25:52 +0200 Original-Received: from localhost ([::1]:60702 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jTRBH-00012m-0t for ged-emacs-devel@m.gmane-mx.org; Tue, 28 Apr 2020 10:25:51 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:43970) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jTR8l-0005JP-BB for emacs-devel@gnu.org; Tue, 28 Apr 2020 10:23:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jTR8K-0003qx-6I for emacs-devel@gnu.org; Tue, 28 Apr 2020 10:23:14 -0400 Original-Received: from mail-40141.protonmail.ch ([185.70.40.141]:64341) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jTR8J-0003kC-BK for emacs-devel@gnu.org; Tue, 28 Apr 2020 10:22:47 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1588083763; bh=tSk+VGFGbCVNGDbRW4DLvSjB5TxpEEO6k5Z4SZVKeik=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References:From; b=xrTbfmZFXniFMDtHniTJsxmhly6WvX2UylWeWZng8P6zFQcAon6mDHql4JhXdkcDa zUARadf0qMqEZqVpiVjQK3Enw1yXMmGbuLlOL8ZAY1XP6MdPXizqc/pXrcl+dTohXA IGbCEXxE1grbbHFhcZilAsAXWmyFdQfhkeq6qpDE= In-Reply-To: <67e1e3ff-e569-bd84-c0bf-8c038cc253e9@yandex.ru> Received-SPF: pass client-ip=185.70.40.141; envelope-from=ndame@protonmail.com; helo=mail-40141.protonmail.ch X-detected-operating-system: by eggs.gnu.org: First seen = 2020/04/28 10:22:43 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 185.70.40.141 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:248020 Archived-At: > > Would you like to be our liaison and request the author contributes the > package in ELPA? :-) That's no problem, the author wrote somewhere he wanted to add this code to emacs when he had the time. The problem may be that this algorithm uses space separated words for matching the candidates and AFAIK standard emacs completion binds space to some complete function, so this binding clashes with the algorithm and needs to be removed in order for this completion style to work.