Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: todo.sh completion
- X-seq: zsh-users 15579
- From: Julien Nicoulaud <julien.nicoulaud@xxxxxxxxx>
- To: Frank Terbeck <ft@xxxxxxxxxxxxxxxxxxx>
- Subject: Re: todo.sh completion
- Date: Thu, 25 Nov 2010 15:34:56 +0100
- Cc: zsh-users <zsh-users@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type; bh=nCzV37kPXrFVu99M3Cx06hqXfY2BRrvPfk5KGCGRQc4=; b=mTWUzYCiCUdcm3d2Slc0FI5sHif8UAOlJMYzQVxmwQm2b84sTATMV3up070EE0l9TX qFy+pwMf3iIcxrndFtlwBLLYauGhnyHcYrbXBuG4QXlrQKSXD/RR8wsExbCP38jg/70g i/+y16aPTG7rrp16cA5lif/72IAtxj8yxE0q0=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=nm7Lkfs5e93xpJMRy4MMUcMY5l7QArbLrQVKErYmxz1oL7vi4cKTLq34i2Nh3et18K vpK9JtfmZqa4FLEOHVQ/NR6EKMkWfSGRiEmo+GdbpccI16ScmMXmRqDyZ4cp7LemZYD/ RBual9/hsgEGO2u4YqEZVuaomW8IWM5o4zFRI=
- In-reply-to: <87lj4h4ieq.fsf@xxxxxxxxxxxxxxxxxxxxxx>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <AANLkTimQY5=XdwL4XEO60Z5tcj2J0-Opf4m1=U+xQXvF@xxxxxxxxxxxxxx> <20101125134534.58a6e784@xxxxxxxxxxxxxxxxxxxxxxxxx> <87lj4h4ieq.fsf@xxxxxxxxxxxxxxxxxxxxxx>
OK, I checked my zshrc and it turns out this was breaking the completion
script:
autoload -U zsh-mime-setup && zsh-mime-setup
I guess this has to do with todo.sh ending with ".sh", since every others
completion scripts work fine. Should I log a bug ?
Julien
2010/11/25 Frank Terbeck <ft@xxxxxxxxxxxxxxxxxxx>
> Peter Stephenson wrote:
> > Julien Nicoulaud <julien.nicoulaud@xxxxxxxxx> wrote:
> >> anyone using todo.sh completion script here ?
> >>
> >> I'm using zsh 4.3.10 on Ubuntu 10.10, and does not seem to work.
> >
> > It's changed since then; try the latest.
>
> If you're wondering how to use an updated completion function with an
> existing installation, here's an example (using the _git completion):
>
> <http://zshwiki.org/home/config/functions>
>
> The procedure is the same for other completions, too.
>
> Regards, Frank
>
> --
> In protocol design, perfection has been reached not when there is
> nothing left to add, but when there is nothing left to take away.
> -- RFC 1925
>
Messages sorted by:
Reverse Date,
Date,
Thread,
Author