Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: _pick_variant
- X-seq: zsh-users 26166
- From: Thomas Lauer <thomas.lauer@xxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: _pick_variant
- Date: Sat, 14 Nov 2020 09:56:51 +0000
- Archived-at: <https://zsh.org/users/26166>
- Archived-at: <http://www.zsh.org/sympa/arcsearch_id/zsh-users/2020-11/20201114095651.bc9745dd9453d9011f16fdcb%40gmail.com>
- Authentication-results: zsh.org; iprev=pass (mail-wr1-f42.google.com) smtp.remote-ip=209.85.221.42; dkim=pass header.d=gmail.com header.s=20161025 header.a=rsa-sha256; dmarc=pass header.from=gmail.com; arc=none
- Cc: Roman Perepelitsa <roman.perepelitsa@xxxxxxxxx>, Thomas Lauer <thomas.lauer@xxxxxxxxxx>, Zsh Users <zsh-users@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=95bjTDcSEZHLj9Ciz6ttRyHbTsKDjqMTulA/LlKpgHA=; b=s5tRPbggJOXMPZk2Ti8Iocg28FLWBozzRhGVWTpaih/WA6jexx/90fA0H489hy00lC v5WLkmwsf1Io7iygq/JGjFvSVdJicVVySG2aLllHDAAjm2dAQPnbB5EOJnwrm15PD8fu 2cjxZ+i5RLUffNMCaX/ZLRkd7Xrow1i/jIKEeBRMN6E+lgGA6MNGp0iQi451fsPGsD4D bilL3YCaSe3IGygr7jeow7rFdL0zXAmoG+dAsRIcktaPVmJB7DiKlxUBsVNKuHN1JlvR Sf0PQkp+jkmXwkSauYiDL+IqEhdGRwEwpOoRKzZ4Gj+e3/1wPEp8BMLaVM/HNM9tObKe sEgg==
- In-reply-to: <CAH+w=7aBLqnchtGB00kPv-XqX1MrXFqYLmWqRVVfUiKmiBaszA@mail.gmail.com>
- List-archive: <http://www.zsh.org/sympa/arc/zsh-users>
- List-help: <mailto:sympa@zsh.org?subject=help>
- List-id: <zsh-users.zsh.org>
- List-owner: <mailto:zsh-users-request@zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-subscribe: <mailto:sympa@zsh.org?subject=subscribe%20zsh-users>
- List-unsubscribe: <mailto:sympa@zsh.org?subject=unsubscribe%20zsh-users>
- References: <20201113174124.cb440e381388179852e48c62@virgin.net> <CAH+w=7aD09dOMmUHkWZneSEjp0t7S1eWhJx6sc7LBxWqGmP8Ow@mail.gmail.com> <20201113093443.afd8d11e641eedb409c2ee37@virgin.net> <CAN=4vMq45pnkpKFx9ntbfP68zGjq5gO5e_43r-F3hoiJcFSiqw@mail.gmail.com> <CAH+w=7aBLqnchtGB00kPv-XqX1MrXFqYLmWqRVVfUiKmiBaszA@mail.gmail.com>
- Sender: zsh-users-request@xxxxxxx
On Fri, 13 Nov 2020 14:26:34 -0800 Bart Schaefer
<schaefer@xxxxxxxxxxxxxxxx> wrote:
> On Fri, Nov 13, 2020 at 2:42 AM Roman Perepelitsa
> <roman.perepelitsa@xxxxxxxxx> wrote:
> >
> > The clash isn't with an existing command but rather with a completion
> > function that's included in zsh.
>
> It is conceivably possible to rewrite compinit such that it does not
> install completions for commands not found in $path
This is indeed what I was half expecting, given that zsh completion is
such a powerful and flexible beast.
--
Tom
Messages sorted by:
Reverse Date,
Date,
Thread,
Author