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

2009-02-06 Thread Freddy Vulto
--- Regards, Freddy Vulto ___ Bash-completion-devel mailing list Bash-completion-devel@lists.alioth.debian.org http://lists.alioth.debian.org/mailman/listinfo/bash-completion-devel

[Bash-completion-devel] Bug#512823: bash-completion: Completion for `cpio' defined twice

2009-01-23 Thread Freddy Vulto
Package: bash-completion Version: HEAD Severity: minor Completion for `cpio' is defined twice: first as `complete -F _longopt cpio' and then it is overridden with `complete -F _cpio cpio'. I think the first definition can be removed: --- bash_completion.orig2009-01-24

Re: [Bash-completion-devel] Mandriva handling of bash completion

2009-01-18 Thread Freddy Vulto
with Debian-completion maybe there's no need to keep a separate test suite. Did I already say I was in favor of merging and make completion loading 5-10 times faster(!) Freddy Vulto http://fvue.nl/wiki/Bash_completion_library ___ Bash-completion-devel

[Bash-completion-devel] Bug#504141: Fixed error message and allowed spaces in config file

2008-11-05 Thread Freddy Vulto
Fixes: - allows `configfile' to contain spaces: - with `ssh -Ftab' and `scp -Ftab' you received an error message of _known_hosts: bash: option requires an argument -- F === modified file 'contrib/ssh' --- contrib/ssh 2008-11-01 11:25:38 + +++ contrib/ssh 2008-11-05 20:48:19 + @@ -31,17

[Bash-completion-devel] Bug#504650: bash-completion: Bug in _known_hosts concerning subsequent whitespace in UserKnownHostsFile or GlobalKnownHostsFile

2008-11-05 Thread Freddy Vulto
Package: bash-completion Version: 20080705 Severity: normal If UserKnownHostFile or GlobalKnownHostsFile in ssh config file contains multiple subsequent spaces, e.g. 'spaced hosts' (two spaces), _known_hosts fails. Solution is to quote the sed output. See attached diff. Regards, Freddy

[Bash-completion-devel] Bug#504547: bash-completion: perl -I/-x completion improvements

2008-11-04 Thread Freddy Vulto
-Ispacetab' a slash is added to directory names, whereas with `perl -Itab' no slash is added - with `perl -Itab' an additional space is added after each directory name completion, making it difficult to assemble a path using completion Attached diff addresses these problems. Regards, Freddy

[Bash-completion-devel] Bug#504141: bash-completion: Improved known_hosts completion with -F support, hosts indented or comment-trailed

2008-10-31 Thread Freddy Vulto
; #. Regards, Freddy Vulto -- System Information: Debian Release: 4.0 APT prefers stable APT policy: (500, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-6-686 Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) === modified file 'bash_completion

[Bash-completion-devel] Bug#502804: syntax errors when sourcing bash-completion with POSIX enabled

2008-10-20 Thread Freddy Vulto
Hi, I forgot to append to the existing [EMAIL PROTECTED] array at bug 2 (line 9572). Attached is an improved diff. === modified file 'bash_completion' --- bash_completion 2008-10-10 19:01:59 + +++ bash_completion 2008-10-20 16:03:48 + @@ -270,15 +270,23 @@ _expand ||

<    1   2