Re: [gentoo-user] Re: bash-completion change?

2013-07-28 Thread Neil Bothwick
On Sat, 27 Jul 2013 10:49:46 -0400, gottl...@nyu.edu wrote: emerge -av1 \$(qfile -q -S -C /usr/share/bash-completion) little syntax help: emerge -av1 $(qfile -q -S -C /usr/share/bash-completion) emerge -1a /usr/share/bash-completion Yes we learned this trick a month

[gentoo-user] Re: bash-completion change?

2013-07-28 Thread Nikos Chantziaras
On 28/07/13 19:08, Neil Bothwick wrote: On Sat, 27 Jul 2013 10:49:46 -0400, gottl...@nyu.edu wrote: emerge -av1 \$(qfile -q -S -C /usr/share/bash-completion) little syntax help: emerge -av1 $(qfile -q -S -C /usr/share/bash-completion) emerge -1a /usr/share/bash-completion Yes we

Re: [gentoo-user] Re: bash-completion change?

2013-07-28 Thread Alan McKinnon
On 28/07/2013 18:47, Nikos Chantziaras wrote: On 28/07/13 19:08, Neil Bothwick wrote: On Sat, 27 Jul 2013 10:49:46 -0400, gottl...@nyu.edu wrote: emerge -av1 \$(qfile -q -S -C /usr/share/bash-completion) little syntax help: emerge -av1 $(qfile -q -S -C /usr/share/bash-completion)

Re: [gentoo-user] Re: bash-completion change?

2013-07-28 Thread Neil Bothwick
On Sun, 28 Jul 2013 19:47:38 +0300, Nikos Chantziaras wrote: Yes we learned this trick a month or two ago. Apparently, not all of us. And apparently not even the Gentoo dev who put that message in the ebuild :-) Is is portage 2.2 only? I don't have anything with portage 2.1

[gentoo-user] Re: bash-completion change?

2013-07-28 Thread Nikos Chantziaras
On 28/07/13 21:25, Neil Bothwick wrote: On Sun, 28 Jul 2013 19:47:38 +0300, Nikos Chantziaras wrote: Yes we learned this trick a month or two ago. Apparently, not all of us. And apparently not even the Gentoo dev who put that message in the ebuild :-) Is is portage 2.2 only? I don't have

Re: [gentoo-user] Re: bash-completion change?

2013-07-27 Thread gottlieb
On Fri, Jul 26 2013, Neil Bothwick wrote: On Fri, 26 Jul 2013 16:46:21 -0500, Bruce Hill wrote: You probably forgot to re-emerge all packages that provide bash completion files: emerge -av1 \$(qfile -q -S -C /usr/share/bash-completion) little syntax help: emerge -av1

[gentoo-user] Re: bash-completion change?

2013-07-26 Thread Nikos Chantziaras
On 24/07/13 15:06, Douglas J Hunley wrote: As of bash-completion-2.1-r1 it appears the eselect module is gone and the use of /etc/bash-completion.d is dead. Does this mean that all completions are enabled globally by default now? It used to be that you could turn each individual one on/off

Re: [gentoo-user] Re: bash-completion change?

2013-07-26 Thread gottlieb
On Fri, Jul 26 2013, Nikos Chantziaras wrote: On 24/07/13 15:06, Douglas J Hunley wrote: As of bash-completion-2.1-r1 it appears the eselect module is gone and the use of /etc/bash-completion.d is dead. Does this mean that all completions are enabled globally by default now? It used to be

[gentoo-user] Re: bash-completion change?

2013-07-26 Thread Nikos Chantziaras
On 26/07/13 22:13, gottl...@nyu.edu wrote: On Fri, Jul 26 2013, Nikos Chantziaras wrote: On 24/07/13 15:06, Douglas J Hunley wrote: As of bash-completion-2.1-r1 it appears the eselect module is gone and the use of /etc/bash-completion.d is dead. Does this mean that all completions are enabled

Re: [gentoo-user] Re: bash-completion change?

2013-07-26 Thread Bruce Hill
On Sat, Jul 27, 2013 at 12:39:13AM +0300, Nikos Chantziaras wrote: You probably forgot to re-emerge all packages that provide bash completion files: emerge -av1 \$(qfile -q -S -C /usr/share/bash-completion) little syntax help: emerge -av1 $(qfile -q -S -C /usr/share/bash-completion)

Re: [gentoo-user] Re: bash-completion change?

2013-07-26 Thread Neil Bothwick
On Fri, 26 Jul 2013 16:46:21 -0500, Bruce Hill wrote: You probably forgot to re-emerge all packages that provide bash completion files: emerge -av1 \$(qfile -q -S -C /usr/share/bash-completion) little syntax help: emerge -av1 $(qfile -q -S -C /usr/share/bash-completion)

Re: [gentoo-user] Re: bash-completion change?

2013-07-26 Thread gottlieb
On Fri, Jul 26 2013, Bruce Hill wrote: On Sat, Jul 27, 2013 at 12:39:13AM +0300, Nikos Chantziaras wrote: On 26/07/13 22:13, gottl...@nyu.edu wrote: On Fri, Jul 26 2013, Nikos Chantziaras wrote: As others pointed out, you now need to: source /usr/share/bash-completion/bash_completion