obsoletes items

This commit is contained in:
Guillaume Rousse 2009-10-26 11:07:29 +01:00
parent 4b289de690
commit 129c48b0a4

26
README
View File

@ -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 <rousse@ccr.jussieu.fr> 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