From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13566 invoked from network); 25 Aug 1999 14:25:43 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 25 Aug 1999 14:25:43 -0000 Received: (qmail 26321 invoked by alias); 25 Aug 1999 14:25:24 -0000 Mailing-List: contact zsh-users-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 2509 Received: (qmail 26313 invoked from network); 25 Aug 1999 14:25:24 -0000 Message-ID: <19990825102522.A13291@vmunix.com> Date: Wed, 25 Aug 1999 10:25:22 -0400 From: Gabor To: zsh-users@sunsite.auc.dk Subject: completion bug? Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.1i X-Operating-System: FreeBSD 2.2.7-STABLE i386 I have found an interesting completion bug in 3.1.6 which did not exist in 3.1.5. Here is the gist of it. $ some_command $(<.s at this point I hit tab and I have a directory called .ssh. Instead of completing it, it adds another '.' and then beeps at me. If I complete the directory name itself, then type tab for the contents, it then reinserts the directory name again. $ some_command $(<.ssh/ now it inserts .ssh again after the forward slash. If I type in the the first character of the name I want completed it works fine. It's a totally weird bug. You have to try it yourself to understand it. I tried it in 3.1.5 and it didn't do this.