From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6982 invoked from network); 30 Sep 1999 17:00:04 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 30 Sep 1999 17:00:04 -0000 Received: (qmail 4672 invoked by alias); 30 Sep 1999 16:59:48 -0000 Mailing-List: contact zsh-users-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 2638 Received: (qmail 4665 invoked from network); 30 Sep 1999 16:59:47 -0000 To: Francis GALIEGUE Cc: ZSH users list Subject: Re: zsh and RPM: a case of study (for me) References: <37F26815.B5B90B8@mandrakesoft.com> <19990929211025.A16175@thelonious.new.ox.ac.uk> <37F35534.DB7667F9@mandrakesoft.com> X-no-archive: yes From: Chmouel Boudjnah Date: 30 Sep 1999 18:40:44 +0200 In-Reply-To: Francis GALIEGUE's message of "Thu, 30 Sep 1999 12:19:00 +0000" Message-ID: User-Agent: Gnus/5.070096 (Pterodactyl Gnus v0.96) XEmacs/21.1 (Arches) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Francis GALIEGUE writes: > > Oh, the above won't work unless you've configured your setup to work > > with the new completion system. Read the `zshcompsys' man page for > > details on how to do this (or just type `compinstall' if you can't be > > bothered to read it :-) > It runs automagically, I got this at the end of my .zshrc: because i have add them by default for mandrake. > _compdir=/usr/share/zsh/functions/Core > [[ -z $fpath[(r)$_compdir] ]] && fpath=($fpath $_compdir) > autoload -U compinit > compinit -- MandrakeSoft http://www.mandrakesoft.com/ --Chmouel