zsh-workers
 help / color / mirror / code / Atom feed
From: Timothy J Luoma <tjlists@bigfoot.com>
To: Peter Stephenson <pws@ibmth.df.unipi.it>
Cc: zsh-workers@sunsite.auc.dk
Subject: Re: globbing error persists
Date: Sun, 23 May 1999 19:25:10 -0400	[thread overview]
Message-ID: <199905232325.TAA19507@ocalhost> (raw)
In-Reply-To: <9905231330.AA16507@ibmth.df.unipi.it>

Replying to message of Sun, 23 May 1999 15:30:01 +0200
	from Peter Stephenson <pws@ibmth.df.unipi.it>
	regarding ``Re: globbing error persists ''
	
> Something else to try, though I didn't get an answer to the last lot: do
> you have MARKDIRS set?  If so, unset it and see if it now works.  That
> would certainly incriminate stat(), since now it doesn't try to stat() the
> file, so try `ls -ld /drives/swapdisk' and see what that gives, and if you
> have dynamic loading, `zmodload stat; stat -rs /drives/swapdisk' and see
> what that gives.

# setopt|fgrep -i mark
markdirs

# unsetopt markdirs

# /bin/ls /drives/
IBM3            swapdisk

# /bin/ls /drives/*s*
zsh: no matches found: /drives/*s*

# /bin/ls -ld /drives/swapdisk
drwxr-xr-t  3 root        1024 Feb 18 14:24 /drives/swapdisk

# zmodload stat; stat -rs /drives/swapdisk
zsh: correct 'stat' to 'tar' [nyae]? n
zsh: command not found: zmodload
zsh: 19474 exit 1     zmodload stat
zsh: command not found: stat
zsh: 19475 exit 1     stat -rs /drives/swapdisk

TjL


      reply	other threads:[~1999-05-23 23:27 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-05-23  1:37 Timothy J Luoma
1999-05-23 13:30 ` Peter Stephenson
1999-05-23 23:25   ` Timothy J Luoma [this message]

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=199905232325.TAA19507@ocalhost \
    --to=tjlists@bigfoot.com \
    --cc=pws@ibmth.df.unipi.it \
    --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).