zsh-workers
 help / color / mirror / code / Atom feed
* Some more compdefs
@ 2011-10-23 18:24 Julien Nicoulaud
  2011-10-24  9:06 ` Peter Stephenson
  0 siblings, 1 reply; 3+ messages in thread
From: Julien Nicoulaud @ 2011-10-23 18:24 UTC (permalink / raw)
  To: Mailing-list zsh-workers

[-- Attachment #1: Type: text/plain, Size: 411 bytes --]

Hi all,

A while back ago I started gathering compdefs in a repository:
https://github.com/zsh-users/zsh-completions
Some of the compdefs are written by me, some by other individuals. Some may
be incomplete or even buggy. Each file contains a header with
license/authors/origin/status info.

May be a Zsh committer could start taking a look and see if some of them
could be integrated in Zsh ?

Regards,
Julien

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Some more compdefs
  2011-10-23 18:24 Some more compdefs Julien Nicoulaud
@ 2011-10-24  9:06 ` Peter Stephenson
  2011-10-24 16:46   ` Danek Duvall
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Stephenson @ 2011-10-24  9:06 UTC (permalink / raw)
  To: Mailing-list zsh-workers

On Sun, 23 Oct 2011 20:24:08 +0200
Julien Nicoulaud <julien.nicoulaud@gmail.com> wrote:
> A while back ago I started gathering compdefs in a repository:
> https://github.com/zsh-users/zsh-completions
> Some of the compdefs are written by me, some by other individuals. Some may
> be incomplete or even buggy. Each file contains a header with
> license/authors/origin/status info.
> 
> 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.

-- 
Peter Stephenson <pws@csr.com>            Software Engineer
Tel: +44 (0)1223 692070                   Cambridge Silicon Radio Limited
Churchill House, Cambridge Business Park, Cowley Road, Cambridge, CB4 0WZ, UK


Member of the CSR plc group of companies. CSR plc registered in England and Wales, registered number 4187346, registered office Churchill House, Cambridge Business Park, Cowley Road, Cambridge, CB4 0WZ, United Kingdom
More information can be found at www.csr.com. Follow CSR on Twitter at http://twitter.com/CSR_PLC and read our blog at www.csr.com/blog


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Some more compdefs
  2011-10-24  9:06 ` Peter Stephenson
@ 2011-10-24 16:46   ` Danek Duvall
  0 siblings, 0 replies; 3+ messages in thread
From: Danek Duvall @ 2011-10-24 16:46 UTC (permalink / raw)
  To: Peter Stephenson; +Cc: Mailing-list zsh-workers

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-10-24 16:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-23 18:24 Some more compdefs Julien Nicoulaud
2011-10-24  9:06 ` Peter Stephenson
2011-10-24 16:46   ` Danek Duvall

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).