Re: Serious tab completion bug

2015-03-14 Thread Chet Ramey
On 3/14/15 10:12 AM, Linda Walsh wrote: > > > Chet Ramey wrote: > >> >> Thanks for the report. This isn't a bug; it's intentional behavior. You >> have presented bash with an ambiguous situation: it doesn't know whether >> or not you want to look for a filename in the current directory or perf

Re: Serious tab completion bug

2015-03-14 Thread Linda Walsh
Chet Ramey wrote: Thanks for the report. This isn't a bug; it's intentional behavior. You have presented bash with an ambiguous situation: it doesn't know whether or not you want to look for a filename in the current directory or perform variable expansion. Bash assumes you want filename c

Re: Serious tab completion bug

2015-03-08 Thread Chet Ramey
On 3/6/15 4:54 PM, Joseph Graham wrote: > Hi, > > I don't know what the etiquette is for using this mailing list but I hope > it's OK to just get straight to the bug. > > *STEPS TO REPRODUCE* > 1. run the following commands to get everything set up: >$ touch hiya >$ mkdir '$HOME' >$

Serious tab completion bug

2015-03-06 Thread Joseph Graham
Hi, I don't know what the etiquette is for using this mailing list but I hope it's OK to just get straight to the bug. *STEPS TO REPRODUCE* 1. run the following commands to get everything set up: $ touch hiya $ mkdir '$HOME' $ touch '$HOME/hiya' 2. Now to reproduce the bug, type: $ r