I am running Mac OS X 10.4.7. I have two systems, a PowerMac and an
iBook. I've just recently discovered that I can no longer type square
brackets "[]" in the Terminal application when I'm at the BASH prompt.
If I run something like the Python interpreter I can type brackets.
Once I go back to BASH brackets are again refused. Attempts to copy and
paste do not work. The left bracket gets stripped from the paste
operation.
What is causing this behavior and how can I eliminate it?
It looks like you've bound `[' and ']' to readline functions other than
self-insert. Look at ~/.inputrc for the key bindings. `stty -a' might
also provide clues.
Chet
Here is what is contained in my .inputrc file:
"[5D": backward-word
"[5C": forward-word
I can't tell from either output if the brackets are bound to non
self-insert readline functions.
How useful is this information in determining the cause of the problem?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/darwin-dev/email@hidden