From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6517 invoked by alias); 7 Mar 2013 04:35:51 -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: 31122 Received: (qmail 12689 invoked from network); 7 Mar 2013 04:35:50 -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.42 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=dCYycr3FKrvDK+hLGeLkcZ5qnZ76P5ix4CxNm0QM1Pc=; b=toreTfsFQm4+/dX8Okj6Hj9N3W9bnNHN6NojPLt0vjG1fF3jyvQ7Z1zhE7qfMEio0P ddljKnKVHdoqqTE+zQKryJY7myMh6LO0GViw6Eoo9YFdAqlRTiAZ5G+N7AJhEGxvM2op wO8rXy/F5Phb5my94OhwWLsibVscA6bVqo3DyiaKHxzQyVxIOvjxB/fPAygzqJFZWjPK 5knMsxQbi0bTL5BYhs2m+yc+1eMRjRGnET3uUL35d5bLlCP9Z17/7QGwDjdYFwy6J7J2 CKFaHUtl+lD30VoUTUZ7Ds82WHdWcGbQYHtXrex8lOPpfmWk8C33YlmMCzR4peIy0LZ/ tKvQ== MIME-Version: 1.0 X-Received: by 10.229.78.80 with SMTP id j16mr10839149qck.87.1362630944817; Wed, 06 Mar 2013 20:35:44 -0800 (PST) In-Reply-To: References: Date: Wed, 6 Mar 2013 23:35:44 -0500 Message-ID: Subject: Re: auto list choices From: joe M To: zsh-workers@zsh.org Content-Type: text/plain; charset=ISO-8859-1 Hello, > For some reason, when I call list-choices on every self-insert, it > messes up the history commands. For example, When I type '!', it lists Where is the list-choices code? I see a compdef -k list-choices in the _next_tags file. But, not sure if that is the actual code that is run when list-choices is called? Thanks Joe