From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20471 invoked from network); 19 Jan 2000 09:52:00 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 19 Jan 2000 09:52:00 -0000 Received: (qmail 28113 invoked by alias); 19 Jan 2000 09:51:48 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9362 Received: (qmail 28106 invoked from network); 19 Jan 2000 09:51:46 -0000 To: zsh-workers@sunsite.auc.dk Subject: completion after ../ MIME-Version: 1.0 (generated by AKEMI 1.13.2 - =?ISO-2022-JP?B?Ig==?= =?ISO-2022-JP?B?GyRCQTA0Y0s8GyhCIg==?=) Content-Type: text/plain; charset=US-ASCII From: Tanaka Akira Date: 19 Jan 2000 18:51:44 +0900 Message-ID: User-Agent: Chao-gnus/6.12.5 AKEMI/1.13.2 (=?ISO-2022-JP?B?GyRCQTAbKEI=?= =?ISO-2022-JP?B?GyRCNGNLPBsoQg==?=) FLAM-DOODLE/1.12.6 (=?ISO-2022-JP?B?GyRCM3cbKEI=?= 10R4.0/5.0) Emacs/20.4 (sparc-sun-solaris2.6) MULE/4.0 (HANANOEN) Sometimes completion after ../ frustrates me. For example: Z:akr@crane% mkdir -p z/tstdir Z:akr@crane% cd z/tstdir Z:akr@crane% ls .. tstdir Z:akr@crane% ls ../ -> Z:akr@crane% ls ../tstdir/ Since there is only one caondidate `tstdir', zsh completes it. It is consistent behaviour. But I want to list instead of completion because ../tstdir is not useful --- it's current working directory. I think it is useful that a style to control this behaviour: list files even if there is only one completion candidate when previous path component is `..'. -- Tanaka Akira