From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15369 invoked from network); 27 Apr 2000 10:12:41 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 27 Apr 2000 10:12:41 -0000 Received: (qmail 23103 invoked by alias); 27 Apr 2000 10:12:10 -0000 Mailing-List: contact zsh-users-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 3041 Received: (qmail 23056 invoked from network); 27 Apr 2000 10:12:05 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer david.siemens.de) From: "Andrej Borsenkow" To: "ZSH users mailing list" Subject: Q about new completion (how to create several match sets) Date: Thu, 27 Apr 2000 14:11:58 +0400 Message-ID: <000901bfb031$0596fad0$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.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Importance: Normal This goes to zsh-users as it may be of common interest. Bear in mind, this refers to the current 3.1.6 version from CVS. In current form _configure completes both --with-option and --without-option in one shot. It means, that I always get at least two matches and (in my settings) cursor is placed after --with so I have to use additional keystroke to jump to the end of line. Is it possible to _externally_ (without changing _configure and/or _arguments, but with styles) configure completion system so, that I get two set of matches - first all --with-* and then all --without-* and can select either of them? This includes of course different status lines etc. Is it possible to set different completers for one command only? -andrej Have a nice DOS! B >>