bug-readline
[Top][All Lists]
Advanced

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

Re: tab completion error


From: Mike Jonkmans
Subject: Re: tab completion error
Date: Tue, 3 Oct 2023 19:05:29 +0200

On Tue, Oct 03, 2023 at 10:40:39AM -0400, Chet Ramey wrote:
> On 9/28/23 5:55 PM, Mike Jonkmans wrote:
> > On Thu, Sep 28, 2023 at 11:17:22AM -0400, Chet Ramey wrote:
> > > On 9/25/23 5:40 PM, Mike Jonkmans wrote:
> > > > On Mon, Sep 25, 2023 at 03:44:15PM -0400, Chet Ramey wrote:
> > ...
> > Issue created:
> > https://github.com/scop/bash-completion/issues/1057
> > 
> This could be an opportunity for bash-completion to do a better job than
> bash's default completion. It could note that ${COMP_WORDS[$COMP_CWORD]}
> differs from the word readline thinks is being completed, check whether
> readline's word is a subset of the current word, perform completions on
> the current word as it does now, and then filter out the prefix readline
> isn't going to use before returning the possible completions.

Thanks.

I added your text to the github-issue.

-- 
Regards, Mike Jonkmans



reply via email to

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