Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
3.1.5-pws-15 completion problems
- X-seq: zsh-workers 6075
- From: Timothy J Luoma <tjlists@xxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: 3.1.5-pws-15 completion problems
- Date: Fri, 23 Apr 1999 05:44:08 -0400
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author