zsh-workers
 help / color / mirror / code / Atom feed
* 3.1.5-pws-18 (NeXTStep) fixes some globbing problems
@ 1999-05-12  4:01 Timothy J Luoma
  0 siblings, 0 replies; only message in thread
From: Timothy J Luoma @ 1999-05-12  4:01 UTC (permalink / raw)
  To: zsh-workers


(FWIW: I had to build 'zsh' with 'cc -posix -traditional-cpp'
	I think I had erroneously reported not using any special
	flags previously.)

OK now I don't get this at all

This now works:

# echo /*s*
/LocalApps /NextApps/ /Users/ /drives/ /lost+found/ /usr/

# echo /*
/LocalApps /LocalLibrary /Net/ /NextAdmin/ /NextApps/ /NextDeveloper  
/NextLibrary/ /Users/ /bin/ /dev /drives/ /etc /lib/ /lost+found/ /mach  
/mach_kernel /mach_kernel.OS42 /mach_kernel.nonY2K /private/ /tmp /usr/

# ls /U[tab]
# ls /Users/[cursor here]

OK so that's solved.... EXCEPT this (seemingly identical problem) still exists:

# ls /drives
IBM3/      kickdisk/  win95/

# ls /drives/[tab]
# ls /drives/kickdisk/[cursorhere]
# echo /drives/*
/drives/kickdisk/
# echo /drives/*i*
/drives/kickdisk/
# echo /drives/*B*
zsh: no matches found: /drives/*B*

# mount -p | egrep 'kickdisk|IBM|win'
/dev/rsd0h	/drives/win95	vmount-353 default	0 0
/dev/sd3c	/drives/IBM3	4.3        rw,noquota	1 2
/dev/sd0a	/drives/kickdisk	4.3        rw,noquota	1 2

Any guesses?

TjL


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1999-05-12  4:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-05-12  4:01 3.1.5-pws-18 (NeXTStep) fixes some globbing problems Timothy J Luoma

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).