From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Manuel Uberti Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] (icomplete-vertical-mode): Add support for affixations and, annotations Date: Wed, 2 Jun 2021 10:25:07 +0200 Message-ID: <9908714a-5f49-e563-7d71-d3aeb5ff41a7@inventati.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="38432"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 Cc: =?UTF-8?B?Sm/Do28gVMOhdm9yYQ==?= To: emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Jun 02 10:27:57 2021 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 1loMEG-0009lM-SQ for ged-emacs-devel@m.gmane-mx.org; Wed, 02 Jun 2021 10:27:56 +0200 Original-Received: from localhost ([::1]:39886 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1loMEF-0006Wt-MN for ged-emacs-devel@m.gmane-mx.org; Wed, 02 Jun 2021 04:27:55 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:45088) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1loMBm-0005go-6w for emacs-devel@gnu.org; Wed, 02 Jun 2021 04:25:22 -0400 Original-Received: from devianza.investici.org ([198.167.222.108]:23687) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1loMBj-0000xt-5Y for emacs-devel@gnu.org; Wed, 02 Jun 2021 04:25:21 -0400 Original-Received: from mx2.investici.org (unknown [127.0.0.1]) by devianza.investici.org (Postfix) with ESMTP id 4Fw2C86TF9z6vFT; Wed, 2 Jun 2021 08:25:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1622622308; bh=sp08i+n47n6xF23LYTvTYQe+xXCO9wJmnvTMI0iMtVo=; h=To:References:Cc:From:Subject:Date:From; b=nmzKiWrnOoaw+cI8qM1DJVo4OinI0l1OcNRODnqIkhkaSkZg69yiGIWT2J7qnQ4Oh X4NCDMk77hgyA815wPq0mblMKuX5Bhm9gZZ4qIGvHZCpeE9KFIEB5bVhykkDMbSm2/ OE/CCe0ffxLSw+AlDPySVhVLhmlKwdHM7I58tABs= Original-Received: from [198.167.222.108] (mx2.investici.org [198.167.222.108]) (Authenticated sender: manuel.uberti@inventati.org) by localhost (Postfix) with ESMTPSA id 4Fw2C858tjz6vBk; Wed, 2 Jun 2021 08:25:08 +0000 (UTC) Content-Language: en-GB Received-SPF: pass client-ip=198.167.222.108; envelope-from=manuel.uberti@inventati.org; helo=devianza.investici.org X-Spam_score_int: -19 X-Spam_score: -2.0 X-Spam_bar: -- X-Spam_report: (-2.0 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, URIBL_SBL_A=0.1 autolearn=ham autolearn_force=no X-Spam_action: no action 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:270272 Archived-At: Hi, I gave icomplete-vertical-mode a try, setting icomplete-scroll to t because I am not really comfortable with rotating candidates after the great experience with Helm, Ivy, Selectrum, and Vertico. I used icomplete-vertical-mode with Consult, and tested it with commands such as consult-ripgrep and project-find-file, which are two of the most used commands for me when I work. Great experience so far. I too would prefer to disable the counters before the prompt (IIRC, it was me asking Daniel to make it optional on Vertico), but it's a minor thing. Great job! All the best -- Manuel Uberti www.manueluberti.eu