Gentoo Archives: gentoo-dev

From: Samuli Suominen <ssuominen@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] rfc: [patch]  bash-completion-r1.eclass: add support for pkg-config for migration to the new upstream defined bash-completion directories (prereq for bug 472938)
Date: Thu, 13 Jun 2013 09:33:26
Message-Id: 51B9912E.9030801@gentoo.org
In Reply to: Re: [gentoo-dev] rfc: [patch]  bash-completion-r1.eclass: add support for pkg-config for migration to the new upstream defined bash-completion directories (prereq for bug 472938) by Ulrich Mueller
1 On 13/06/13 12:14, Ulrich Mueller wrote:
2 >>>>>> On Thu, 13 Jun 2013, Samuli Suominen wrote:
3 >
4 >> http://bugs.gentoo.org/show_bug.cgi?id=472938#c1
5 >
6 >> "I think we should eventually get rid of the eselect module and load
7 >> everything dynamically."
8 >
9 > How do you enable and disable completion modules without the eselect
10 > module?
11 >
12 > Ulrich
13 >
14
15 The upstream way...
16
17 To disable sys-fs/udisks:2 bash-completion file 'udisksctl' from
18 completing, user would add:
19
20 complete -r udisksctl
21
22 to eg. his ~/.bashrc
23
24 Like for example here,
25
26 https://mknowles.com.au/wordpress/2012/09/22/how-to-stop-bash-from-completing-mount-dev-commands/