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 mechanisms, and fits into the bash completion framework, it will be consistent with how bash completions behave. That means that the possible completions will be generated the same way as dynamic-complete-history; the possible completions will be sorted and duplicates removed; and the completions will be displayed as menu-complete does, which honors the setting of show-all-if-ambiguous. It might not be exactly the way emacs and tcsh do it, but it fits in with how bash does things. Chet -- ``The lyf so short, the craft so long to lerne.'' - Chaucer Chet Ramey, ITS, CWRU c...@case.edu http://cnswww.cns.cwru.edu/~chet/