bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Multiple Words on Bash Programmable Auto Completion


From: Chet Ramey
Subject: Re: Multiple Words on Bash Programmable Auto Completion
Date: Thu, 2 Oct 2008 08:16:06 -0400

> 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    chet@case.edu    http://tiswww.tis.case.edu/~chet/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]