From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21135 invoked by alias); 25 Feb 2013 19:47:17 -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: 17644 Received: (qmail 15941 invoked from network); 25 Feb 2013 19:47:16 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.6 required=5.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED,RCVD_IN_DNSWL_LOW, T_DKIM_INVALID,T_TO_NO_BRKTS_FREEMAIL autolearn=no version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.128.49 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=VygCq1DANW1bh+lxDrkjitdhGA7w2PlyTuhY8qvAXCM=; b=uGcQ4C9B8oaArshu/OwooJbqvH89jclOeSoPqrSXBhH5ix6xr10ksgLxpta92oOrpE iO82YZNGSuKA1iS/XZBJeoAYBPIUYvYXmOsggnz/Bs5TCNveQLXL4Pwv3Qm42bY6zt9U mpUsfbZ7EPgoFCpdf8TRQePMrnxc2WaEUouYFVJrrFvpVufTE4m/4diOZZoZc4uOKj3h XeXhJYoWRIY5Jvlan5+KRDTldkSvqqlCf20u5toyQLO6jcmu79XhhjUvbXkukNu9v8XN uVO4Dzjpviw21pgWeiBftJhnqAH9bMO4XgZ9F30mekGDoCKIq6EjdyWEF1v7+WqtAp3L n1tA== MIME-Version: 1.0 X-Received: by 10.224.33.208 with SMTP id i16mr13436312qad.45.1361821628321; Mon, 25 Feb 2013 11:47:08 -0800 (PST) Date: Mon, 25 Feb 2013 14:47:08 -0500 Message-ID: Subject: Zsh completion configuration From: joe M To: zsh-users@zsh.org Content-Type: text/plain; charset=ISO-8859-1 Hello, I am trying to figure out how to add "history-words" as a group within _complete, similar to aliases or functions. I see that the file Completion/Zsh/Type/_command_names adds the different tags using compadd -k. But, I could not figure out what compadd does from the zsh source. Any thoughts on what compadd does, or, how I can add another tag to the list of tags suggested by _command_names? Thanks Joe