Re: bind does not modify key bindings

2006-02-24 Thread Yong Lu
> "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

Re: bind does not modify key bindings

2006-02-24 Thread Yong Lu
> "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

Re: bind does not modify key bindings

2006-02-13 Thread Chet Ramey
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

Re: bind does not modify key bindings

2006-02-13 Thread Chet Ramey
[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