From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: Add user customization fido-completion-styles Date: Tue, 02 Jun 2020 20:05:03 +0200 Message-ID: <87tuzttkc0.fsf@gnu.org> References: <87r1uzn018.fsf@gmail.com> <87lfl5fpbx.fsf@gnu.org> <87h7vtfm9m.fsf@gnu.org> <87wo4pl7rm.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="10606"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: emacs-devel To: =?utf-8?B?Sm/Do28gVMOhdm9yYQ==?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Jun 02 20:05:46 2020 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 1jgBII-0002fs-I0 for ged-emacs-devel@m.gmane-mx.org; Tue, 02 Jun 2020 20:05:46 +0200 Original-Received: from localhost ([::1]:44700 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jgBIH-0000bs-If for ged-emacs-devel@m.gmane-mx.org; Tue, 02 Jun 2020 14:05:45 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:49722) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jgBHg-0008J0-Dy for emacs-devel@gnu.org; Tue, 02 Jun 2020 14:05:08 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:50100) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jgBHf-0003fE-Ps; Tue, 02 Jun 2020 14:05:07 -0400 Original-Received: from auth2-smtp.messagingengine.com ([66.111.4.228]:48393) by fencepost.gnu.org with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.82) (envelope-from ) id 1jgBHe-0003lK-QC; Tue, 02 Jun 2020 14:05:07 -0400 Original-Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailauth.nyi.internal (Postfix) with ESMTP id 8AC6D27C0054; Tue, 2 Jun 2020 14:05:06 -0400 (EDT) Original-Received: from mailfrontend2 ([10.202.2.163]) by compute7.internal (MEProxy); Tue, 02 Jun 2020 14:05:06 -0400 X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduhedrudefjedgledvucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufhfffgjkfgfgggtgfesthhqredttderjeenucfhrhhomhepvfgrshhs ihhlohcujfhorhhnuceothhsughhsehgnhhurdhorhhgqeenucggtffrrghtthgvrhhnpe dvueefkeeuleekheffffdtieduvdfhffdtgfekhfejueejudehudekveefvedvhfenucfk phepgeeirdektddrjeehrddvfeegnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrg hmpehmrghilhhfrhhomhepthhhohhrnhdomhgvshhmthhprghuthhhphgvrhhsohhnrghl ihhthidqkeeijeefkeejkeegqdeifeehvdelkedqthhsughhpeepghhnuhdrohhrghesfh grshhtmhgrihhlrdhfmh X-ME-Proxy: Original-Received: from thinkpad-t440p (p2e504bea.dip0.t-ipconnect.de [46.80.75.234]) by mail.messagingengine.com (Postfix) with ESMTPA id 246F63061856; Tue, 2 Jun 2020 14:05:05 -0400 (EDT) Mail-Followup-To: =?utf-8?B?Sm/Do28gVMOhdm9yYQ==?= , Andrew Schwartzmeyer , emacs-devel In-Reply-To: <87wo4pl7rm.fsf@gmail.com> (=?utf-8?Q?=22Jo=C3=A3o_T=C3=A1vor?= =?utf-8?Q?a=22's?= message of "Tue, 02 Jun 2020 18:03:41 +0100") 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:251774 Archived-At: Jo=C3=A3o T=C3=A1vora writes: >> Yes, I know. And except for the change in completion-styles, I like >> it. Not so much for plain icomplete-mode where the fido keybindings >> are missing. > > You can grab all the bindings of fido-mode in one swoop like this, I > think you can put this: > > (use-local-map (make-composed-keymap icomplete-fido-mode-map > (current-local-map))) > > Somewhere in your icomplete-minibuffer-setup-hook. Indeed, that should also work. Thanks, Tassilo