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: Useful completion package in GNU ELPA Date: Tue, 22 Jun 2021 11:24:46 +0200 Message-ID: <87v96645aj.fsf@gnu.org> References: <87o8byem0w.fsf@ypei.me> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="39618"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: mu4e 1.5.13; emacs 28.0.50 Cc: help-gnu-emacs@gnu.org, Jean Louis To: Yuchen Pei Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Tue Jun 22 11:28:53 2021 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 1lvciC-000A4M-Ep for geh-help-gnu-emacs@m.gmane-mx.org; Tue, 22 Jun 2021 11:28:52 +0200 Original-Received: from localhost ([::1]:40000 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lvciB-0007aD-Ey for geh-help-gnu-emacs@m.gmane-mx.org; Tue, 22 Jun 2021 05:28:51 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:35140) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lvchk-0007Xj-7J for help-gnu-emacs@gnu.org; Tue, 22 Jun 2021 05:28:24 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:53258) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lvchj-0007re-Ly; Tue, 22 Jun 2021 05:28:23 -0400 Original-Received: from auth1-smtp.messagingengine.com ([66.111.4.227]:36613) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lvchj-0000eT-GL; Tue, 22 Jun 2021 05:28:23 -0400 Original-Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailauth.nyi.internal (Postfix) with ESMTP id E528227C005A; Tue, 22 Jun 2021 05:28:22 -0400 (EDT) Original-Received: from mailfrontend2 ([10.202.2.163]) by compute2.internal (MEProxy); Tue, 22 Jun 2021 05:28:22 -0400 X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrfeeguddgudeiucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpehffgfhvffuffgjkfggtgesthdtre dttdertdenucfhrhhomhepvfgrshhsihhlohcujfhorhhnuceothhsughhsehgnhhurdho rhhgqeenucggtffrrghtthgvrhhnpeevveeikeetkeeviefgfeffiedvteeguddvffeuue duveegtddthedvhfeuveffhfenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhep mhgrihhlfhhrohhmpehthhhorhhnodhmvghsmhhtphgruhhthhhpvghrshhonhgrlhhith ihqdekieejfeekjeekgedqieefhedvleekqdhtshguhheppehgnhhurdhorhhgsehfrghs thhmrghilhdrfhhm X-ME-Proxy: Original-Received: by mail.messagingengine.com (Postfix) with ESMTPA; Tue, 22 Jun 2021 05:28:22 -0400 (EDT) In-reply-to: <87o8byem0w.fsf@ypei.me> 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:131183 Archived-At: Yuchen Pei writes: Hi Yuchen, >> Today I have started using the GNU ELPA package >> `aggressive-completion'. It speeds up my workflow. It cuts down the >> time of work to 30% of what was before. > > Thanks for the recommendation. I gave it a try, got frustrated by the > lack of cycling in the minibuffer, and then discovered (emacs > builtin?) icomplete-mode, which I'm now using instead of the > aggressive-completion-mode :) aggressive-completion-mode basically hits TAB for you and then it is obvious that it must disable cycling. Otherwise, it would cycle after every command if the remaining completions are below completion-cycle-threshold. But it disabled cycling only during its own stuff, so you can still TAB yourself and get cycling depending on your setting of completion-cycle-threshold. Bye, Tassilo