Re: dabbrev-expand behavior

2009-01-20 Thread Bob Proulx
Dan Nicolaescu wrote: > Chet Ramey writes: > > Dan Nicolaescu wrote: > > > Unfortunately the behavior is not consistent with what dabbrev-expand > > > does in Emacs (and tcsh), so it will be quite confusing for users to > > > use. > > ... > > It might not be exactly the way emacs and tc

Re: dabbrev-expand behavior

2009-01-14 Thread Dan Nicolaescu
Chet Ramey writes: > Dan Nicolaescu wrote: > > Hi, > > > > Thanks for implementing dabbrev-expand in bash-4.0! > > > > Unfortunately the behavior is not consistent with what dabbrev-expand > > does in Emacs (and tcsh), so it will be quite confusing for users to > > use. > >

Re: dabbrev-expand behavior

2009-01-14 Thread Chet Ramey
Dan Nicolaescu wrote: > Hi, > > Thanks for implementing dabbrev-expand in bash-4.0! > > Unfortunately the behavior is not consistent with what dabbrev-expand > does in Emacs (and tcsh), so it will be quite confusing for users to > use. Since the dabbrev-expand implementation combines existing me

dabbrev-expand behavior

2009-01-14 Thread Dan Nicolaescu
Hi, Thanks for implementing dabbrev-expand in bash-4.0! Unfortunately the behavior is not consistent with what dabbrev-expand does in Emacs (and tcsh), so it will be quite confusing for users to use. Doing # bind dabbrev-expand to it's canonical key: $ bind '"\M-/":dabbrev-expand' # Now run a f