On Nov 15, 2007 11:40 AM, Jan Brands <[EMAIL PROTECTED]> wrote: > Axel, > > thanks for all the work on fish so far. > I am using it since about a week no and I really like it! > > Yesterday, I decide to try the bleeding edge version in darcs, because > of 2 interesting new features that seem to promise some things I was > missing: case-insensitive completion and dealing with long commands (in > the presence of a long prompt displaying full directory names). > That last feature works very well, so far. > I also like the new key binding method, I think. (I struggled somewhat > to understand how to use it in the previous implementation.) > > I got very used to have case-insensitive completion in bash on BSD, > Linux and on a my Mac (where the file system itself is even > case-insensitive). > Anyway, I notice a little bug with the current implementation in fish. > When the filename to be completed has different casing than what you > typed and the filename contains spaces, these spaces are not escaped as > they should be. > Example: > > cd /tmp > > touch Some\ Test > > ls some > When you press Tab now, you get: > > ls Some Test > While when you type > > ls Some > and press Tab, you get: > > ls Some\ Test
Yup, I can reporoduce this bug. Thank you for the bug report. Axel > > Thanks, > > Jan > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Fish-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/fish-users > ------------------------------------------------------------------------- SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going mainstream. Let it simplify your IT future. http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 _______________________________________________ Fish-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fish-users
