Chet Ramey wrote:
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.

How come you didn't mention '-o nospace' when I was trying to write a completion for directory names from a non-PWD reference point? ;-)

'-o nospace' just made that completion work MUCH better.

--
Matthew
Please do not quote my e-mail address unobfuscated in message bodies.
--
This .sig is false



Reply via email to