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
** 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.
--
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
** 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
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
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
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:
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
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
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
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
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
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
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:
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
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
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
17 matches
Mail list logo