Gentoo Archives: gentoo-user

From: YoYo Siska <yoyo@××××××.sk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] RE: Kernel Modules
Date: Mon, 13 Jun 2011 12:45:32
Message-Id: 20110613124303.GA3969@ksp.sk
In Reply to: [gentoo-user] RE: Kernel Modules by Pandu Poluan
1 On Sat, Jun 11, 2011 at 08:35:52AM +0700, Pandu Poluan wrote:
2 > -original message-
3 > Subject: Re: [gentoo-user] Re: Kernel Modules
4 > From: Dale <rdalek1967@×××××.com>
5 > Date: 2011-06-11 03:05
6 >
7 > >I notice a really long list of things when I do this:
8 > >
9 > >eselect bashcomp list
10 > >
11 > >Is there a way to just enable them all? Is there some that should NOT
12 > >be enabled, maybe for good reason?
13 >
14 > Personally, I do some cherry-picking and enable a bashcomp when I found out I need it. I have 2 concerns (which may or may not be true):
15 >
16 > 1. It will make bash (or the whole system) slower
17
18 well, only when you are hitting tab ... ;)
19 I know it can be annoying to have to wait a long time when you
20 accidentally hit tab on a "complex" command..., but when you know how to
21 do the explicit filename only completion...
22
23 >
24 > 2. For some commands I *might* want the standard completion
25
26 meta-/ (or ESC then /) for the complete-filename, there are also others
27 for some other things (variable, username...)
28 man bash
29 /Completing
30
31
32 yoyo