From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20836 invoked from network); 10 Aug 2005 11:40:03 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 10 Aug 2005 11:40:03 -0000 Received: (qmail 64782 invoked from network); 10 Aug 2005 11:39:55 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 10 Aug 2005 11:39:55 -0000 Received: (qmail 17793 invoked by alias); 10 Aug 2005 11:39:48 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9281 Received: (qmail 17783 invoked from network); 10 Aug 2005 11:39:47 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 10 Aug 2005 11:39:47 -0000 Received: (qmail 63814 invoked from network); 10 Aug 2005 11:39:47 -0000 Received: from zproxy.gmail.com (64.233.162.198) by a.mx.sunsite.dk with SMTP; 10 Aug 2005 11:39:42 -0000 Received: by zproxy.gmail.com with SMTP id i11so69835nzh for ; Wed, 10 Aug 2005 04:39:38 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=fQuKoPCF0TB3svqxv1tqeDgXu7UhLITXtidOF9UpfzACxd4/mRAgMrKdZMJo56DLTCy+KTH4QUxXClJSeKstkcFYG9qAq0T8lcaJ7ooCAMdQMSYsBXYIYlVSGw5gAkW+D3nfYf+THLRarQeW6gN2FH8lSvELp3JTAVcH12RlXEo= Received: by 10.36.153.12 with SMTP id a12mr518052nze; Wed, 10 Aug 2005 04:39:38 -0700 (PDT) Received: by 10.36.20.10 with HTTP; Wed, 10 Aug 2005 04:39:38 -0700 (PDT) Message-ID: <237967ef05081004394dd96ce9@mail.gmail.com> Date: Wed, 10 Aug 2005 13:39:38 +0200 From: Mikael Magnusson To: zsh-users@sunsite.dk Subject: Re: simple completion example? (aptitude completion doesn't work) In-Reply-To: <20050809132914.GA5021@spiegl.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050802180158.GA10402@spiegl.de> <19401.1123058911@trentino.groupinfra.com> <20050803101007.GA9755@spiegl.de> <2356.1123064346@trentino.groupinfra.com> <20050805154030.GA16800@spiegl.de> <32449.1123262228@trentino.groupinfra.com> <20050805193652.GA6842@spiegl.de> <30056.1123491980@trentino.groupinfra.com> <20050809132914.GA5021@spiegl.de> 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=BAYES_00,RCVD_BY_IP autolearn=ham version=3.0.4 On 8/9/05, Andy Spiegl wrote: > > In general, the patch below adding LC_MESSAGES=3DC does the job. > Thanks, but I found that LC_MESSAGES=3DC isn't enough. > I have to put LC_ALL=3DC there, then it works as expected. >=20 > Could that be my fault? > In my RCs I've got: > export LANGUAGE=3Dde_DE@euro > export LANG=3Dde_DE@euro > export LC_ALL=3Dde_DE@euro >=20 > And what's strange is that "export LC_MESSAGES=3DC" doesn't change the ou= tput > of "locale": like (i think) someone or me said earlier in this thread, LC_ALL overrides everything else. > Thanks, > Andy. --=20 Mikael Magnusson