From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11417 invoked from network); 7 Apr 2009 03:57:53 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=ham version=3.2.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 7 Apr 2009 03:57:53 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 55865 invoked from network); 7 Apr 2009 03:57:47 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 7 Apr 2009 03:57:47 -0000 Received: (qmail 6754 invoked by alias); 7 Apr 2009 03:57:42 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 26821 Received: (qmail 6738 invoked from network); 7 Apr 2009 03:57:41 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 7 Apr 2009 03:57:41 -0000 Received: from datura.dylex.net (datura.dylex.net [216.27.141.80]) by bifrost.dotsrc.org (Postfix) with ESMTP id 4AFE282D4B6A for ; Tue, 7 Apr 2009 05:57:39 +0200 (CEST) Received: from dylan by datura.dylex.net with local (Exim 4.69) (envelope-from ) id 1Lr2RN-000161-P8 for zsh-workers@sunsite.dk; Mon, 06 Apr 2009 23:57:37 -0400 Date: Mon, 6 Apr 2009 23:57:37 -0400 From: Dylan Alex Simon To: zsh-workers@sunsite.dk Subject: subscript too small after complete in variable Message-ID: <20090407035737.GA4200@datura.dylex.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Jabber-ID: dylan@dylex.net X-Virus-Scanned: ClamAV 0.92.1/9209/Mon Apr 6 19:51:36 2009 on bifrost X-Virus-Status: Clean Annoying completion issue (though with no ill effects beyond a delay and message): 1. at prompt, enter "FOOBAR=" (no newline) 2. move cursor back a few characters (say, onto B) 3. activate complete-word (with tab) 4. shell hangs a second and then: _subscript:20: subscript too small: -262145 zsh 4.3.9. Seems to be reproducible with various different options and bindings, but let me know if you need more info. Thanks. :-Dylan