From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 364FE1381F3 for ; Fri, 26 Jul 2013 19:14:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A3C6E0A87; Fri, 26 Jul 2013 19:14:00 +0000 (UTC) Received: from smtp.cs.nyu.edu (SMTP.CS.NYU.EDU [128.122.49.97]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8AAABE0964 for ; Fri, 26 Jul 2013 19:13:59 +0000 (UTC) Received: from newlap-wireless.localdomain (ool-182de1a5.dyn.optonline.net [24.45.225.165]) (authenticated bits=0) by smtp.cs.nyu.edu (8.14.3/8.14.4) with ESMTP id r6QJDsXi021083 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Fri, 26 Jul 2013 15:13:58 -0400 (EDT) Received: by newlap-wireless.localdomain (Postfix, from userid 1000) id 7305EA0411; Fri, 26 Jul 2013 15:13:54 -0400 (EDT) From: gottlieb@nyu.edu To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: bash-completion change? References: Date: Fri, 26 Jul 2013 15:13:54 -0400 In-Reply-To: (Nikos Chantziaras's message of "Fri, 26 Jul 2013 20:12:04 +0300") Message-ID: <87txjhw2vh.fsf@nyu.edu> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain X-Archives-Salt: b057a8f4-b186-4a79-8f9b-32eb1b36110a X-Archives-Hash: 6e116ef5469a1569c5023c287f256661 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 that you >> could turn each individual one on/off either globally or per user. >> Anyone know what the new 'one true way' is here? > > As others pointed out, you now need to: > > source /usr/share/bash-completion/bash_completion > > in your ~/.bashrc. However, you also need to clean out anything in > /etc/bash_completion.d/ and then: > > ln -s /usr/share/bash-completion/gentoo /etc/bash_completion.d/ > > Otherwise, completion for Gentoo stuff (like "emerge") will not be > available. Although I have a number of files and one subdirectory in /usr/share/bash-completion, I have neither /usr/share/bash-completion/bash_completion /usr/share/bash-completion/gentoo Presumably I have forgotten to turn something on; would you know what? thanks, allan /usr/share/bash-completion: total used in directory 52K available 14G drwxr-xr-x 2 4.0K Jul 25 09:20 completions -rw-r--r-- 1 2.5K Jan 31 22:15 colormgr -rw-r--r-- 1 553 Feb 27 10:52 dbus -rw-r--r-- 1 1.2K Dec 30 2012 dconf -rw-r--r-- 1 935 Dec 30 2012 gdbus -rw-r--r-- 1 1.4K Dec 30 2012 gresource -rw-r--r-- 1 2.6K Dec 30 2012 gsettings -rw-r--r-- 1 2.5K Jan 16 2013 gvfs -rw-r--r-- 1 3.4K Jun 15 11:15 ibus -rw-r--r-- 1 6.4K Jul 15 16:48 libreoffice -rw-r--r-- 1 1.4K Jul 16 21:32 rake -rw-r--r-- 1 475 Jul 15 14:53 zeitgeist-daemon