From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6382 invoked from network); 25 May 2000 10:50:05 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 25 May 2000 10:50:05 -0000 Received: (qmail 22456 invoked by alias); 25 May 2000 10:48:27 -0000 Mailing-List: contact zsh-users-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 3075 Received: (qmail 22447 invoked from network); 25 May 2000 10:48:26 -0000 Date: Thu, 25 May 2000 12:46:44 +0200 From: Andy Spiegl To: zsh-users@sunsite.auc.dk Subject: Re: dev-19 -> 20: special-dirs changed? Message-ID: <20000525124644.A25628@br-online.de> Mail-Followup-To: zsh-users@sunsite.auc.dk References: <20000407171631.A6690@br-online.de> <1000409000100.ZM4751@candle.brasslantern.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.0.1i In-Reply-To: <1000409000100.ZM4751@candle.brasslantern.com>; from schaefer@candle.brasslantern.com on Sun, Apr 09, 2000 at 12:01:00AM +0000 X-PGP-GPG-Keys: finger pgp.andy@spiegl.de OR mail -s "send pgp" auto@spiegl.de Bart Schaefer wrote: > _path_files now recognizes special-dirs only when one of -f or -/ is used. > The doc says that -f means "complete all files." However, _files always > calls `_path_files -g ...' so there's no way to get special-dirs to be > recognized for default file completions. > > This is presumably a bug, but whether it's a bug in _path_files or _files > I don't know. Hm, haven't heard anything about this issue since. Did it make it onto the bug list? I still find it pretty annoying that completion doesn't work in these cases. :-( I investigated a little more: Here are cases where no slash is appended after hitting TAB: cd bar/.. mv foo .. mv foo ../bar/.. ls .. ls ../bar/.. And here are cases where a slash is appended: cd .. cd ../bar/.. mv foo ../bar ls ../bar Thanks for any help, Andy. -- E-Mail: Andy@spiegl.de URL: http://andy.spiegl.de PGP/GPG: see headers o _ _ _ --------- __o __o /\_ _ \\o (_)\__/o (_) ------- _`\<,_ _`\<,_ _>(_) (_)/<_ \_| \ _|/' \/ ------ (_)/ (_) (_)/ (_) (_) (_) (_) (_)' _\o_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Computers are like air conditions: They work as long as you don't open windows.