From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7920 invoked from network); 25 Jul 1999 02:00:42 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 25 Jul 1999 02:00:41 -0000 Received: (qmail 1640 invoked by alias); 25 Jul 1999 02:00:33 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7273 Received: (qmail 1632 invoked from network); 25 Jul 1999 02:00:32 -0000 Sender: ethersoft@ne.mediaone.net To: zsh-workers@sunsite.auc.dk From: Vin Shelton Organization: EtherSoft, Inc Subject: accept-and-menu-complete Inserts a NULL in -test-3 Date: 24 Jul 1999 22:06:56 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii I've noticed the following problem in -test-3. It seems to be there in my slightly-patched copy of -test-2, also. This is using old-style completion. /usr/local/zsh-3.1.6-test-3/bin/zsh -f mithril% uname -a Linux mithril 2.2.10-ac12 #1 SMP Tue Jul 20 22:54:13 EDT 1999 i686 unknown mithril% echo $ZSH_VERSION 3.1.6-test-3 mithril% bindkey '^X\t' accept-and-menu-complete mithril% ls -d texinfo* texinfo-3.12 texinfo-3.12h texinfo-3.12n mithril% ls -d texinfo-3.12^X results in: mithril% ls -d texinfo-3.12^@texinfo-3.12h/ so, of course, everything after ^@ gets ignored. TIA, vin