From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29107 invoked from network); 31 Aug 1999 15:17:40 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 31 Aug 1999 15:17:40 -0000 Received: (qmail 15494 invoked by alias); 31 Aug 1999 15:17:33 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7581 Received: (qmail 15487 invoked from network); 31 Aug 1999 15:17:32 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer david.siemens.de) From: "Andrej Borsenkow" To: "ZSH workers mailing list" Subject: Order of matches in select list Date: Tue, 31 Aug 1999 18:15:37 +0400 Message-ID: <000001bef3bb$4c634280$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 select (and may be menu completion as well) arrange matches in columns (a la /bin/ls output). I find it more natural to be arranged in lines (a la '/bin/ls -x' output). Am I the only one? What about an option to select either of two? /andrej