Re: completion fails on file names with special characters

2014-03-20 Thread Chet Ramey
> That message is a reflection of where things currently are. It contains a > patch that will allow bash-completion to work unchanged. (In a nutshell, > bash-completion makes assumptions about what compgen will do with quoted > null arguments that changed between bash-4.2 and bash-4.3.) > > I th

Re: completion fails on file names with special characters

2014-03-13 Thread Chet Ramey
On 3/12/14 11:44 PM, Filipus Klutiero wrote: > Hi Uwe, > > On 2014-03-12 21:37, Uwe Storbeck wrote: >> A few corrections to my last mail: >> >> bash completion before the first letter of the file name fails at >> all, even for "normal" file names: >> >>$ mkdir /tmp/test && cd /tmp/test && touc

Re: completion fails on file names with special characters

2014-03-12 Thread Filipus Klutiero
Hi Uwe, On 2014-03-12 21:37, Uwe Storbeck wrote: A few corrections to my last mail: bash completion before the first letter of the file name fails at all, even for "normal" file names: $ mkdir /tmp/test && cd /tmp/test && touch a $ ls Also not all characters where the completion after