Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: something strange with compset and/or _normal
- X-seq: zsh-workers 6590
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: something strange with compset and/or _normal
- Date: Fri, 11 Jun 1999 11:09:37 +0000
- In-reply-to: <199906110657.IAA25468@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <199906110657.IAA25468@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
On Jun 11, 8:57am, Sven Wischnowsky wrote:
} Subject: Re: something strange with compset and/or _normal
The following hunk failed for me because I have `zlong val = 0;' in
execfor() from one of Peter's previous patches. Just make the obvious
edits by hand.
} diff -u os/loop.c Src/loop.c
} --- os/loop.c Fri Jun 11 08:47:41 1999
} +++ Src/loop.c Fri Jun 11 08:49:15 1999
} @@ -47,15 +47,13 @@
}
} /**/
} int
} -execfor(Cmd cmd)
} +execfor(Cmd cmd, LinkList args, int flags)
} {
} Forcmd node;
} char *str;
} int val = 0;
} - LinkList args;
}
} node = cmd->u.forcmd;
} - args = cmd->args;
} if (node->condition) {
} str = dupstring(node->name);
} singsub(&str);
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author