Re: Bracketed paste mode breaks cooked mode's tab + backspace

2018-01-29 Thread Phi Debian
Hi All, I don't reproduce it. This is not directly related to bash, it depend on the line discipline on the tty, I use ^H as erase and got no problems with . gnome-term, xterm are ok with , generate 0x8, terminator is confused is it doesn't use X resouces and then can't map 0x8 on Using gene

Re: Bracketed paste mode breaks cooked mode's tab + backspace

2018-01-29 Thread Chet Ramey
On 1/29/18 5:47 PM, Egmont Koblinger wrote: > Bash Version: 4.4 > Patch Level: 12 > Release Status: release > > Hi, > > Repeat-By: > "set enable-bracketed-paste on" in inputrc > > Start any simple (non-readline) command just as "cat". > > Press TAB, then press backspace. > > E

Bracketed paste mode breaks cooked mode's tab + backspace

2018-01-29 Thread Egmont Koblinger
Configuration Information [Automatically generated, do not change]: Machine: x86_64 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='x86_64' -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='x86_64-pc-linux-gnu' -DCONF_VENDOR='pc' -DLOCALEDIR='/usr/share/locale' -DPACKAGE

Re: Feature request: tab completion on functions

2018-01-29 Thread Chet Ramey
On 1/28/18 8:10 PM, L A Walsh wrote:     >> >> It's all fine. He wants case-insensitive matching, which bash can be made >> to do, and non-case-preserving completion, which readline does. >>   > >    Bash can be made to do?  W/o new code? No, it takes a patch to enable case-sensitive matchi