summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGuillaume Rousse <guillaume@oberkampf.msr-inria.inria.fr>2009-10-26 11:07:29 +0100
committerGuillaume Rousse <guillaume@oberkampf.msr-inria.inria.fr>2009-10-26 11:07:29 +0100
commit129c48b0a46e383b68f5d5a4bf1fa8a11d007316 (patch)
tree1f8e6a44bea029d2f255db0884717fbfff79eb42 /README
parent4b289de6905abf184b5381384cae9588fe9e2ebc (diff)
downloadbash-completion-129c48b0a46e383b68f5d5a4bf1fa8a11d007316.tar.gz
obsoletes items
Diffstat (limited to 'README')
-rw-r--r--README26
1 files changed, 0 insertions, 26 deletions
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 <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