From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4599 invoked from network); 15 Sep 1997 16:45:45 -0000 Received: from math.gatech.edu (list@130.207.146.50) by coral.primenet.com.au with SMTP; 15 Sep 1997 16:45:45 -0000 Received: (from list@localhost) by math.gatech.edu (8.8.5/8.8.5) id MAA22579; Mon, 15 Sep 1997 12:39:11 -0400 (EDT) Resent-Date: Mon, 15 Sep 1997 12:39:11 -0400 (EDT) Message-Id: <199709151639.SAA01975@sgi.ifh.de> To: zsh-workers@math.gatech.edu (Zsh hackers list) Subject: Re: Directory completion Date: Mon, 15 Sep 1997 18:39:31 +0200 From: Peter Stephenson Resent-Message-ID: <"W5yrv3.0.kW5.kIM7q"@math> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/3496 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu sorrysorry, second minor addition (for printing out compctl). *** Src/Zle/compctl.c.dir3 Mon Sep 15 16:36:35 1997 --- Src/Zle/compctl.c Mon Sep 15 18:30:40 1997 *************** *** 790,796 **** printcompctl(char *s, Compctl cc, int printflags) { Compctl cc2; ! char *css = "fcqovbAIFpEjrzBRGudeNOZUnQmw"; char *mss = " pcCwWsSnNmrR"; unsigned long t = 0x7fffffff; unsigned long flags = cc->mask; --- 790,796 ---- printcompctl(char *s, Compctl cc, int printflags) { Compctl cc2; ! char *css = "fcqovbAIFpEjrzBRGudeNOZUnQmw/"; char *mss = " pcCwWsSnNmrR"; unsigned long t = 0x7fffffff; unsigned long flags = cc->mask;