From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7899 invoked from network); 16 Sep 1999 15:51:41 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 16 Sep 1999 15:51:41 -0000 Received: (qmail 17260 invoked by alias); 16 Sep 1999 15:51:18 -0000 Mailing-List: contact zsh-users-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 2604 Received: (qmail 17252 invoked from network); 16 Sep 1999 15:51:13 -0000 Date: Thu, 16 Sep 1999 16:51:13 +0100 From: Adam Spiers To: zsh users mailing list Subject: Stopping wrap-round in menu completion? Message-ID: <19990916165112.C17248@thelonious.new.ox.ac.uk> Reply-To: Adam Spiers Mail-Followup-To: zsh users mailing list Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i X-URL: http://www.new.ox.ac.uk/~adam/ X-OS: Linux 2.2.9 i686 Is it possible to prevent wrap-round (looping) in menu completion? I have a _history_complete_word which returns unsorted matches via compgen -V (hence sorted by the time they went in the history), but if I menu complete beyond the oldest match, I'd like nothing to happen.