El jue, 05-09-2002 a las 13:25, Paolo Molaro escribi�:
> I wrote a simple completion handler for use with bash:
> just add the following to your bash init script (usually .bashrc)
> and TAB completion will select exe files when used for arguments of mono
> and mint.
> 

This doesn't work 100% right, at least here because it does not look at
the word being completed.

I get better result using this (which looks simpler too):

complete -G '*.exe' -X '!&*' mono
complete -G '*.exe' -X '!&*' mint


-- 
Ricardo Fern�ndez Pascual
[EMAIL PROTECTED]
Murcia. Espa�a.



_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to