Subject: Re: make show-installed-packages
To: C?sar Catri?n C. <ccatrian@eml.cc>
From: Geert Hendrickx <geert.hendrickx@ua.ac.be>
List: tech-pkg
Date: 09/06/2005 22:36:14
On Tue, Sep 06, 2005 at 01:23:31PM -0400, C?sar Catri?n C. wrote:
> On Tue, 6 Sep 2005 08:56:05 +0200
> Geert Hendrickx <geert.hendrickx@ua.ac.be> wrote:
> 
> > On Mon, Sep 05, 2005 at 05:28:03PM -0400, C?sar Catri?n C. wrote:
> > > Can a 'sid' target (or another short target) be added on behalf of a
> > > show-installed-depends target?
> > 
> > I do "make show-i<TAB>" in zsh. :-)  
> > 
> > GH
> 
> I'm also using zsh, but for some reason, it doesn't work by default, even if
> a do a full make show-installed-depends and then try.

Put the following in your zshrc: 

autoload -U compinit
compinit

It'll enable tab-completion for Makefile targets, contents of tar/zip
archives, remote filename-completion with scp, rsync, cvs, ... and more
such goodies.  

GH