- add part on setting $BASH_COMPLETION prior to sourcing main file

- add details on how to subscribe to new release announcements
master
ianmacd 2002-04-22 06:07:20 +00:00
parent 635d9d4c4d
commit 969b695d5e
1 changed files with 13 additions and 8 deletions

21
README
View File

@ -1,4 +1,4 @@
$Id: README,v 1.10 2002/04/03 19:33:20 ianmacd Exp $
$Id: README,v 1.11 2002/04/22 08:07:20 ianmacd Exp $
INSTALLATION
@ -27,12 +27,8 @@ bash 1.x and bash 2.x users on your system, you must avoid using constructs
that were not valid under 1.x syntax.
If you are putting the bash completion source file somewhere other than
/etc/bash_completion, you will need to edit the top of the file to make
$BASH_COMPLETION point to the correct location.
The line you need to adjust is this one:
[ -z "$BASH_COMPLETION" ] && declare -r BASH_COMPLETION=/etc/bash_completion
/etc/bash_completion, you should ensure that $BASH_COMPLETION is set to point
to it before you source it. Your ~/.bashrc file is a good place to do this.
TROUBLESHOOTING
@ -65,6 +61,7 @@ prior to attempting the completion again. This will produce useful debugging
output that will aid me in fixing the problem if you are unable to do so
yourself. Turn off the trace output by running either 'set +v' or 'set +x'.
KNOWN PROBLEMS
--------------
@ -94,6 +91,7 @@ III.
Many of the completion functions assume GNU versions of the various text
utilities that they call (e.g. grep, sed and awk). Your mileage may vary.
FAQ
---
@ -136,12 +134,19 @@ A. Define $COMP_CONFIGURE_HINTS. Setting this to anything will result in the
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 user take a moment to rate the project at:
A. If you're a registered Freshmeat user, take a moment to rate the project at:
http://freshmeat.net/rate/19041/
Of course, writing to me and letting me 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 user, you can subscribe to new release
announcements at:
http://freshmeat.net/subscribe/19041/
--
Ian Macdonald <ian@caliban.org>