From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9450 invoked by alias); 7 Mar 2013 04:23:53 -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: 31121 Received: (qmail 10049 invoked from network); 7 Mar 2013 04:23:51 -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.52 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=h3D4hwgs5DP0XxT4tje0aD8x2ahP60/Tb3VELu2l788=; b=Hf4bMD7vazUxHvMPaQTnHOSdYYBqSpnj3HkcIlvr8VOXoreuVUk9OQbhPkBFA1DPPO wJZpgz9WcIQ4IzHALfsEqlE8jxl8g3biBEfLhkWgOd2BYGHfVTt+rm4YI8PddsalK46D rdInZzTK9cF78ZNpjLv10010LVCWJDtdNzG4smSDw3wqiiQNeO6a6hi0xeNaQ1Y1kAPW t6+AdmBtl8obJZ/ryXRUmw26yXUtS9ZtkmrA2Mrvn6lY6dvwbPAY056h+bSMe+EMkzDp Prt9Bxm/bZKNl5M9v+vvZEQOM9eekSu8BGwTNb61ywqtHuX8S/SAg0OUzkXABiAk/tBs mVNg== MIME-Version: 1.0 X-Received: by 10.224.191.68 with SMTP id dl4mr1224018qab.85.1362630226780; Wed, 06 Mar 2013 20:23:46 -0800 (PST) In-Reply-To: References: Date: Wed, 6 Mar 2013 23:23:46 -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, > Not sure how useful this is, but, the attached file does a > list-choices for each self-insert. 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 '\!' as a 'reserved word'. When I type in a number, it automatically expands that number to the history line at that number. It does not even let me complete the history number. For example, if I want to type in '!123', it automatically changes the current line under the cursor to '23'. Any thoughts, please? Thanks Joe