From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5603 invoked from network); 5 Aug 2005 17:17:36 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 5 Aug 2005 17:17:36 -0000 Received: (qmail 76655 invoked from network); 5 Aug 2005 17:17:28 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 5 Aug 2005 17:17:28 -0000 Received: (qmail 17040 invoked by alias); 5 Aug 2005 17:17:21 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9249 Received: (qmail 17031 invoked from network); 5 Aug 2005 17:17:21 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 5 Aug 2005 17:17:21 -0000 Received: (qmail 75642 invoked from network); 5 Aug 2005 17:17:21 -0000 Received: from cluster-e.mailcontrol.com (HELO rly08e.srv.mailcontrol.com) (217.79.216.190) by a.mx.sunsite.dk with SMTP; 5 Aug 2005 17:17:14 -0000 Received: from iris.logica.co.uk (iris.logica.co.uk [158.234.9.163]) by rly08e.srv.mailcontrol.com (MailControl) with ESMTP id j75HH9ra018025 for ; Fri, 5 Aug 2005 18:17:10 +0100 Received: from trentino.logica.co.uk ([158.234.142.59]) by iris.logica.co.uk (8.12.3/8.12.3/Debian -4) with ESMTP id j75HH9Tp008930 for ; Fri, 5 Aug 2005 18:17:09 +0100 Received: from trentino.groupinfra.com (localhost [127.0.0.1]) by trentino.logica.co.uk (Postfix) with ESMTP id 5FFA8793F7 for ; Fri, 5 Aug 2005 19:17:09 +0200 (CEST) X-VirusChecked: Checked X-StarScan-Version: 5.0.7; banners=.,-,- In-reply-to: <20050805154030.GA16800@spiegl.de> From: Oliver Kiddle References: <20050802180158.GA10402@spiegl.de> <19401.1123058911@trentino.groupinfra.com> <20050803101007.GA9755@spiegl.de> <2356.1123064346@trentino.groupinfra.com> <20050805154030.GA16800@spiegl.de> To: zsh-users@sunsite.dk Subject: Re: simple completion example? (aptitude completion doesn't work) Date: Fri, 05 Aug 2005 19:17:08 +0200 Message-ID: <32449.1123262228@trentino.groupinfra.com> X-Scanned-By: MailControl A-05-01-05 (www.mailcontrol.com) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.0.4 Andy Spiegl wrote: > > Hm, I can't think of any settings in my RCs that would break the aptitude > completion but probably there is one, right? I'll attach my completion > options to this mail. Maybe one of them jumps at your eye...? It's more likely something in your normal options that is breaking the parsing of `aptitude -h'. Perhaps the output has changed and you're running a newer or older version of aptitude. If you're not running sarge, could you perhaps send me the output. If aptitude -h is giving you a German (or other) translation, try adding LC_MESSAGES=C in but I don't think that translation would actually break it in this particular case. Otherwise, the best is to start with zsh -f, run compinit and then try bits of your setup file until it breaks. Thanks Oliver This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you.