zsh-workers
 help / color / mirror / code / Atom feed
From: Timothy J Luoma <tjlists@bigfoot.com>
To: zsh-workers@sunsite.auc.dk
Subject: 3.1.5-pws-18 (NeXTStep) fixes some globbing problems
Date: Wed, 12 May 1999 00:01:30 -0400	[thread overview]
Message-ID: <199905120401.AAA07623@ocalhost> (raw)


(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


                 reply	other threads:[~1999-05-12  4:02 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=199905120401.AAA07623@ocalhost \
    --to=tjlists@bigfoot.com \
    --cc=zsh-workers@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).