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 06:23:46 +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> 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="12151"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Dmitry Gutov , Yuan Fu , Emacs developers , =?UTF-8?B?7KGw7ISx67mI?= To: Protesilaos Stavrou Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Apr 28 08:27:30 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 1jTJiL-00033X-C5 for ged-emacs-devel@m.gmane-mx.org; Tue, 28 Apr 2020 08:27:29 +0200 Original-Received: from localhost ([::1]:43112 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jTJiK-0005LG-CR for ged-emacs-devel@m.gmane-mx.org; Tue, 28 Apr 2020 02:27:28 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:35022) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jTJg0-0001hk-43 for emacs-devel@gnu.org; Tue, 28 Apr 2020 02:25:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jTJes-0003rp-Ef for emacs-devel@gnu.org; Tue, 28 Apr 2020 02:25:03 -0400 Original-Received: from mail-40141.protonmail.ch ([185.70.40.141]:51337) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jTJer-0003ri-AG for emacs-devel@gnu.org; Tue, 28 Apr 2020 02:23:54 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1588055030; bh=Kxii7AluJEK3+Np+k9VnS6h+nxbvdwbgx5H9UNGasDQ=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References:From; b=rJPbPVp5kgUJ5bWv414A0FWc0zpXoVWP7JP73Z9Z5eVaxSn1X8u1qPCO9Bi+ubjXR 4HYu0w9E61z8VIAaDSLAzt/oADs7I8hFuoSKfrUnQz1DR70XHzLxvbSBgAzic9izEZ 5Csb48fu4j91w1RT07VCvXXk2XUqtKTg7RQZ/8+g= In-Reply-To: <874kt4w566.fsf@protesilaos.com> 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 02:23:50 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:247997 Archived-At: > > The dev of icomplete-vertical also maintains another useful package that > offers out-of-order completion: > > https://github.com/oantolin/orderless This should be added to core emacs as an optional completion style. Orderle= ss matching is quite useful and it's been provided for years by Helm, etc. If popup completions could also be added to elpa then emacs could have a completion system which is comparable in function and appearance to the one= s modern tools have: https://github.com/honmaple/emacs-maple-minibuffer screenshot: https://raw.githubusercontent.com/honmaple/emacs-maple-minibuffer/master/sc= reenshot/example.gif