Re: Bug with bash 4.3

2014-03-07 Thread Chet Ramey
On 3/5/14 5:01 PM, Albert Shih wrote: > If you got a file name begin with "(" the completion didn't work. > > For example if I do > > mkdir emptydir > cd emptydir > touch \(\) > rm + Tab > > don't give me anything. This is actually a general problem with empty completions (ty

Re: Bug with bash 4.3

2014-03-06 Thread Albert Shih
Le 06/03/2014 à 09:52:04-0500, Chet Ramey a écrit > > This is not a problem with bash, per se. It is a problem with something > that is installing customized completions for `rm', probably the separate > bash-completion package. You can see this by running > > complete -r > > and trying filen

Re: Bug with bash 4.3

2014-03-06 Thread Chet Ramey
dir > touch \(\) > rm + Tab > > don't give me anything. > > I don't known if it's un bug of bash 4.3 or a bug with bash 4.3 on FreeBSD > version. This is not a problem with bash, per se. It is a problem with something that is installing customized c

Re: Bug with bash 4.3

2014-03-06 Thread Andreas Schwab
Albert Shih writes: > For example if I do > > mkdir emptydir > cd emptydir > touch \(\) > rm + Tab > > don't give me anything. Make sure you are not using any custom completions, or if you do that you use -o bashdefault. Andreas. -- Andreas Schwab, SUSE Labs, sch...@suse.de

Bug with bash 4.3

2014-03-05 Thread Albert Shih
file name begin with "(" the completion didn't work. For example if I do mkdir emptydir cd emptydir touch \(\) rm + Tab don't give me anything. I don't known if it's un bug of bash 4.3 or a bug with bash 4.3 on FreeBSD version. Regards. -