From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 880 invoked from network); 12 May 1999 04:02:23 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 12 May 1999 04:02:23 -0000 Received: (qmail 13114 invoked by alias); 12 May 1999 04:01:42 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6267 Received: (qmail 13107 invoked from network); 12 May 1999 04:01:41 -0000 Message-Id: <199905120401.AAA07623@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: Wed, 12 May 1999 00:01:30 -0400 To: zsh-workers@sunsite.auc.dk Subject: 3.1.5-pws-18 (NeXTStep) fixes some globbing problems (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