> Description: > I don't know if this is a bug or not, but it has to do with programmable > auto completion. Whenever the options have multiple words I don't get what I > want.
You can get filename-like quoting by specifying that readline should treat the matches returned by the completion function as filenames, using the `-o filenames' option to complete: complete -o filenames -F f lala. Chet -- ``The lyf so short, the craft so long to lerne.'' - Chaucer Chet Ramey, ITS, CWRU [EMAIL PROTECTED] http://tiswww.tis.case.edu/~chet/