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-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: > 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: > >> 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: > 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 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 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

VPATH build fails to install bash.info (all Versions 3.x) + patch

2007-03-29 Thread Peter Breitenlohner
Hi, a VPATH build of bash-3.2 fails to install bash.info because doc/Makefile.in assumes that bash.info is in the source tree, whereas it is in fact in the build tree. The attached patch (inspired by automake) covers both possibilities. The second small patch is needed for the builtins manpage (