Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
learning to write/use completion widgets?
- X-seq: zsh-users 12397
- From: "Aaron Davies" <aaron.davies@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: learning to write/use completion widgets?
- Date: Tue, 8 Jan 2008 14:36:36 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=KnS1Vj+G+9mD6sLSh3lHspE/oGPqrNLAOZoNgHWY92M=; b=C0WQbpRE+7xYDBrH2kSd4PeDHZRnRYgHTRdahffOrsxqxY8WhL9KwWzXabaDL9NDE9Gl5w+Sj01BKoWF1r3kW6lyYsh9l3puVAy8UAf02Xqjrk7zJOmOJdlJyyQH8CLzzCUqzR99o6+vlq3er6vqCTwWK0dNMMwjFVi1O0vr1Cc=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=mu5bVKTIn8I1359UEz8laIaC/Y+KsfOlmRFjJo67ZpULLmkNTaUVAGhyeZhZImA1bDm6NDyaCL2SXl+Kt+lpHgneK0v6nV9RTGSNonJsuxwSbx2j6aAmJsmKPLaoBIR+Z8CofNLuBq3oVwTYV6VOYS/++xdOe4fVXKudTcQtBjE=
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
is there some *simple* documentation out there on customizing the
completion system? for instance, i would like to be able to complete a
particular argument of certain shell functions from existing
parameters. returning all parameters from a function is trivial (and
in fact my guess is that it's built in somewhere), but tying this to
the context "first argument of functions foo, bar, and baz" is where i
get completely lost when trying to work my way through man zshcompwid,
chapters 17-19 of the manual, etc.
any help anyone can give would be much appreciated!
--
Aaron Davies
aaron.davies@xxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author