all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Philip Kaludercic <philipk@posteo.net>
To: binarydigitz01 via Users list for the GNU Emacs text editor
	<help-gnu-emacs@gnu.org>
Cc: binarydigitz01 <binarydigitz01@protonmail.com>
Subject: Re: Fido mode
Date: Wed, 06 Apr 2022 12:30:06 +0000	[thread overview]
Message-ID: <87wng2s8c1.fsf@posteo.net> (raw)
In-Reply-To: <dcuDwYDzsXDqDJuKjew6Z-xREBq3uZMBDZ-cArhY18QiOvBYdHD14tTimpFkzZGCsHGDCGA6srx1M_Im39UVDqUnUq_RsV8EFlSP35k0Kg8=@protonmail.com> (binarydigitz's message of "Tue, 05 Apr 2022 16:53:24 +0000")

binarydigitz01 via Users list for the GNU Emacs text editor
<help-gnu-emacs@gnu.org> writes:

> I recently tried to set up orderless with fido mode, but it didn't
> work. The maintainer of orderless helped me figure out that fido mode
> doesn't respect completion-style, and always sets it to flex. Can
> anyone explain to me why does it do that? Because I really liked it,
> but this is a deal breaker.

From what I understand, fido-mode reproduces the behaviour of ido-mode
(hence fido -> "fake" ido I assume) using icomplete.  The difference
between ido and icomplete is that ido just remaps a few commands like
find-find-file, write-file, ... manually with commands that do
interactive narrowing and completion, while icomplete modifies the
lower-level completion system itself, without changing any specific
binding.  That means that icomplete also works for commands ido doesn't
know about (e.g. any command that uses completing-read).  What fido does
is to try and take advantage of this, while preserving the general
behaviour of ido -- that to my knowledge doesn't have anything to do
with the completion styles.

So what you might be interested in is icomplete, instead of fido.  Of
course there are also other packages on ELPA such as Vertico and Ivy
that are worth checking out too, to get a more complete picture.

-- 
	Philip Kaludercic



  reply	other threads:[~2022-04-06 12:30 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-05 16:53 Fido mode binarydigitz01 via Users list for the GNU Emacs text editor
2022-04-06 12:30 ` Philip Kaludercic [this message]
2022-04-08  2:31   ` FidoNet (was: Re: Fido mode) Emanuel Berg via Users list for the GNU Emacs text editor
2022-04-10  4:56     ` Jean Louis
2022-05-01  3:56       ` FidoNet TRS-80
2022-05-01  4:35         ` FidoNet Samuel Banya

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87wng2s8c1.fsf@posteo.net \
    --to=philipk@posteo.net \
    --cc=binarydigitz01@protonmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.