[Bug 194419] Re: error message when no completions and failglob is on

2009-04-25 Thread Martin Mai
bash-completion version 20080705 has been merged from Debian for Jaunty and fixes many many bugs. Since the original issue the reporter mentioned is fixed (and as far as I can see, some other ones mentioned in the comments, too), I am closing this bug. Please summarize which wrong completions state

[Bug 194419] Re: error message when no completions and failglob is on

2009-01-05 Thread Mika Fischer
** Changed in: bash-completion (Ubuntu) Assignee: Mika Fischer (zoop) => (unassigned) -- error message when no completions and failglob is on https://bugs.launchpad.net/bugs/194419 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 194419] Re: error message when no completions and failglob is on

2008-09-17 Thread lytles
jc - this is still fubar in hardy -- error message when no completions and failglob is on https://bugs.launchpad.net/bugs/194419 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 ht

[Bug 194419] Re: error message when no completions and failglob is on

2008-06-07 Thread Mika Fischer
** Changed in: bash-completion (Ubuntu) Importance: Undecided => Medium Status: Fix Committed => Triaged -- error message when no completions and failglob is on https://bugs.launchpad.net/bugs/194419 You received this bug notification because you are a member of Ubuntu Bugs, which is su

[Bug 194419] Re: error message when no completions and failglob is on

2008-05-09 Thread adw
Since Mika seems to be gone for a bit, meanwhile you can work around the bugs by putting this at the start of the broken functions: local glob=`shopt -p failglob`; shopt -u failglob And this before every return and at the end: eval $glob (Maybe you've done something similar already. :) -- error

[Bug 194419] Re: error message when no completions and failglob is on

2008-05-08 Thread lytles
another: trying to prefix a grep with a find grep -r "stuff.*stuff" then add at the beginning "find comp" and hitting tab find comgrep -r "stuff.*stuff" this kills the current line (and it doesn't even go to history, so potentially you could lose a significant amount of work if you'd been build

[Bug 194419] Re: error message when no completions and failglob is on

2008-05-05 Thread lytles
completion for cvs seems broken : > complete | grep cvs complete -o default -F _cvs cvs > ls src/ com CVS hpctest2 > cvs diff src --> cvs diff src instead of the possible completions at first glance this one looks beyond me. -- error message when no completions and failglob is on https:

[Bug 194419] Re: error message when no completions and failglob is on

2008-05-02 Thread lytles
ok - have a patch for the tilde expansion it doesn't honor readlines expand-tilde, it just forces things to stay in tilde notation. might get a refinement later, but it's friday evening :) ** Attachment added: "prevent completion from expanding tildes" http://launchpadlibrarian.net/14099284

[Bug 194419] Re: error message when no completions and failglob is on

2008-05-02 Thread lytles
seems to ignore expand-tilde [EMAIL PROTECTED]| bind -V | grep tilde expand-tilde is set to `off' typing: ls ~/ --> ls /home/lytles if i don't source the patched /etc/bash_completion, bash leaves the ~ alone. looks like the problem is in the function _expand(), but i haven't found a worka

[Bug 194419] Re: error message when no completions and failglob is on

2008-05-02 Thread lytles
thanks mika / adw - i've been fighting this for a while. in 7.10 i got around it by selectively enabling completion, but this is a whole lot nicer. but then 8.04 broke my work-around. once i narrowed it down to the failglob shopt i found your page. i just applied the patches and things are working

[Bug 194419] Re: error message when no completions and failglob is on

2008-05-01 Thread adw
And here's a patch. ** Attachment added: "bash_completion.patch" http://launchpadlibrarian.net/14066274/bash_completion.patch -- error message when no completions and failglob is on https://bugs.launchpad.net/bugs/194419 You received this bug notification because you are a member of Ubuntu Bu

[Bug 194419] Re: error message when no completions and failglob is on

2008-04-28 Thread adw
Completion for 'man' gives directories instead of manpages with failglob. -- error message when no completions and failglob is on https://bugs.launchpad.net/bugs/194419 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mail

[Bug 194419] Re: error message when no completions and failglob is on

2008-04-26 Thread Mika Fischer
Sigh, more quoting errors... :) Patch attached. ** Attachment added: "Patch fixing more failglob error messages" http://launchpadlibrarian.net/13938477/194419.patch -- error message when no completions and failglob is on https://bugs.launchpad.net/bugs/194419 You received this bug notificati

[Bug 194419] Re: error message when no completions and failglob is on

2008-04-25 Thread adw
Also, shopt -s failglob ls * -- error message when no completions and failglob is on https://bugs.launchpad.net/bugs/194419 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:

[Bug 194419] Re: error message when no completions and failglob is on

2008-04-25 Thread adw
I'm afraid we're not quite done yet ;) shopt -s failglob sudo -- error message when no completions and failglob is on https://bugs.launchpad.net/bugs/194419 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list u

[Bug 194419] Re: error message when no completions and failglob is on

2008-04-25 Thread adw
Thanks, that fixed it. -- error message when no completions and failglob is on https://bugs.launchpad.net/bugs/194419 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

[Bug 194419] Re: error message when no completions and failglob is on

2008-04-25 Thread Mika Fischer
Ah, sorry, I did not get that part of the bug. It's an easy fix, but I'm afraid it's too late for hardy... If you want, you can apply the attached one-line patch. ** Summary changed: - improper quoting in bash completion script + error message when no completions and failglob is on ** Attachme