From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15445 invoked from network); 4 Nov 1998 08:11:41 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 4 Nov 1998 08:11:41 -0000 Received: (from list@localhost) by math.gatech.edu (8.9.1/8.9.1) id CAA12007; Wed, 4 Nov 1998 02:58:13 -0500 (EST) Resent-Date: Wed, 4 Nov 1998 02:58:13 -0500 (EST) Date: Wed, 4 Nov 1998 08:56:16 +0100 (MET) Message-Id: <199811040756.IAA28828@beta.informatik.hu-berlin.de> From: Sven Wischnowsky To: zsh-workers@math.gatech.edu In-reply-to: Peter Stephenson's message of Tue, 03 Nov 1998 18:03:24 +0100 Subject: Re: PATCH: completion or'ing and grouping Resent-Message-ID: <"8YVaM.0.Yx2.La0Gs"@math> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/4527 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Peter Stephenson wrote: > ... > > Second, there seems to be a problem with menucompletion set. It now > pauses when it gets to an ambiguous completion, and only cycles > through the next time you hit tab --- in other words it seems to have > turned into the normal automenu behaviour. The patch below fixes this. Bye Sven *** os/Zle/zle_tricky.c Tue Nov 3 12:00:06 1998 --- Src/Zle/zle_tricky.c Wed Nov 4 08:51:26 1998 *************** *** 3210,3216 **** static void makecomplistor(Compctl cc, char *s, int incmd, int compadd, int sub) { ! int mn, ct, um = 0; /* Loop over xors. */ do { --- 3210,3216 ---- static void makecomplistor(Compctl cc, char *s, int incmd, int compadd, int sub) { ! int mn, ct, um = usemenu; /* Loop over xors. */ do { -- Sven Wischnowsky wischnow@informatik.hu-berlin.de