Re: [Bash-completion-devel] Lyx completion rule

2010-05-09 Thread Ville Skyttä
On Sunday 09 May 2010, Mark van Rossum wrote: I propose to add complete -f -X '!*.lyx' lyx Added in git, thanks. ___ Bash-completion-devel mailing list Bash-completion-devel@lists.alioth.debian.org

[Bash-completion-devel] Passing variables by reference

2010-05-09 Thread Freddy Vulto
The way we now do passing variables by reference (working around the conflict with local variables) felt a bit awkward so I put my workaround to the test on the bug-bash mailing list. After having discovered some surprising (at least for me) behaviour of `unset' the final outcome seems to be an

[Bash-completion-devel] Colon completion woes

2010-05-09 Thread Ville Skyttä
Hello, I just added completion for wol(1). It deals with MAC addresses and I'm having a problem with it apparently forgetting parts of already typed stuff and appending matching completions completely to my partial string, instead of just the missing trailing part. See the failing test case