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:Re:Re: [PATCH] 0001-Add-icomplete-count-format Date: Fri, 18 Jun 2021 11:08:56 +0200 Message-ID: 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="6519"; 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 To: emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Jun 18 11:12:43 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 1luAYM-0001XM-5o for ged-emacs-devel@m.gmane-mx.org; Fri, 18 Jun 2021 11:12:42 +0200 Original-Received: from localhost ([::1]:41564 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1luAYK-0007nk-UD for ged-emacs-devel@m.gmane-mx.org; Fri, 18 Jun 2021 05:12:41 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:47104) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1luAUw-0004cB-Bf for emacs-devel@gnu.org; Fri, 18 Jun 2021 05:09:10 -0400 Original-Received: from devianza.investici.org ([198.167.222.108]:27087) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1luAUu-0007CV-32 for emacs-devel@gnu.org; Fri, 18 Jun 2021 05:09:10 -0400 Original-Received: from mx2.investici.org (unknown [127.0.0.1]) by devianza.investici.org (Postfix) with ESMTP id 4G5tQK4Ntmz6vmS for ; Fri, 18 Jun 2021 09:08:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1624007337; bh=itZVFY8cLAbpEd/rGoRa3iF4LHjcBFrsLBwPU5l5G0I=; h=To:References:From:Subject:Date:From; b=dov0Ga5XJNV4bC1Qack53JQ8bY79hXQeXUToi67PlKxVuRWtctZvSk2EWYFgcgYzo e3oafzs1Kf4knq1tfWXHHpsah4TBnAGS+7PSJpa1qO7uPQuI3frAb31TmDqhQPc1PO gV1sK50Apof5EmPJemlOI6ziSGhR8eRhh5QuNMp8= 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 4G5tQK3Tsfz6vmN for ; Fri, 18 Jun 2021 09:08:57 +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: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, PDS_TONAME_EQ_TOLOCAL_SHORT=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 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:270903 Archived-At: Thank you for working on this. I do hope this gets reviewed/merged soon. My reason: I like the count but only when using search commands such as `consult-ripgrep'. At the moment I am using Vertico, and I enable the count locally only for these kind of search commands. All the best -- Manuel Uberti www.manueluberti.eu