Bash 3.2p3 problems with cursor position

2006-11-06 Thread Ismail Donmez
Hi, In a tr_TR.UTF-8 locale I got weird problems with cursor position. Following command are enough to reproduce the problem here: mkdir very/long/directory/name cd very/long/directory/name mkdir Tüürk cd Tüürk after this cursor positioned after a

Re: Bash 3.2p3 problems with cursor position

2006-11-06 Thread Ismail Donmez
06 Kas 2006 Pts 21:59 tarihinde, Chet Ramey şunları yazmıştı: > Ismail Donmez wrote: > > Hi, > > > > In a tr_TR.UTF-8 locale I got weird problems with cursor position. > > Following command are enough to reproduce the problem here: > > Before I look at this, I need the value of PS1, since the prom

official plans for associative array support in bash?

2006-11-06 Thread snowcrash+bugbash
hello, @ http://tiswww.tis.case.edu/~chet/bash/FAQ there are comments ACKing ksh's support for "associative arrays" -- and BASH's current lack of it -- but no announcement of plans/predictions/promises for BASH support. lot's of sites proclaim that there "will be" future support ... but folks @

Re: profile of bash

2006-11-06 Thread Bob Proulx
Ronald wrote: > Why bash has so many profiles, like > .bash_login > .bash_logout > .bash_profile > .profile > .bashrc > profile > bashrc > > By design? Why? It is for legacy support, useful features, compatible capabilities. The traditional Bourne shell read /etc/profile and $HOME/.profile. So

profile of bash

2006-11-06 Thread Ronald
Why bash has so many profiles, like .bash_login .bash_logout .bash_profile .profile .bashrc profile bashrc By design? Why? Thanks. ___ Bug-bash mailing list Bug-bash@gnu.org http://lists.gnu.org/mailman/listinfo/bug-bash