Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Zstyle command completion does not work for some executables
- X-seq: zsh-workers 37826
- From: Silvio Ricardo Cordeiro <silvioricardoc@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: Zstyle command completion does not work for some executables
- Date: Thu, 28 Jan 2016 12:54:39 -0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=lAuW3+KDPcdyteE5ISela/heJ74p0DdXXZkBdftCBYs=; b=R8j8fjav7Fn/lED81KTYFcCWyGaQbygwmm+IxyCF/CY/h5uR+KU8nhku4yQxnY5VbS BaqOcGlvm0SBD+QCX1ThbUzC9HDRiwrOe9FFQH6neeBCbiEfbD0QXfRsK1gg8/7TSNQn daT0ZmlBchgAJhtQ5CvzahkMQXDViqKUNodOt/bD/MjK7R/OC9XInrjvRqcOr+vCbduA XYL1n5bSPuvlOeq8KypOyEXgc6rvPZqR21/QXgI50YvmVJ8Y9QYeGC93DOmA11wN3ggR egsVk/Z5pIhY3uJIowxFaFuDyZQzPU73nt6cyL0D/tr5H2k9j3k2wyi1z4FaP1CI+b3+ OnHw==
- In-reply-to: <CABq1aV__gsNumkqqdsnfH2sORfM9SuKo4wAgoE70i9SQ+Xu2pA@mail.gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CABq1aV__gsNumkqqdsnfH2sORfM9SuKo4wAgoE70i9SQ+Xu2pA@mail.gmail.com>
Oops, pressed Send too early.
$ zsh --version
zsh 5.0.5 (x86_64-pc-linux-gnu)
Thanks for your help,
2016-01-28 12:52 GMT-02:00 Silvio Ricardo Cordeiro <silvioricardoc@xxxxxxxxx
>:
> On an otherwise empty .zshrc:
>
> Some completion specifications work normally:
>
>> zstyle ':completion:*:*killall*:*' command 'echo testing'
>> zstyle ':completion:*:*rake*:*' command 'echo testing'
>>
>
> While other completion just do *not* work:
>
>> zstyle ':completion:*:*bash*:*' command 'echo testing'
>> zstyle ':completion:*:*some_file_in_PATH*:*' command 'echo testing'
>
> zstyle ':completion:*:*inexistent_executable*:*' command 'echo testing'
>>
>
> Is there any way to debug this kind of behavior? I have tried pressing
> "^X?", but the output is the same for "killall" and for "bash"...
>
> --
> Silvio Ricardo Cordeiro
>
--
Silvio Ricardo Cordeiro
Messages sorted by:
Reverse Date,
Date,
Thread,
Author