Re: auto-complete going on a diagonal -- set print-completions-horizontally on = equals diagonally

2015-07-18 Thread Chet Ramey
On 7/14/15 7:49 PM, Linda Walsh wrote: --- Yeah, figures it would work right in the BASH dir... BUT... Ishtar:tools/bash/bash-4.3 cd /suse132 --- both of the below print diagonally because they have no line endings. I can't reproduce any of this on SUSE 13. What does `stty size' say your

reverse-i-search, multibyte backspace problem

2015-07-18 Thread e est
Hello, I've noticed a bug with terminal usage of bash. Steps to reproduce: 1. Press control-r to get in reverse-i-search mode 2. Enter a key outside of the ASCII character set, like the french é or the german ä. 3. Press backspace. What to expect: The key gets removed. What happens: Instead

Re: reverse-i-search, multibyte backspace problem

2015-07-18 Thread Eduardo A . Bustamante López
Hello, Can you please try the 'devel' branch? There's a fix for this issue already in it: | commit 947f04912e4715e7a9df526cd99412bffa729368 | Author: Chet Ramey chet.ra...@case.edu | Date: Tue Jan 27 11:10:49 2015 -0500 | | commit bash-20150116 snapshot Here's the description of