Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Zstyle command completion does not work for some executables
- X-seq: zsh-workers 37825
- From: Silvio Ricardo Cordeiro <silvioricardoc@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Zstyle command completion does not work for some executables
- Date: Thu, 28 Jan 2016 12:52:44 -0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=GcSte8xig6YjdlJN5fxeNmg45KnZa66FReTjVdNPnkc=; b=PqJQl1DQtJUYGcxMwVgULDjG5RS8uObeQ5dgVqC8zEZb6P05dgBAuclq9iVp1HhZwx kX4EPkduglIIn+cY5EBvttwlJYsMVhMYkG9Ydg1S2vw1aPog4miagi9C32QKYjj4jwVi 7IgnpZ2klGsPgXG3iCJFf4OUuR0g9zO29Yz962u3zkK/23Opezhh2bBa3Cuj7JoyZqxG kWGZ0g53USsYfEK3m+QWB0G7FLUWVO4ISx5A7VzwjygP7MY3qqCmNNw57fzz4z8INX1X g9/bUMVCwnKLJtX1F3/2Oz8a9/b3xIRDaXI1QdBYpDP1te/+MUahXzPRUVmdvf4wWvbN mqSQ==
- 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
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author