bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#61943: 29.0.60; icomplete--in-region-setup should activate icomplete


From: Sean Whitton
Subject: bug#61943: 29.0.60; icomplete--in-region-setup should activate icomplete-fido-mode-map too
Date: Tue, 21 Mar 2023 15:06:34 -0700
User-agent: Gnus/5.13 (Gnus v5.13)

Hello João,

On Sat 04 Mar 2023 at 01:44PM -07, Sean Whitton wrote:

> On Sat 04 Mar 2023 at 11:30AM GMT, João Távora wrote:
>
>> 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.)

May I ask whether you've had a chance to look into this yet?

-- 
Sean Whitton





reply via email to

[Prev in Thread] Current Thread [Next in Thread]