From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22117 invoked from network); 3 Apr 2000 09:52:42 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 3 Apr 2000 09:52:42 -0000 Received: (qmail 11798 invoked by alias); 3 Apr 2000 09:52:33 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 10404 Received: (qmail 11790 invoked from network); 3 Apr 2000 09:52:32 -0000 Message-ID: <38E869B9.7583F179@u.genie.co.uk> Date: Mon, 03 Apr 2000 10:51:54 +0100 From: Oliver Kiddle X-Mailer: Mozilla 4.72 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: Zsh workers Subject: A couple of bugs Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I was trying to work out why completion for the second argument to cd wasn't working and found what I think is a bug with the handling of patterns of the form pat1~pat2. This bug manifests itself when the first character of pat2 is a slash. Try this: echo /*~/dev This gives me a message about no matches found. I would expect results similar to what you see with: echo /*~[/]dev The second bug is that completion after ~+ or ~- seems to have been broken since dev-19: cd ~+1/ unknown user `+1' Here I would expect file completion after the appropriate directory from the stack. The problem is also the case for named directories. Oliver Kiddle