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 13:29:33 +0200 Message-ID: <8d7736ce-e0bf-c9cd-a66f-07e77dd32a00@inventati.org> References: <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="10748"; 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@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Jun 02 13:33:18 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 1loP7d-0002aU-ML for ged-emacs-devel@m.gmane-mx.org; Wed, 02 Jun 2021 13:33:17 +0200 Original-Received: from localhost ([::1]:53298 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1loP7c-0004Hg-K0 for ged-emacs-devel@m.gmane-mx.org; Wed, 02 Jun 2021 07:33:16 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:37312) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1loP47-0001Nw-0D for emacs-devel@gnu.org; Wed, 02 Jun 2021 07:29:39 -0400 Original-Received: from devianza.investici.org ([198.167.222.108]:39165) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1loP44-0006eG-QV for emacs-devel@gnu.org; Wed, 02 Jun 2021 07:29:38 -0400 Original-Received: from mx2.investici.org (unknown [127.0.0.1]) by devianza.investici.org (Postfix) with ESMTP id 4Fw6Hy49Xbz6vFW for ; Wed, 2 Jun 2021 11:29:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1622633374; bh=pVlQXvA31rIii02Rh6vAV/l5RWcFFjfWNFtWOe30Cnk=; h=To:References:From:Subject:Date:In-Reply-To:From; b=V4docespS2ZWbDeLCA3Cz7p0VeKuCAyKP6DP498FXhhnUkoAyqucnhmQXyK833MsX XKhJrz4ssau3LYD+g9wk9Qhv//BfOidDDUS+3wjlPylVw6oy1TOJ44PkUHtPtljsUx vFoL5MXwQr9RYkp1tcko1Qqo4KO9u7lLA6fF4Pwg= 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 4Fw6Hy2rcJz6vCx for ; Wed, 2 Jun 2021 11:29:34 +0000 (UTC) In-Reply-To: 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: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 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.613, 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:270279 Archived-At: On 02/06/21 13:07, João Távora wrote: > By the way, are you using fido-mode or icomplete-mode. > > If using M-x fido-mode and M-x fido-vertical-mode you should get an > out-of-the-box similar experience to Vertico and Ido without other > need of configuration. You may not like it, of course, just wondering > if you had tried it. This is how I have set it up in my init.el: (add-hook 'after-init-hook #'icomplete-mode) (add-hook 'icomplete-mode-hook #'icomplete-vertical-mode) (setq icomplete-compute-delay 0.2 icomplete-delay-completions-threshold 100 icomplete-hide-common-prefix nil icomplete-max-delay-chars 2 icomplete-scroll t icomplete-show-matches-on-no-input t icomplete-tidy-shadowed-file-names t) (setq read-buffer-completion-ignore-case t read-file-name-completion-ignore-case t) (setq completion-styles '(basic partial-completion orderless)) I can give fido-vertical-mode a try as well, although I see I am already using some of its settings. -- Manuel Uberti www.manueluberti.eu