zsh-workers
 help / color / mirror / code / Atom feed
From: Doug Kearns <dougkearns@gmail.com>
To: Zsh workers <zsh-workers@sunsite.dk>
Subject: Re: PATCH: update a few completion functions
Date: Sat, 25 Jun 2005 01:41:07 +1000	[thread overview]
Message-ID: <20050624154107.GA4754@localhost.localdomain> (raw)
In-Reply-To: <29006.1119624200@trentino.groupinfra.com>

On Fri, Jun 24, 2005 at 04:43:20PM +0200, Oliver Kiddle wrote:
> This updates _wget for wget 1.10 and improves the iwconfig, mii-tool and
> tune2fs completions. Be careful when using _values within _arguments. It
> needs a description as it's first argument and any colons need to be
> quoted to hide them from _arguments.
> 
> Oliver

<snip>

> Index: Completion/Unix/Command/_wget
> ===================================================================
> RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_wget,v
> retrieving revision 1.10
> diff -u -r1.10 _wget
> --- Completion/Unix/Command/_wget	24 Jun 2005 12:44:00 -0000	1.10
> +++ Completion/Unix/Command/_wget	24 Jun 2005 14:38:32 -0000

<snip>

> +  '--no-glob[turn off FTP file name globbing.]' \
> +  '--no-passive-ftp' \
>    '--retr-symlinks' \
> -  '(--glob -g)'{--glob=,-g+}'[turn file globbing on or off]:glob:(on off)' \

This option still exists, though the --help output is not very clear
about it.

>From the wget-1.10/NEWS file:

** Options that previously unconditionally set or unset various flags
are now boolean options that can be invoked as either `--OPTION' or
`--no-OPTION'.  Options that required an argument "on" or "off" have
also been changed this way, but they still accept the old syntax for
backward compatibility.  For example, instead of `--glob=off' you can
write `--no-glob'.

Allowing `--no-OPTION' for every `--OPTION' and the other way around
is useful because it allows the user to override non-default behavior
specified via `.wgetrc'

<snip>

Regards,
Doug


      reply	other threads:[~2005-06-24 15:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-24 14:43 Oliver Kiddle
2005-06-24 15:41 ` Doug Kearns [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050624154107.GA4754@localhost.localdomain \
    --to=dougkearns@gmail.com \
    --cc=zsh-workers@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).