From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.help Subject: Re: is there any vertical incremental completion in Emacs? Date: Fri, 23 Oct 2020 20:44:17 +0200 Message-ID: <873624rddq.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="4417"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: GNU Emacs Help To: Jean Louis Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Fri Oct 23 20:53:38 2020 Return-path: Envelope-to: geh-help-gnu-emacs@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 1kW2Bz-0000wF-Gd for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 23 Oct 2020 20:53:35 +0200 Original-Received: from localhost ([::1]:36872 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kW2By-0003RZ-Ig for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 23 Oct 2020 14:53:34 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:52044) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kW232-0002DH-P0 for help-gnu-emacs@gnu.org; Fri, 23 Oct 2020 14:44:20 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:56384) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kW232-0002Tk-9j; Fri, 23 Oct 2020 14:44:20 -0400 Original-Received: from auth1-smtp.messagingengine.com ([66.111.4.227]:46311) by fencepost.gnu.org with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.82) (envelope-from ) id 1kW232-00068u-0d; Fri, 23 Oct 2020 14:44:20 -0400 Original-Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailauth.nyi.internal (Postfix) with ESMTP id A90ED27C005A; Fri, 23 Oct 2020 14:44:19 -0400 (EDT) Original-Received: from mailfrontend1 ([10.202.2.162]) by compute4.internal (MEProxy); Fri, 23 Oct 2020 14:44:19 -0400 X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedujedrkedtgdduvdelucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufhfffgjkfgfgggtsehttdertddtredtnecuhfhrohhmpefvrghsshhi lhhoucfjohhrnhcuoehtshguhhesghhnuhdrohhrgheqnecuggftrfgrthhtvghrnhepue etheefuedtfeffheevleeuueeugefhveduieefgfefgedtkeegtdduudfgveetnecuffho mhgrihhnpehgihhthhhusgdrtghomhenucfkphepleefrddvfeeirddufeeirdehleenuc evlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhorhhn odhmvghsmhhtphgruhhthhhpvghrshhonhgrlhhithihqdekieejfeekjeekgedqieefhe dvleekqdhtshguhheppehgnhhurdhorhhgsehfrghsthhmrghilhdrfhhm X-ME-Proxy: Original-Received: from thinkpad-t440p (p5dec883b.dip0.t-ipconnect.de [93.236.136.59]) by mail.messagingengine.com (Postfix) with ESMTPA id B54FD328005D; Fri, 23 Oct 2020 14:44:18 -0400 (EDT) In-Reply-To: (Jean Louis's message of "Fri, 23 Oct 2020 20:35:47 +0300") X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:124660 Archived-At: Jean Louis writes: > Helm works well but is also overkill. > Maybe something similar already exists? I use raven for vertical minibuffer buffer/recentf/project-file completion (https://github.com/chameco/raven) which is pretty simple in comparison to helm or ivy and works nicely. It's easy to define custom "sources" and "actions". > I am looking into all available built-in packages that contain the > word incremental, icomplete, ibuffer, allout, but I do not find what > would be usable. I don't think there's something like raven, helm, or ivy in emacs although there's some feature/icomplete-vertical branch. Bye, Tassilo