From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6424 invoked from network); 23 Apr 1999 09:45:03 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 23 Apr 1999 09:45:03 -0000 Received: (qmail 18843 invoked by alias); 23 Apr 1999 09:44:34 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6075 Received: (qmail 18835 invoked from network); 23 Apr 1999 09:44:28 -0000 Message-Id: <199904230944.FAA01308@ocalhost> Content-Type: text/plain MIME-Version: 1.0 X-Image-URL: http://www.peak.org/~luomat/luomat@peak.org.tiff From: Timothy J Luoma Date: Fri, 23 Apr 1999 05:44:08 -0400 To: zsh-workers@sunsite.auc.dk Subject: 3.1.5-pws-15 completion problems 3.1.5-pws-15 seems to have some sort of completion problem, maybe it is me or something changed I don't know about: (# stands for my prompt, even though that's not what I really use... just for clarity here) #ls /[tab] gives me: #ls /CDROM/ CDROM/ NextLibrary/ mach@ LocalApps@ bin/ mach_kernel LocalLibrary@ dev@ mach_kernel.OS42 Net/ drives/ mach_kernel.nonY2K NextAdmin/ etc@ private/ NextApps/ lib/ tmp@ NextDeveloper@ lost+found/ usr/ but look what happens when I don't ask for tab-completion #ls / CDROM/ Users/ mach@ LocalApps@ bin/ mach_kernel LocalLibrary@ dev@ mach_kernel.OS42 Net/ drives/ mach_kernel.nonY2K NextAdmin/ etc@ private/ NextApps/ ez_fpc/ tmp@ NextDeveloper@ lib/ usr/ NextLibrary/ lost+found/ the problem also occurs within the /drives directory: #ls /drives IBM3/ win95/ #ls /drives/[tab] gives me #ls /drives/win95 (the same problem occurs with 'df') 3.1.4 does not have this problem: #ls [tab] CDROM/ Users/ mach@ LocalApps@ bin/ mach_kernel LocalLibrary@ dev@ mach_kernel.OS42 Net/ drives/ mach_kernel.nonY2K NextAdmin/ etc@ private/ NextApps/ ez_fpc/ tmp@ NextDeveloper@ lib/ usr/ NextLibrary/ lost+found/ So what changed, and how do I fix it? TjL