From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5629 invoked by alias); 28 Jan 2016 14:53:29 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 37825 Received: (qmail 27055 invoked from network); 28 Jan 2016 14:53:27 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, HTML_MESSAGE,T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.0 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== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to :content-type; bh=GcSte8xig6YjdlJN5fxeNmg45KnZa66FReTjVdNPnkc=; b=h530K4LN3Imnb4k8Qnl8KdBxZcOblZVBt0FkpCtgcKUSuSN9ZgqV5JN39R5jIOJkgf Wh55EfXRsUOASnVe0XfqZsYT7eSznViyA8GFG2cikDwZN6Y2H231JRrnWY6k+ld2UYsh tCiLS39tgCDdYjsCO5OFbiNawHjnadtP+J7RPbJ6jQLXTjVDw1z1elJNS1K07XWFWRl0 IgeOR3lLwLBZJWFFxx07BrmaK10eDqAKmpFvZg5VJ/VGoHCJO9MQ7fpTf1KTqPAFaqUq xZX4deXWQ/kPh6KR8kxbCfjlAh4K6KbhWKomkcYqqE6sD+Ncepv71zW7YCutJMj74F2t d3bw== X-Gm-Message-State: AG10YOSksiJ8olP4UeWB/wJ5tQkjZtVMspzTsxa3ygTCJt9Wm4QJgnjfaA4hkZZg4p+AZcS57gicadXThfP5cA== X-Received: by 10.50.122.38 with SMTP id lp6mr3866262igb.12.1453992804133; Thu, 28 Jan 2016 06:53:24 -0800 (PST) MIME-Version: 1.0 From: Silvio Ricardo Cordeiro Date: Thu, 28 Jan 2016 12:52:44 -0200 Message-ID: Subject: Zstyle command completion does not work for some executables To: zsh-workers@zsh.org Content-Type: multipart/alternative; boundary=089e0153836098b210052a6614c3 --089e0153836098b210052a6614c3 Content-Type: text/plain; charset=UTF-8 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 --089e0153836098b210052a6614c3--