diff --git a/README b/README index 6fa8a4f8..c44d23ba 100644 --- a/README +++ b/README @@ -242,14 +242,6 @@ A. This is actually a 'feature' of bash. bash recognises a colon as Unfortunately, there's no way to turn this off. The only thing you can do is escape the colons with a backslash. -Q. Where did urpmi completion go? - -A. Guillaume Rousse now maintains it separately as - part of the urpmi RPM package. - - CVS: http://cvs.mandrakesoft.com/cgi-bin/cvsweb.cgi/soft/urpmi/ - Web: http://urpmi.org/ - Q. Why is rpm completion so slow with -q? A. Probably because the database is being queried every time and this uses a @@ -294,24 +286,6 @@ A. The readline(3) library offers a few settings that can make tab This turns off the use of the internal pager when returning long completion lists. -Q. This code is rubbish/not bad/pretty good/the best thing since - sliced bread. How can I show my appreciation? - -A. If you're a registered freshmeat.net user, take a moment to rate the - project at: - - http://freshmeat.net/projects/bashcompletion - - Of course, writing to us and letting us know how you feel also works. - Patches and new completion routines are most welcome, too. - -Q. How can I stay abreast of new releases? - -A. If you're a registered freshmeat.net user, you can subscribe to new release - announcements at: - - http://freshmeat.net/projects/bashcompletion - Q. Is bash the be-all-and-end-all of completion as far as shells go? A. Absolutely not. zsh has an extremely sophisticated completion system