[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Multiple Words on Bash Programmable Auto Completion
From: |
Daniel Fleischman |
Subject: |
Re: Multiple Words on Bash Programmable Auto Completion |
Date: |
Thu, 2 Oct 2008 10:13:43 -0300 |
Thank you, that's exactly what I wanted.
On Thu, Oct 2, 2008 at 09:16, Chet Ramey <chet.ramey@case.edu> 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.
>
> 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/ <http://tiswww.tis.case.edu/%7Echet/>
>