Re: Temporarily change completion options

2008-03-19 Thread Mika Fischer
* Chet Ramey <[EMAIL PROTECTED]> [2008-03-18 00:22]: >> I'd like to know if it is possible to change the options of the >> programable completion within the completion function. > > Not currently. I'm thinking about a new builtin that would accept the > same set of -o options as complete/compgen (

Re: Temporarily change completion options

2008-03-17 Thread Chet Ramey
Mika Fischer wrote: Hi, I'm currently working on the bash-completion package for Debian/Ubuntu. I'd like to know if it is possible to change the options of the programable completion within the completion function. Not currently. I'm thinking about a new builtin that would accept the same se

Temporarily change completion options

2008-03-17 Thread Mika Fischer
Hi, I'm currently working on the bash-completion package for Debian/Ubuntu. I'd like to know if it is possible to change the options of the programable completion within the completion function. An example would be to allow environment variables in place of filenames. But if I set -o filenames,