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: About zcomplete Date: Sun, 20 Feb 2022 13:42:26 +0100 Message-ID: <5a2fa705-9a9e-c1d6-3d28-de1c40e3e757@inventati.org> References: <20220220040515.zum3iodtpscj23j3.ref@Ergus> <20220220040515.zum3iodtpscj23j3@Ergus> <193ce76e-02b3-0ad2-11c0-8299adfd15d6@inventati.org> <6FE3F4B5-3892-451A-959F-2BF30CF44C9E@aol.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="10380"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 To: Ergus , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Feb 20 13:50:02 2022 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 1nLlf8-0002Um-Ek for ged-emacs-devel@m.gmane-mx.org; Sun, 20 Feb 2022 13:50:02 +0100 Original-Received: from localhost ([::1]:58414 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nLlf7-00023T-04 for ged-emacs-devel@m.gmane-mx.org; Sun, 20 Feb 2022 07:50:01 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:55256) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nLlXv-0008QK-4X for emacs-devel@gnu.org; Sun, 20 Feb 2022 07:42:36 -0500 Original-Received: from latitanza.investici.org ([82.94.249.234]:25739) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nLlXs-0003Lp-C6 for emacs-devel@gnu.org; Sun, 20 Feb 2022 07:42:34 -0500 Original-Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 4K1lSh0nlmzGp5n; Sun, 20 Feb 2022 12:42:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1645360948; bh=2r+xQilVFHMEoGtGBr0ukn6tYtEauEN4ZWWV7RYLFgc=; h=Date:Subject:To:References:From:In-Reply-To:From; b=nYYs5LtSaalAb9NO4bD/+Kvl3x41KLDBon9JW/xZztldAdd17Ly1MrznAhkAjmqFs tKIbcTJz/SPbWhqYfS9lIufUlLFBFR/aovNN7QUOpr3+QdfSZPtjIZd5rdI6fXNdl+ jWNBiItzCdBKyhp/fMK5//kow/s7Ru6+3irIczSk= Original-Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: manuel.uberti@inventati.org) by localhost (Postfix) with ESMTPSA id 4K1lSg6sHtzGp3C; Sun, 20 Feb 2022 12:42:27 +0000 (UTC) Content-Language: en-GB In-Reply-To: <6FE3F4B5-3892-451A-959F-2BF30CF44C9E@aol.com> Received-SPF: pass client-ip=82.94.249.234; envelope-from=manuel.uberti@inventati.org; helo=latitanza.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, NICE_REPLY_A=-0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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:286513 Archived-At: On 20/02/22 11:54, Ergus wrote: > Hi: > > #54042, #54058 and the lack of some features and customizations... Interesting, thanks. You're probably aware of this already, but to work around #54042 I added: '((file (styles basic partial-completion))) To `completion-category-overrides'. -- Manuel Uberti www.manueluberti.eu