[Bash-completion-devel] El chollo que esperabas

2009-02-12 Thread Dpto. Marketing
Si no puede visualizar correctamente este mensaje pulse aqui ___ Bash-completion-devel mailing list

Re: [Bash-completion-devel] ./current r1326: Improved strace completion, undefined _command_offset() found.

2009-02-12 Thread Guillaume Rousse
Guillaume Rousse a écrit : if [ $offset -gt 0 ]; then + # FAIL: _command_offset is not defined anywhere. Guillame? _command_offset $offset else Guillaume, is this a Mandriva-specific helper? Yes. More precisely, this is the result of a patch of mine splitting

Re: [Bash-completion-devel] [Bash-completion-commits] [SCM] bash-completion branch, master, updated. 6c27cd16ddf9353d02f6385da21505e1b2e10604

2009-02-12 Thread Ville Skyttä
On Thursday 12 February 2009, Guillaume Rousse wrote: The following commit has been merged in the master branch: commit 6c27cd16ddf9353d02f6385da21505e1b2e10604 Author: Guillaume Rousse guillomovi...@zarb.org Date: Thu Feb 12 22:12:20 2009 +0100 - split _command function in two

Re: [Bash-completion-devel] bash_completion.sh executable?

2009-02-12 Thread David Paleino
On Fri, 13 Feb 2009 00:05:57 +0200, Ville Skyttä wrote: Hi David, others, Hello Ville, Is there a reason why bash_completion.sh is executable? It's sourced, not executed, so I think not. Can't really say, by heart. I've fixed the permissions already once in bzr, but it was (seemingly