First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 92655
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Shell Tools Herd Bugs <shell-tools@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Harm Geerts <harmgeerts@home.nl>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 92655 depends on: Show dependency tree
Show dependency graph
Bug 92655 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-05-14 18:02 0000
You need to install a completion function before `--list all` will show
anything.

manuel-64 ~ # bash-completion-config -l
bash-completion-config-0.8

                       | Local  Global |
----------------------------------------
----------------------------------------

manuel-64 ~ # bash-completion-config -l all
bash-completion-config-0.8

                       | Local  Global |
----------------------------------------
----------------------------------------

manuel-64 ~ # ls -1 /usr/share/bash-completion/
bash-completion-config
eix
subversion

manuel-64 ~ # bash-completion-config -g -i eix
bash-completion-config-0.8

 * Installing eix ...                                                     [ ok
]

manuel-64 ~ # bash-completion-config -l
bash-completion-config-0.8

                       | Local  Global |
----------------------------------------
eix                    |          *    |
----------------------------------------

manuel-64 ~ # bash-completion-config -l all
bash-completion-config-0.8

                       | Local  Global |
----------------------------------------
bash-completion-config |               |
eix                    |          *    |
subversion             |               |
----------------------------------------

Reproducible: Always
Steps to Reproduce:
1.
2.
3.



Expected Results:  
`bash-completion-config --list all` should list all global completion functions
that are available for install.

------- Comment #1 From Aaron Walker (RETIRED) 2005-05-15 04:44:21 0000 -------
Fixed in 0.8-r2.  Also fixed --list to ignore files matching *~ so backup files
don't show up.

First Last Prev Next    No search results available      Search page      Enter new bug