Wrong alignment in select lists

2010-05-31 Thread Bernd Eggink
Select lists are sometimes displayed with incorrect vertical alignment if an item contains one or more German umlauts. Examples: select x in äöü blah{1..20}; do :; done # wrong select x in amöbe blah{1..20}; do :; done # wrong select x in amöb blah{1..20}; d

Re: Weird behaviour of 'hash' builtin

2010-05-31 Thread Chet Ramey
On 5/30/10 4:22 AM, Jan Schampera wrote: > If this is not a bug, what's the reason behind this? Is it to blindly > report success when an operand "looks like a pathname"? `hash' ignores operands with slashes. It just doesn't consider them at all. They don't get into the hash table and they don'

Re: Wrong alignment in select lists

2010-05-31 Thread Jan Schampera
Bernd Eggink wrote: Select lists are sometimes displayed with incorrect vertical alignment if an item contains one or more German umlauts. Examples: select x in äöü blah{1..20}; do :; done# wrong select x in amöbe blah{1..20}; do :; done# wrong select x in amöb blah{1..