zsh-workers
 help / color / mirror / code / Atom feed
From: Danek Duvall <duvall@comfychair.org>
To: Peter Stephenson <Peter.Stephenson@csr.com>
Cc: Mailing-list zsh-workers <zsh-workers@zsh.org>
Subject: Re: Some more compdefs
Date: Mon, 24 Oct 2011 09:46:33 -0700	[thread overview]
Message-ID: <20111024164633.GA26255@lorien.comfychair.org> (raw)
In-Reply-To: <20111024100649.5d8fb669@pwslap01u.europe.root.pri>

Peter Stephenson wrote:

> On Sun, 23 Oct 2011 20:24:08 +0200
> Julien Nicoulaud <julien.nicoulaud@gmail.com> wrote:
>
> > May be a Zsh committer could start taking a look and see if some of them
> > could be integrated in Zsh ?
> 
> They sound potentially very useful, but if you think any of them are
> suitable for inclusion as they stand you should probably post them to
> the list --- unless somebody else thinks they have time to look through
> them, which would be splendid, although I wouldn't assume it's likely.

On a related note, I've been updating the Solaris-specific completions I've
submitted here, but have been failing to keep pushing them.  If you'd like
to pull what we're shipping for Solaris 11, here's where they live:

    http://src.opensolaris.org/source/xref/userland/gate/components/zsh/Completion/

where there is at least one bug, in _zpool, which can be fixed with this
patch:

	--- a/components/zsh/Completion/Unix/Command/_zpool
	+++ b/components/zsh/Completion/Unix/Command/_zpool
	@@ -100,7 +100,7 @@ _zpool() {
		(clear)
			_arguments -A "-*" \
				'-F[Discard transactions to allow pool opening]' \
	-			'-n[With -F, check if discarding transactions would work' \
	+			'-n[With -F, check if discarding transactions would work]' \
				':pool name:_zfs_pool' \
				'*:virtual device:_files'
			;;

Then again, perhaps most people building zsh from source are doing so on
older releases of Solaris, where some of these completion functions may be
too far ahead, functionally.

Danek


      reply	other threads:[~2011-10-24 16:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-23 18:24 Julien Nicoulaud
2011-10-24  9:06 ` Peter Stephenson
2011-10-24 16:46   ` Danek Duvall [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=20111024164633.GA26255@lorien.comfychair.org \
    --to=duvall@comfychair.org \
    --cc=Peter.Stephenson@csr.com \
    --cc=zsh-workers@zsh.org \
    /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).