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
nux gs3091.sp.cs.cmu.edu 2.4.25-001-P4+4GB+SMP #1 SMP Fri Mar > 26 22:57:11 EST 2004 i686 i686 i386 GNU/Linux > Machine Type: i686-pc-linux-gnu > > Bash Version: 3.1 > Patch Level: 7 > Release Status: release > > Description: > `bind` does not modify key bindings.

bind does not modify key bindings

2006-02-13 Thread lyongu
ST 2004 i686 i686 i386 GNU/Linux Machine Type: i686-pc-linux-gnu Bash Version: 3.1 Patch Level: 7 Release Status: release Description: `bind` does not modify key bindings. Repeat-By: $ bind -r '\M-p' $ bind '"\M-p":history-search-backward&#