Krzysiek Pawlik wrote: > Hello, > > With bash-4.0-10 I get following behavior: > > $ touch 'a file with spaces' > $ touch 'a File with spaces' > $ touch 'a File With spaces' > $ cat a<TAB> > > After pressing TAB completion seems to stop working, pressing Ctrl-i (another > bind for `complete') also doesn't work, using Alt+/ (bind for > complete-filename) > works.
I can't reproduce this. I get a\ (escaped space), and then listing of possible completions with subsequent TABs. This is the correct behavior. Could it have something to do with any completion functions you have defined? Chet -- ``The lyf so short, the craft so long to lerne.'' - Chaucer Chet Ramey, ITS, CWRU c...@case.edu http://cnswww.cns.cwru.edu/~chet/