[Bug 418855] Re: bash completion stopped working after upgrade to 4.0-4ubuntu1

2009-10-08 Thread Daniel Elstner
This now works fine for me since bash-completion 1:1.0-3ubuntu2:

bash-completion (1:1.0-3ubuntu2) karmic; urgency=low

  * Backport quote_readline fix for bash 4, since double-quoting for compgen
is no longer necessary (LP: #419509).

 -- Colin Watson < cjwat...@ubuntu.com>   Mon, 05 Oct 2009 17:28:03
+0100

Closing.

** Changed in: bash-completion (Ubuntu)
   Status: Confirmed => Fix Released

-- 
bash completion stopped working after upgrade to 4.0-4ubuntu1
https://bugs.launchpad.net/bugs/418855
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 418855] Re: bash completion stopped working after upgrade to 4.0-4ubuntu1

2009-10-01 Thread Daniel Elstner
** Tags removed: amd64

-- 
bash completion stopped working after upgrade to 4.0-4ubuntu1
https://bugs.launchpad.net/bugs/418855
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 418855] Re: bash completion stopped working after upgrade to 4.0-4ubuntu1

2009-10-01 Thread Daniel Elstner
Looks like this is fixed in the git master branch of bash-completion.
Replacing the /etc/bash_completion file with the latest version from the
git repository fixed the problem for me:

http://git.debian.org/?p=bash-completion/bash-
completion.git;a=blob_plain;f=bash_completion

-- 
bash completion stopped working after upgrade to 4.0-4ubuntu1
https://bugs.launchpad.net/bugs/418855
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 418855] Re: bash completion stopped working after upgrade to 4.0-4ubuntu1

2009-10-01 Thread Daniel Elstner
The bug affects me as well, and uninstalling bash-completion is not an
option as I need it for the _git_ps1 prompt. As Josh Holland already
said, this is not a duplicate of bug 419509.

** This bug is no longer a duplicate of bug 419509
   no tab completion on path that contains a space

-- 
bash completion stopped working after upgrade to 4.0-4ubuntu1
https://bugs.launchpad.net/bugs/418855
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 418855] Re: bash completion stopped working after upgrade to 4.0-4ubuntu1

2009-09-30 Thread tbjablin
*** This bug is a duplicate of bug 419509 ***
https://bugs.launchpad.net/bugs/419509

** This bug has been marked a duplicate of bug 419509
   no tab completion on path that contains a space

-- 
bash completion stopped working after upgrade to 4.0-4ubuntu1
https://bugs.launchpad.net/bugs/418855
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 418855] Re: bash completion stopped working after upgrade to 4.0-4ubuntu1

2009-09-30 Thread Josh Holland
https://bugs.edge.launchpad.net/ubuntu/+source/bash-
completion/+bug/419509 is the bug for Peter's lack of completion with a
space. Not a duplicate though as other completion does work.

-- 
bash completion stopped working after upgrade to 4.0-4ubuntu1
https://bugs.launchpad.net/bugs/418855
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 418855] Re: bash completion stopped working after upgrade to 4.0-4ubuntu1

2009-09-27 Thread Peter Klotz
The bash-completion package showing the bug was 1.0-3ubuntu1.

-- 
bash completion stopped working after upgrade to 4.0-4ubuntu1
https://bugs.launchpad.net/bugs/418855
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 418855] Re: bash completion stopped working after upgrade to 4.0-4ubuntu1

2009-09-27 Thread Peter Klotz
Changing package from bash to bash-completion since deinstalling bash-
completion fixed my issue.

Please undo this change if the original bug really has its origin in
bash.

** Package changed: bash (Ubuntu) => bash-completion (Ubuntu)

-- 
bash completion stopped working after upgrade to 4.0-4ubuntu1
https://bugs.launchpad.net/bugs/418855
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 418855] Re: bash completion stopped working after upgrade to 4.0-4ubuntu1

2009-09-27 Thread Peter Klotz
The problem I am seeing seems to be related to bash-completion since
deinstalling this package resolves the problem.

-- 
bash completion stopped working after upgrade to 4.0-4ubuntu1
https://bugs.launchpad.net/bugs/418855
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 418855] Re: bash completion stopped working after upgrade to 4.0-4ubuntu1

2009-09-27 Thread Peter Klotz
In Karmic bash 4.0-5ubuntu2 this simple completion no longer works:

u...@host:~$ touch a\ b
u...@host:~$ touch a\ c
u...@host:~$ ls a\ 

bash does not show the two files previously created when pressing the
 key.

In Jaunty bash 3.2-5ubuntu1 this example works as expected:

u...@host:~$ ls a\ 
a b  a c  

I would consider this a quite severe bug in the completion feature of
bash.

** Changed in: bash (Ubuntu)
   Status: New => Confirmed

-- 
bash completion stopped working after upgrade to 4.0-4ubuntu1
https://bugs.launchpad.net/bugs/418855
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 418855] Re: bash completion stopped working after upgrade to 4.0-4ubuntu1

2009-09-04 Thread Elliot Murphy
It seems that completion is not totally broken, it still works for
directories and commands. However, filename completion is not working,
so 'vim /etc/foo[TAB]' doesn't work. Since I use completion hundreds of
times a day while programming and editing, it's pretty frustrating.

I haven't been able to track down what is failing though.

-- 
bash completion stopped working after upgrade to 4.0-4ubuntu1
https://bugs.launchpad.net/bugs/418855
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 418855] Re: bash completion stopped working after upgrade to 4.0-4ubuntu1

2009-08-25 Thread Olof Kindgren

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/30829856/Dependencies.txt

-- 
bash completion stopped working after upgrade to 4.0-4ubuntu1
https://bugs.launchpad.net/bugs/418855
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs