Some Developer wrote:
Hello,

1. It may help if we could overload CDPATH (either as it is, or via a shopt for backward compatibility reasons) so that Filename Completion consults CDPATH also.

This is a perfect opportunity to use programmable completion.  Writing a
shell function that uses CDPATH (or any other variable you choose,
including LSPATH) should be fairly simple, and you can use it as the
completion function for any command you like.

Chet
--
``The lyf so short, the craft so long to lerne.'' - Chaucer

Chet Ramey, ITS, CWRU    [EMAIL PROTECTED]    http://cnswww.cns.cwru.edu/~chet/


Reply via email to