From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from gatech.edu (gatech.edu [130.207.244.244]) by werple.mira.net.au (8.6.12/8.6.9) with SMTP id GAA11115 for ; Sun, 9 Jul 1995 06:07:09 +1000 Received: from math (math.skiles.gatech.edu) by gatech.edu with SMTP id AA06674 (5.65c/Gatech-10.0-IDA for ); Sat, 8 Jul 1995 16:08:34 -0400 Received: by math (5.x/SMI-SVR4) id AA07347; Sat, 8 Jul 1995 16:04:26 -0400 Resent-Date: Sat, 8 Jul 1995 21:05:23 +0100 (BST) Old-Return-Path: From: Zefram Message-Id: <15116.199507082005@stone.dcs.warwick.ac.uk> Subject: Correction to patch 170 To: zsh-workers@math.gatech.edu (Z Shell workers mailing list) Date: Sat, 8 Jul 1995 21:05:23 +0100 (BST) X-Loop: zefram@dcs.warwick.ac.uk X-Stardate: [-31]5949.18 Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Resent-Message-Id: <"8gfac1.0.fo1.8Jk_l"@math> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/184 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu -----BEGIN PGP SIGNED MESSAGE----- Oops, I introduced a slight ugliness into compctl -L listings with my recent patch (170). Here's a correcting patch, which must be applied *after* patch 170. -zefram *** Src/builtin.c.old Sat Jul 8 20:56:01 1995 --- Src/builtin.c Sat Jul 8 20:56:32 1995 *************** *** 2453,2465 **** /* print either command name or start of compctl command itself */ if (s) if (cclist & 1) { ! printf("compctl "); if (cc == &cc_compos) ! printf("-C"); if (cc == &cc_default) ! printf("-D"); if (cc == &cc_first) ! printf("-T"); } else printquoted(s); /* loop through flags w/o args that are set, printing them if so */ --- 2453,2465 ---- /* print either command name or start of compctl command itself */ if (s) if (cclist & 1) { ! printf("compctl"); if (cc == &cc_compos) ! printf(" -C"); if (cc == &cc_default) ! printf(" -D"); if (cc == &cc_first) ! printf(" -T"); } else printquoted(s); /* loop through flags w/o args that are set, printing them if so */ -----BEGIN PGP SIGNATURE----- Version: 2.6.i iQBVAgUBL/7ks2WJ8JfKi+e9AQEuFQH/RNNhwZd0LSpkz2m4U2d6tmcV5JzbiKNt IH6UYLIyceSdnq5mVCmOUFDDFXFeVX9ukY9FvFi+3CQDbQOq37sYaQ== =kMUd -----END PGP SIGNATURE-----