zsh-workers
 help / color / mirror / code / Atom feed
* Correction to patch 170
@ 1995-07-08 20:05 Zefram
  0 siblings, 0 replies; only message in thread
From: Zefram @ 1995-07-08 20:05 UTC (permalink / raw)
  To: Z Shell workers mailing list

-----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-----


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1995-07-08 20:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1995-07-08 20:05 Correction to patch 170 Zefram

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).