From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4085 invoked from network); 26 Mar 2000 13:50:33 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 26 Mar 2000 13:50:33 -0000 Received: (qmail 6527 invoked by alias); 26 Mar 2000 13:50:25 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 10254 Received: (qmail 6514 invoked from network); 26 Mar 2000 13:50:24 -0000 Message-ID: <38DE1596.120C7E42@u.genie.co.uk> Date: Sun, 26 Mar 2000 14:50:14 +0100 From: Oliver Kiddle X-Mailer: Mozilla 4.72 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: Zsh workers Subject: Problems with _expand Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I'm having problems with _expand in dev-20. With the glob style set for the _expand completer things don't work anymore when expding something with ~ in it: if I do cd ~/ nothing happens. I seem to remember that before, this left normal completion to go on but from tracing _expand, it seems to be trying to expand the ~ but not working. What should happen here - I'd prefer normal completion but at the very least, it should expand ~ and allow completion to carry on after that. Oliver