zsh-users
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: Zsh Users <zsh-users@zsh.org>
Subject: Re: completion: matcher(-list) and tags
Date: Thu, 22 Jul 2010 09:25:02 -0700	[thread overview]
Message-ID: <AANLkTik3hX2uFmhgZWkszpYDcj2FLjyvl9V-p7tNQ3LJ@mail.gmail.com> (raw)
In-Reply-To: <20100722005557.GA16523@urvas>

On Wed, Jul 21, 2010 at 5:55 PM, Rogutės Sparnuotos
<rogutes@googlemail.com> wrote:
> Looking through zshcompsys(1), I find a paragraph under the tag-order
> explanation, saying that matcher-list "is tested very early in the
> completion system and hence can't be set for single commands nor for more
> specific contexts" (but if so, shouldn't such matcher-list usage exit with
> an error?).

"zstyle" is a generic command similar to "typeset" -- it has no
understanding of the semantics or internal structure of its arguments;
even the use of colons to separate components is entirely a convention
invented for the completion system and makes no difference to zstyle.
So there really is no point prior to lookup where any particular style
can be analyzed for reporting an error, and if you've made an error in
the style context itself it'll never be looked up.

Perhaps more later on the rest of your questions, I'm out of time to
investigate just now.


      reply	other threads:[~2010-07-22 16:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-22  0:55 Rogutės Sparnuotos
2010-07-22 16:25 ` Bart Schaefer [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=AANLkTik3hX2uFmhgZWkszpYDcj2FLjyvl9V-p7tNQ3LJ@mail.gmail.com \
    --to=schaefer@brasslantern.com \
    --cc=zsh-users@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).