From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14677 invoked by alias); 28 Jan 2016 14:55:22 -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: 37826 Received: (qmail 25737 invoked from network); 28 Jan 2016 14:55:21 -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: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== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; bh=lAuW3+KDPcdyteE5ISela/heJ74p0DdXXZkBdftCBYs=; b=VM4dwavS4CbuCpCDxGCb3dYIHdocudCUlZq6oECTWGWavNgMyJUIHypSNGBSebJaPB RuM8yfa+/xgrGSfllaqcLg9EB+XLBv5CYh3qUUB3+eJVGnC2NqwgWg2FfM5HufQK8eCj R06pT9H9teJ4MpyRxJUe5j4OkSbUh0owiAJufyux/bVI3tUyrWuf8W9qIyTjZyemx3QL C5+iP//+l7bSC5HUmCpGhZZ6GK4g60kBKJbFE0A811dl8Bew28QOQoe9PqCNf/a00/Gd AgcS7V52qqscR+x6f1u9MYkSA8sf6/ffkBeb5cbvDX89/mqb0g+R5bYtseHkRKLK6XZl RIYw== X-Gm-Message-State: AG10YOSua9Jk62JUS5bCksJ3aN+qt1lQNueAx2S9e83bFk0r4Lrhfjc/NIZKVb5bHmi6jspGtWYdC4qjhtHq/w== X-Received: by 10.50.61.177 with SMTP id q17mr3731163igr.68.1453992919355; Thu, 28 Jan 2016 06:55:19 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: From: Silvio Ricardo Cordeiro Date: Thu, 28 Jan 2016 12:54:39 -0200 Message-ID: Subject: Re: Zstyle command completion does not work for some executables To: zsh-workers@zsh.org Content-Type: multipart/alternative; boundary=047d7bdca44076d678052a661b39 --047d7bdca44076d678052a661b39 Content-Type: text/plain; charset=UTF-8 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 : > 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 --047d7bdca44076d678052a661b39--