Hi, When in emacs mode, completion is achieved using a TAB. This works all the time, except when done after an environment variable. So the following works:
$ grep $i<TAB> but the following results in the error: $ grep $i <TAB> Note the space between the $i and the <TAB>. This is true for all completion (even with ESC-= in vi mode). Attached is a patch that fixes the problem for me. Regards, -- Siddhesh Poyarekar http://siddhesh.in
ksh-completion.patch
Description: Binary data
_______________________________________________ ast-developers mailing list [email protected] https://mailman.research.att.com/mailman/listinfo/ast-developers
