Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Go completion support
- X-seq: zsh-workers 29343
- From: İsmail Dönmez <ismail@xxxxxxxxxxx>
- To: Peter Stephenson <Peter.Stephenson@xxxxxxx>
- Subject: Re: Go completion support
- Date: Mon, 23 May 2011 14:34:41 +0200
- Cc: zsh-workers <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=namtrac.org; s=www; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=1AwKDSyqy3CnxrFFnAlXlv/y6W1MBQdr42d86nLxPd8=; b=C/ay1XvxTTgbATa0Knvrm8NAvBVNRETg5+o+FcKX0BYRpuldPPqDICMqxLe0BxuEDD ho0CBdOkmIj2fySgTfRXqfnwKSEmXW9c9vPU27/UIE3Hc5f9UIO2aGmOhHjj6G+Bf3+k Z1C/yXHlhzGXngYF7zo8vwTuLutqhMnnoMhSI=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=namtrac.org; s=www; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=EmQ/u6J3+iLcamDmfMXgydHA1HJtaCZN8rzzRyV4kpT1sj3tKKCF7TlorvYiO9OSYn gVcj3oZZs1hdgZNNkKJOaBSoaviqnyX8GYUcJOZR6N+TF3ClBjBxwHbdUzT/5Qzi91f7 JIfaqpWid6fKEMvpe+IAO2SA30gYxRM7FCSx4=
- In-reply-to: <20110523132952.0e1794d3@pwslap01u.europe.root.pri>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <BANLkTinxV3yD5_Op4w8C+qN8tJG-477asw@mail.gmail.com> <20110523132952.0e1794d3@pwslap01u.europe.root.pri>
Hi again;
On Mon, May 23, 2011 at 2:29 PM, Peter Stephenson
<Peter.Stephenson@xxxxxxx>wrote:
> On Mon, 23 May 2011 12:23:59 +0200
> İsmail Dönmez <ismail@xxxxxxxxxxx> wrote:
> > Attached is the go completion file from official go HG repository. It
> > would be nice to get it in before the release :-)
>
> Hmmm.... this is the (very) old-fashioned compctl completion, which
> (probably) works but is unsupported beyond trivial fixes to keep it
> working, and for which we've never supplied a completion library. It
> could really do with being updated to use the completion system.
>
> From looking at that file, it's going to be something like the
> following...
>
> P.S. I quite like to be told what a completion is actually for without
> having to search Google.
>
> Index: Completion/Unix/Command/_go
> ===================================================================
> RCS file: Completion/Unix/Command/_go
> diff -N Completion/Unix/Command/_go
> --- /dev/null 1 Jan 1970 00:00:00 -0000
> +++ Completion/Unix/Command/_go 23 May 2011 12:27:51 -0000
> @@ -0,0 +1,18 @@
> +#compdef gccgo gofmt 5l 6l 68 5g 6g 8g
>
s/68/8l
ismail
Messages sorted by:
Reverse Date,
Date,
Thread,
Author