On Wednesday 24 July 2013 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 either globally or per user. Anyone know what the new > 'one true way' is here? > > -- > Douglas J Hunley (doug.hun...@gmail.com) > Twitter: @hunleyd Web: > douglasjhunley.com > G+: http://goo.gl/sajR3
There are a few bugs regarding this issue, for example: 472938, 476992 and 477214. If I understand things correctly, all installed modules are enabled, but they're loaded "on-demand" (I guess this means the first time they're used, but I'm not sure). The way suggested in one of these bugs to have a working autocompletion is to source /usr/share/bash-completion/bash_completion from you .bashrc file. Stefano