From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6043 invoked from network); 17 Aug 1999 08:27:21 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 17 Aug 1999 08:27:21 -0000 Received: (qmail 15506 invoked by alias); 17 Aug 1999 08:27:05 -0000 Mailing-List: contact zsh-users-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 2479 Received: (qmail 15499 invoked from network); 17 Aug 1999 08:27:05 -0000 Date: Tue, 17 Aug 1999 10:27:03 +0200 (MET DST) Message-Id: <199908170827.KAA13756@beta.informatik.hu-berlin.de> From: Sven Wischnowsky To: zsh-users@sunsite.auc.dk In-reply-to: Hubert Canon's message of Tue, 17 Aug 1999 10:13:20 +0200 Subject: Re: sorting order of print Hubert Canon wrote: > % print foo bar Hux gee > foo bar Hux gee > % print -o foo bar Hux gee > bar foo gee Hux > % print -oi foo bar Hux gee > bar foo gee Hux > > I believe that I should get : > > % print -o foo bar Hux gee > Hux bar foo gee You should. And since I *do* get this... do you set locale information? If so, this is probably what's making this fail. If not, I don't know where it comes from. Bye Sven -- Sven Wischnowsky wischnow@informatik.hu-berlin.de