Re: Non Incremental Nature of Custom Completion

2011-12-07 Thread Chet Ramey
On 12/6/11 12:04 PM, Bastien Dejean wrote: > Hi, > > I've made a custom completion function for one of my tools: > > https://github.com/baskerville/owl > > And I'd like `compgen -f` to behave like the default bash filename > completion, but it doesn't: for example, if I type `f` and if the o

Non Incremental Nature of Custom Completion

2011-12-06 Thread Bastien Dejean
Hi, I've made a custom completion function for one of my tools: https://github.com/baskerville/owl And I'd like `compgen -f` to behave like the default bash filename completion, but it doesn't: for example, if I type `f` and if the only file starting with `f` in the current directory is a di