[EMAIL PROTECTED] wrote:

> Bash Version: 3.1
> Patch Level: 17
> Release Status: release
> 
> Description:
>       In my $HOME/.inputrc I have the line
>       Control-u: undo
>       This used to work well with earlier versions of bash, but now,
>       the C-u key cannot be removed from the function unix-line-discard.

Readline binds the tty special characters to their readline equivalents
by default.  You can turn this off with the `bind-tty-special-chars'
readline variable.

Chet
-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
                       Live Strong.  No day but today.
Chet Ramey, ITS, CWRU    [EMAIL PROTECTED]    http://cnswww.cns.cwru.edu/~chet/


_______________________________________________
Bug-bash mailing list
Bug-bash@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-bash

Reply via email to