bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Why does BASH delay printing capitol 'T'


From: Bruce Korb
Subject: Re: Why does BASH delay printing capitol 'T'
Date: Mon, 13 Feb 2012 15:12:23 -0800

Hi Eric,

On Mon, Feb 13, 2012 at 2:56 PM, Eric Blake <eblake@redhat.com> wrote:
> On 02/13/2012 03:50 PM, Bruce Korb wrote:
>> It is very disconcerting and makes me want to press it an extra time.
>> This is new behavior.  Thanks.
>
> It works fine for me.  Most likely, you have a bug in your ~/.inputrc
> file, which is accidentally mapping 'T' to a readline-related function
> rather than treating it as a normal input character.

Yep.  Fallout from trying to deal with the tab completion mess.
I've upgraded to 4.2.20(1)-release and still had that dinkleberry.
Thank you.

FYA, it was thus and is indecipherable to me, but I think the intent was
to map the tab character to a tangle-finger sequence

"TAB": "\M-\C-e\M-\C-t"
"\M-\C-t": complete



reply via email to

[Prev in Thread] Current Thread [Next in Thread]