[Bash-completion-devel] Patch: no-ls-parse

2012-07-21 Thread Martin Ueding
Hi, I removed parsing of “ls” in favor of simple globbing. That way, even if a filename should be funny, this script does not break. The following changes since commit 882d527237c77cdc757672affa070bb1b150b778: mussh: New completion. (2012-07-21 13:05:15 +0300) are available in the git reposit

[Bash-completion-devel] Patch: trailing-whitespace

2012-07-21 Thread Martin Ueding
Hi, I just saw a couple things in my /etc/bash_completion that I'd like to improve. In this patch, I removed trailing whitespace. The following changes since commit 882d527237c77cdc757672affa070bb1b150b778: mussh: New completion. (2012-07-21 13:05:15 +0300) are available in the git reposito

Re: [Bash-completion-devel] fix for xsltproc --norman option

2012-07-21 Thread Raphaël Droz
On Sat, Jul 21, 2012 at 02:37:30PM +0300, Ville Skyttä wrote: > On 2012-07-21 13:55, Raphaël Droz wrote: > > _parse_help xsltproc overlooks the --norman option > >>From xsltproc --help: > >>--profile or --norman : dump profiling informations > > > > This patch fixes the xsltproc completion to

Re: [Bash-completion-devel] fix for xsltproc --norman option

2012-07-21 Thread Ville Skyttä
On 2012-07-21 13:55, Raphaël Droz wrote: > _parse_help xsltproc overlooks the --norman option >>From xsltproc --help: >>--profile or --norman : dump profiling informations > > This patch fixes the xsltproc completion to manually add it I don't think this adds any real value; on the contrary a

Re: [Bash-completion-devel] wget(1) completion

2012-07-21 Thread Raphaël Droz
On Sat, Jul 21, 2012 at 01:08:54PM +0200, Raphaël Droz wrote: > ping ? (this one being rerolled for years) forgot to re-attach the file: wget(1) completion # wget(1) completion-*- shell-script -*- _wget() { local cur prev words cword split _init_completion -s || return

Re: [Bash-completion-devel] wget(1) completion

2012-07-21 Thread Raphaël Droz
ping ? (this one being rerolled for years) On Sun, Dec 11, 2011 at 07:30:56PM +0100, Raphaël Droz wrote: > On Wed, Dec 07, 2011 at 08:43:40PM +0200, Ville Skyttä wrote: > > On 12/04/2011 08:49 PM, Raphaël Droz wrote: > > > back with this one > > > [ > > > http://lists.alioth.debian.org/pipermail

[Bash-completion-devel] fix for xsltproc --norman option

2012-07-21 Thread Raphaël Droz
_parse_help xsltproc overlooks the --norman option >From xsltproc --help: >--profile or --norman : dump profiling informations This patch fixes the xsltproc completion to manually add it diff --git a/completions/xsltproc b/completions/xsltproc index 7c38591..fdab18b 100644 --- a/completions/xs

[Bash-completion-devel] needs review: completion for boinc

2012-07-21 Thread Raphaël Droz
It's an update of the bash completion from boinc trunk/ (4 years old): http://boinc.berkeley.edu/trac/browser/trunk/boinc/client/scripts/boinc.bash Posted on @boinc-dev but I just found that it never reached the list (gmail-smtp and (+)delimiter issue). Finally not that bad because here it can be

Re: [Bash-completion-devel] completion for setxkbmap(1)

2012-07-21 Thread Raphaël Droz
retry On Sun, Nov 20, 2011 at 10:06:58PM +0100, Raphaël Droz wrote: > On Fri, Aug 19, 2011 at 11:24:23AM +0300, Ville Skyttä wrote: > > On 08/18/2011 09:39 PM, Raphaël Droz wrote: > > > attached, needs review > > > > *Very* unthrorough one below: > > > > > sed -n '/! '"$1"'/{n; :a; /^!/q; p;

[Bash-completion-devel] completion for cryptmount(8)

2012-07-21 Thread Raphaël Droz
[edit: fixed the list address] Attached a completion for cryptmount(8) [tested against 4.2] I don't know about the current policy for completions but AFAICR upstream support was privileged (but a review from bash-completion people won't hurt). # bash completion for cryptmount