> "Chet" == Chet Ramey <[EMAIL PROTECTED]> writes:
> If you run with convert-meta disabled, take the output and convert the
> key sequences that begin with \M- to begin with \e. (That is, make ESC
> the meta-prefix explicitly.)
> Chet
> --
> ``The lyf so short, the
> "Chet" == Chet Ramey <[EMAIL PROTECTED]> writes:
> It does, actually. Bash-3.1 key bindings interpret the "\M-" prefix the
> same way that the dispatch code does: if the convert-meta flag has been
> set, the sequence is converted into an escape-prefixed sequence and
> boun
Yong Lu wrote:
>
> Hi, thanks for your reply! With bash2, I can simply modify the output
> of `bind -vp` and read back the keybinding by `bind -f`. How can I
> make it to work with bash3 too?
If you run with convert-meta disabled, take the output and convert the
key sequences that begin with
[EMAIL PROTECTED] wrote:
> Configuration Information [Automatically generated, do not change]:
> Machine: i686
> OS: linux-gnu
> Compiler: /usr/local/bin/gcc
> Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i686'
> -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i686-pc-linux-gnu'
> -DCONF_VEN