From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10130 invoked by alias); 19 Jan 2011 12:33:55 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 28639 Received: (qmail 3050 invoked from network); 19 Jan 2011 12:33:54 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.210.171 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=uHhvTFrE8EF7YehgA/8yj+WMeyjE95TmWM5xxuG9mY8=; b=LCSZy1WsgF4m2gxWdUHb6HwAmfPWjjRJD7YlQT84kwBncVT80ldARH319nrjVHv0sI o32LRZw6hnukv8OliVl10S8me4C/wkouElbihDcqqrBX9J9+oa8uFNtu3/HEbeinCKNU AP9sWebOKgbbXIxk2gY8pOWq9QKswmIRAhYbw= 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=ODjPxzjqWTnn/OgymRUWH4mm+1k9c7Q0mSYmYrCHsHZetezYoq1l1Ui/HUFw8DS2ud ytMXxMDQZCADRn/Y4QDasQx+ukmFRd+i16qKFP29xpWnZNdgq40SZpKj3lJUZdBStepK vYc8/Ox9bIciFzjtPGoUeqV1ypFXu9L6Qo05I= MIME-Version: 1.0 In-Reply-To: References: From: Richard Hartmann Date: Wed, 19 Jan 2011 13:33:29 +0100 Message-ID: Subject: Re: Slow completion when using aptitude To: cheer_xiao Cc: zsh-workers@zsh.org Content-Type: text/plain; charset=UTF-8 Hi, those questions might be better suited to the -users list. > And another small related issue: the command tab-completion of zsh > doesn't seem to know aptitude build-dep, which has been around for a > few years but (unfortunately) undocumented. I did not have time to check the first issue, but on zsh 4.3.10, you can complete to aptitude build-dep. As a general rule of thumb, please try to use the newest version of zsh (and starting with zsh -f where applicable/possible) before reporting issues. They might have been fixed, already. Richard