[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bind builtin does not run readline commands
From: |
Chet Ramey |
Subject: |
Re: Bind builtin does not run readline commands |
Date: |
Tue, 27 May 2014 10:03:52 -0400 |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 |
On 5/27/14, 1:19 AM, fargred@home wrote:
> Bash Version: 4.2
> Patch Level: 45
> Release Status: release
>
> Description:
> The syntax of the ‘bind’ builtin command suggests that any readline
> command may be executed just by passing command name to the ‘bind’ in
> accordance with ‘man bash’. However,
>
> bind shell-expand-line
That's a fairly creative reading of the manual page, since the description
of the bind builtin begins:
Display current readline key and function bindings, bind a key
sequence to a readline function or macro, or set a readline
variable.
>
> Doesn’t seem to be working, as well as alias-expand-line or
> history-and-alias-expand-line. Strange bug is, after executing the command
> above the lowercase ‘l’ cannot be typed into terminal (That doesn’t
> affect uppercase ‘l’ or letters on the other layout). No, I do not have
> any aliases like ‘l’, it stops working even if you
> start a new shell with an empty environment
Sure, since you've just managed to unbind all of the characters in that
command (you didn't provide a command name to bind them to).
Chet
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, ITS, CWRU chet@case.edu http://cnswww.cns.cwru.edu/~chet/