Re: Another bash-3.2 regression: coloured prompt confuses Ctrl+R.

2007-04-11 Thread Benno Schulenberg
Chet Ramey wrote: > I apparently fixed > it while making a seemingly unrelated change a couple of weeks > ago. Try this patch. First hunk fails against p15. When adjusting the patch for that (see attached), it solves the problem here. Thanks. Benno --- lib/readline/display.c.orig 2007-04-11 1

Re: Another bash-3.2 regression: coloured prompt confuses Ctrl+R.

2007-04-01 Thread Andreas Schwab
Chet Ramey <[EMAIL PROTECTED]> writes: > OK, I'm stumped. Try again with PS1='\[\033[01;31m\]12345\[\033[01;34m\] \W \$\[\033[00m\] '. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany PGP key fingerprint = 58CA 54C7 6D5

Re: Another bash-3.2 regression: coloured prompt confuses Ctrl+R.

2007-03-29 Thread Chet Ramey
Andreas Schwab wrote: > Chet Ramey <[EMAIL PROTECTED]> writes: > >> Andreas Schwab wrote: >>> Chet Ramey <[EMAIL PROTECTED]> writes: >>> I simply cannot reproduce it on the systems I have available. >>> You need to be in a multibyte locale. >> I used en_US.UTF-8 and de_DE.UTF-8. What did you

Re: Another bash-3.2 regression: coloured prompt confuses Ctrl+R.

2007-03-29 Thread Andreas Schwab
Chet Ramey <[EMAIL PROTECTED]> writes: > I have no doubt that the cursor location is somehow wrong on your system. > I simply cannot reproduce it on the systems I have available. Redisplay > is maybe less efficient than perfect, but it produces the right results. The actual overshoot happens aft

Re: Another bash-3.2 regression: coloured prompt confuses Ctrl+R.

2007-03-29 Thread Andreas Schwab
Chet Ramey <[EMAIL PROTECTED]> writes: > Andreas Schwab wrote: >> Chet Ramey <[EMAIL PROTECTED]> writes: >> >>> I simply cannot reproduce it on the systems I have available. >> >> You need to be in a multibyte locale. > > I used en_US.UTF-8 and de_DE.UTF-8. What did you use? The latter. Andre

Re: Another bash-3.2 regression: coloured prompt confuses Ctrl+R.

2007-03-29 Thread Chet Ramey
Andreas Schwab wrote: > Chet Ramey <[EMAIL PROTECTED]> writes: > >> I simply cannot reproduce it on the systems I have available. > > You need to be in a multibyte locale. I used en_US.UTF-8 and de_DE.UTF-8. What did you use? Chet -- ``The lyf so short, the craft so long to lerne.'' - Chauce

Re: Another bash-3.2 regression: coloured prompt confuses Ctrl+R.

2007-03-29 Thread Andreas Schwab
Chet Ramey <[EMAIL PROTECTED]> writes: > I simply cannot reproduce it on the systems I have available. You need to be in a multibyte locale. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany PGP key fingerprint = 58CA 54

Re: Another bash-3.2 regression: coloured prompt confuses Ctrl+R.

2007-03-29 Thread Chet Ramey
Andreas Schwab wrote: > Chet Ramey <[EMAIL PROTECTED]> writes: > >> Volkov Peter wrote: >>> Hello. >>> >>> The issue was reported at http://bugs.gentoo.org/156292 and is still >>> reproducible in bash-3.2 patch level 10 and with redisplay-cursor-patch. >>> >>> To save you time steps to reproduce t

Re: Another bash-3.2 regression: coloured prompt confuses Ctrl+R.

2007-03-29 Thread Andreas Schwab
Chet Ramey <[EMAIL PROTECTED]> writes: > Volkov Peter wrote: >> Hello. >> >> The issue was reported at http://bugs.gentoo.org/156292 and is still >> reproducible in bash-3.2 patch level 10 and with redisplay-cursor-patch. >> >> To save you time steps to reproduce the problem: >> 1. Set PS1='\[\0

Re: Another bash-3.2 regression: coloured prompt confuses Ctrl+R.

2007-03-28 Thread Chet Ramey
Volkov Peter wrote: > Hello. > > The issue was reported at http://bugs.gentoo.org/156292 and is still > reproducible in bash-3.2 patch level 10 and with redisplay-cursor-patch. > > To save you time steps to reproduce the problem: > 1. Set PS1='\[\033[01;31m\]\h\[\033[01;34m\] \W \$\[\033[00m\] '

Re: Another bash-3.2 regression: coloured prompt confuses Ctrl+R.

2007-03-11 Thread Ismail Dönmez
On Sunday 11 March 2007 21:15:19 Benno Schulenberg wrote: > Volkov Peter wrote: > > The issue was reported at http://bugs.gentoo.org/156292 and is > > still reproducible in bash-3.2 patch level 10 and with > > redisplay-cursor-patch. > > > > To save you time steps to reproduce the problem: > > 1. S

Re: Another bash-3.2 regression: coloured prompt confuses Ctrl+R.

2007-03-11 Thread Benno Schulenberg
Volkov Peter wrote: > The issue was reported at http://bugs.gentoo.org/156292 and is > still reproducible in bash-3.2 patch level 10 and with > redisplay-cursor-patch. > > To save you time steps to reproduce the problem: > 1. Set PS1='\[\033[01;31m\]\h\[\033[01;34m\] \W \$\[\033[00m\] ' > 2. cd /us

Another bash-3.2 regression: coloured prompt confuses Ctrl+R.

2007-03-11 Thread Volkov Peter
Hello. The issue was reported at http://bugs.gentoo.org/156292 and is still reproducible in bash-3.2 patch level 10 and with redisplay-cursor-patch. To save you time steps to reproduce the problem: 1. Set PS1='\[\033[01;31m\]\h\[\033[01;34m\] \W \$\[\033[00m\] ' 2. cd /usr/share 3. press +R, then