From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17538 invoked from network); 6 Sep 1999 09:23:41 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 6 Sep 1999 09:23:41 -0000 Received: (qmail 25234 invoked by alias); 6 Sep 1999 09:22:36 -0000 Mailing-List: contact zsh-users-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 2575 Received: (qmail 25227 invoked from network); 6 Sep 1999 09:22:36 -0000 Date: Mon, 6 Sep 1999 11:22:27 +0200 (MET DST) Message-Id: <199909060922.LAA29666@beta.informatik.hu-berlin.de> From: Sven Wischnowsky To: zsh-users@sunsite.auc.dk In-reply-to: Adam Spiers's message of Sun, 5 Sep 1999 22:48:26 +0100 Subject: Re: unsorted completions? Adam Spiers wrote: > Am I right in thinking that you can't currently stop zsh sorting > completion matches with the new completion system? I would really > like to be able to do this for a variant of _history_complete_word, so > that successive presses of a key produce progressively older matches > from the history. There are unsorted groups. You can just change the fifth line to: _description -V expl 'history word' (with a unchanged 3.1.6, change the last line to: compgen -V hist -Q -H 0 '' ) Hm, maybe this should be made a configuration key. Bye Sven -- Sven Wischnowsky wischnow@informatik.hu-berlin.de