zsh-workers
 help / color / mirror / code / Atom feed
* Zstyle command completion does not work for some executables
@ 2016-01-28 14:52 Silvio Ricardo Cordeiro
  2016-01-28 14:54 ` Silvio Ricardo Cordeiro
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Silvio Ricardo Cordeiro @ 2016-01-28 14:52 UTC (permalink / raw)
  To: zsh-workers

[-- Attachment #1: Type: text/plain, Size: 612 bytes --]

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-01-29 17:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-28 14:52 Zstyle command completion does not work for some executables Silvio Ricardo Cordeiro
2016-01-28 14:54 ` Silvio Ricardo Cordeiro
2016-01-29  9:19 ` Daniel Shahaf
2016-01-29 12:35   ` Silvio Ricardo Cordeiro
2016-01-29 13:01     ` Peter Stephenson
2016-01-29 13:19       ` Silvio Ricardo Cordeiro
2016-01-29 17:52 ` Bart Schaefer

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).