From: Sean Whitton <spwhitton@spwhitton.name>
To: "João Távora" <joaotavora@gmail.com>,
61943@debbugs.gnu.org, juri@linkov.net
Subject: bug#61943: 29.0.60; icomplete--in-region-setup should activate icomplete-fido-mode-map too
Date: Sat, 04 Mar 2023 13:44:17 -0700 [thread overview]
Message-ID: <87cz5os0v2.fsf@melete.silentflame.com> (raw)
In-Reply-To: <CALDnm52DGtgvf+ft6RLJ9NOodKo=NZLPzQMqGvn99+eCf+PwEg@mail.gmail.com> ("João Távora"'s message of "Sat, 4 Mar 2023 11:30:48 +0000")
Hello,
On Sat 04 Mar 2023 at 11:30AM GMT, João Távora wrote:
> On Sat, Mar 4, 2023 at 2:35 AM Sean Whitton <spwhitton@spwhitton.name> wrote:
>>
>> Hello,
>>
>> On Fri 03 Mar 2023 at 11:18AM -07, Sean Whitton wrote:
>>
>> > X-debbugs-cc: juri@linkov.net, joaotavora@gmail.com
>> >
>> > Many thanks to Juri and Joao for fixing #45763! It's a whole new world!
>> >
>> > I am a fido-mode user. I noticed that my custom bindings for the
>> > fido-mode minibuffer don't work for in-buffer completion. I think that
>> > icomplete--in-region-setup should compose in icomplete-fido-mode-map, in
>> > addition to icomplete-minibuffer-map, in the case that fido-mode is on?
>>
>> I noticed that icomplete-hide-common-prefix etc. are wrong too.
>> I think that icomplete--in-region-setup also needs to do something
>> equivalent to the setq-local in icomplete--fido-mode-setup.
>
> Yes, Sean, please report an Emacs -Q recipe for what you are trying
> to get working.
Alright, how about this:
(setq icomplete-in-buffer t)
(fido-mode 1)
M-x eshell
touch foobarbaz
C-x C-f fbb => matches the file
C-g
type "ls fbb"
TAB => No matches
C-g
(setq completion-styles '(flex))
TAB => matches the file & expands
but with fido-mode you shouldn't need to set completion-styles like this.
(In Eshell TAB is completion-at-point and C-M-i is something else.)
--
Sean Whitton
next prev parent reply other threads:[~2023-03-04 20:44 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-03 18:18 bug#61943: 29.0.60; icomplete--in-region-setup should activate icomplete-fido-mode-map too Sean Whitton
2023-03-03 20:26 ` João Távora
2023-03-04 2:13 ` Sean Whitton
2023-03-04 2:35 ` Sean Whitton
2023-03-04 11:30 ` João Távora
2023-03-04 18:52 ` Juri Linkov
2023-03-04 19:04 ` João Távora
2023-03-04 19:14 ` Juri Linkov
2023-03-04 20:44 ` Sean Whitton [this message]
2023-03-21 22:06 ` Sean Whitton
2023-03-21 23:40 ` João Távora
2023-03-22 17:25 ` Sean Whitton
2023-03-22 18:43 ` João Távora
2023-03-23 19:13 ` Sean Whitton
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=87cz5os0v2.fsf@melete.silentflame.com \
--to=spwhitton@spwhitton.name \
--cc=61943@debbugs.gnu.org \
--cc=joaotavora@gmail.com \
--cc=juri@linkov.net \
/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.