bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bug#740971: completion fails on file names with special characters


From: Uwe Storbeck
Subject: Re: Bug#740971: completion fails on file names with special characters
Date: Thu, 27 Mar 2014 21:57:31 +0100
User-agent: Mutt/1.5.23 (2014-03-12)

On Mar 20, Chet Ramey wrote:
> I've updated the patch, and attached it.  This seems to fix all of the
> reported problems from Debian's version of bash-completion.

It looks like this patch is included in Debian bash version
4.3-4. Most of my examples for bash completion which started to
fail with bash 4.3 are working again now. But one example still
fails, though I don't know if this is a problem of bash or
bash-completion:

  $ mkdir /tmp/test && cd /tmp/test && touch aa 'a('
  $ ls a<TAB><TAB>
  a(  aa

So far it's ok. But:

  $ ls a(<TAB>

results in a wrong completion:

  $ ls a(a

Uwe



reply via email to

[Prev in Thread] Current Thread [Next in Thread]