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
On 3/5/14 5:01 PM, Albert Shih wrote: > Hi all, > > I'm not subscribe to this list, but I'm going to follow the answer on the > web interface if they are any question. > > I just installed > > bash-4.3.0 > > on FreeBSD 10. > > GNU bash, version 4.3.0(1)-release (amd64-portbld-freeb

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