Bug#313514: bash-completion fails with e.g., ls and newlines in file names - workaround

2006-05-18 Thread Michael Tweedale
Package: bash Version: 3.1-4 Followup-For: Bug #313514 On 8 Nov 2005 at 11:29, Mike Dornberger wrote: Interesting point is, that it _only_ seems to break on newlines. It also chokes on filenames with an equals sign: $ touch x=y then $ ls xTAB completes correctly; $ ls x=TAB completes

Bug#313514: bash-completion fails with e.g., ls and newlines in file names - workaround

2005-11-08 Thread Mike Dornberger
Package: bash Version: 2.05b-26 Followup-For: Bug #313514 Hi, this bug hit me today, too, when I wanted to delete filenames with newlines. Completion for mv, rm and ls (haven't tested others) show this bug, even if you use M-* (insert-completions). $ rm foM-* results even to: $ rm bar foo