On 9/14/06, Axel Liljencrantz <[EMAIL PROTECTED]> wrote: > On 9/14/06, David Benbennick <[EMAIL PROTECTED]> wrote: > > When a directory has ' in its name, Fish does tab completion wrong. > > > > For example, suppose you do the following (in an empty directory): > > > > mkdir "a'b" > > touch "a'b/foo bar" > > > > Then do > > > > ls a<tab><tab> > > > > After the first tab, Fish produces > > > > ls a\'b/ > > > > which is right. But at the second tab you get > > > > ls a\'b/foo bar' > > > > when instead it should be > > > > ls a\'b/foo\ bar > > > > The tab completion routine didn't realize that the ' in a'b was > > escaped, so it thought it didn't have to escape the space. > > > > (I'm using version 1.21.10.) > > I can reproduce this. I'll try to fix it as soon as possible.
This bug should be fixed in the Darcs tree and will be included in the next release. > > Thank you for the report! > > > > > ------------------------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web services, security? > > Get stuff done quickly with pre-integrated technology to make your job > > easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > _______________________________________________ > > Fish-users mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/fish-users > > > > > -- > Axel > -- Axel ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Fish-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fish-users
