Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Correction to patch 170
- X-seq: zsh-workers 184
- From: Zefram <A.Main@xxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx (Z Shell workers mailing list)
- Subject: Correction to patch 170
- Date: Sat, 8 Jul 1995 21:05:23 +0100 (BST)
-----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-----
Messages sorted by:
Reverse Date,
Date,
Thread,
Author