From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11042 invoked by alias); 1 Feb 2016 16:26:03 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 21220 Received: (qmail 5510 invoked from network); 1 Feb 2016 16:26:01 -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, 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 :cc:content-type:content-transfer-encoding; bh=9bnuKiWTvLxfJx7HN58qZVbPK6Nuhx6G5aYABWZNfIs=; b=Yz5zvyGrVuq1A1ONoPsUmYO9X6pKOPtZal61LUgoufBK8EnUX9Z4lTiEPTLYn+2KD4 6zgm0+T8tO/OJazj67xUrUkd2PyoTJMX6RqSxAf1Qx+wsGCAMyXRq3mlfIxeHfy+ll63 8CTuzrQ/iDZ+pj15nKlkiFpljbmwf9Bq7uCPXkW38vSRc2Et2QCVijkxbF/+kw2vaDZZ UqQCKtsxzYP0BLPpacZdd6jp60lXP9Pi4gZ7YI5cgexH25a5N4+zqq5u5TzSc4UoZKtI JkQmHEAEGB9lJZ0efjqa8o8i7VDuB8PDhjuu2VAdZREEurcJWTlA3YXpJhrgryKsXcK2 rQpA== 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:cc:content-type:content-transfer-encoding; bh=9bnuKiWTvLxfJx7HN58qZVbPK6Nuhx6G5aYABWZNfIs=; b=l/LwZ84CINIFvntKgBryOtk4vZTrUkqUxkR8F4l/DFO2vDa6APUopVLSCSC4j99mtd jw3JfZj0HlVbPv2mph/CT1iV7azh+QLdHYRt5sCdqk+XwlrOXnPwB3J9OL2BwKmcn14x LHIrCmYyQeTfBjA248NIw3Qe3Txe2KQMsq1sNUDah3ok2HrcEQRBLkf0/NAk0nXrWG4Y 2dBTQMPamw6oUcqkoCfg0GMG2gxeXNee8afswAuS5m31RGdeBYmVq2Osu6YyUGpaGZSl P/3MAPl6n7Mj28M1qa604Z+gz3dnztJI1Y7kjHXDprMTuK4JBqaDX3+iLMk/d9nvIMks +0PA== X-Gm-Message-State: AG10YOSNTNGXO6L0y6akLlU0vUvVipgt3FdYEYK6B31l9NhoNJAet7dDfUIwiOWIbkFwb25V4jxBk1M6w3/JEg== X-Received: by 10.25.143.208 with SMTP id r199mr8848385lfd.148.1454343958558; Mon, 01 Feb 2016 08:25:58 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <160201065310.ZM29704@torch.brasslantern.com> References: <160129144546.ZM24675@torch.brasslantern.com> <160131093929.ZM11508@torch.brasslantern.com> <160201065310.ZM29704@torch.brasslantern.com> From: Sebastian Gniazdowski Date: Mon, 1 Feb 2016 17:25:39 +0100 Message-ID: Subject: Re: Color in completions To: Bart Schaefer Cc: Zsh Users Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 1 February 2016 at 15:53, Bart Schaefer wrot= e: > On Feb 1, 8:49am, Sebastian Gniazdowski wrote: > } Subject: Re: Color in completions > } > } On 31 January 2016 at 19:52, Sebastian Gniazdowski > } wrote: > } > tags in context :completion::complete:zplugin:: > } > argument-rest (_arguments _zplugin) > } > } That was after "zplg unload". After "zplg" it's: > } > } tags in context :completion::complete:zplugin:: > } argument-1 (_arguments _zplugin) > } commands (_describe _zplugin) > > Your best bet then is just to use > > zstyle ':completion:*:zplugin:*' list-colors ... I already had (#mark): zstyle ':completion:*:zplugin:*:argument-rest' list-colors '=3D(#b)(*)/(*)=3D=3D1;35=3D1;33' Comparing that to your proposition: zstyle ':completion:*:zplugin:*' list-colors ... zstyle ':completion:*:zplugin:*:argument-rest' list-colors ... it seems that the zstyle #mark is correct, it just matches more =E2=80=93 a= lso the "argument-rest", which is expected, because plugin names may appear after a command Best regards, Sebastian Gniazdowski