Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: Zsh observations
- X-seq: zsh-workers 15320
- From: Michael Schaap <cygwin@xxxxxxxxx>
- To: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- Subject: RE: Zsh observations
- Date: Mon, 09 Jul 2001 11:31:16 +0200
- Cc: <cygwin@xxxxxxxxxx>, "ZSH Workers Mailing List" <zsh-workers@xxxxxxxxxx>
- In-reply-to: <001001c1083a$e7372200$21c9ca95@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <5.1.0.14.2.20010708192157.03ca2628@xxxxxxxxxxxxxxxxxxxx>
At 07:49 9-7-2001, Andrej Borsenkow wrote:
>
> Sorry, I made a mistake in my exaple. I meant:
> % ./setu<TAB>
(tty1)% ./fTAB
(tty1)% ./foo.exe
(tty1)% ll fo*
-rwxrwxrwx 1 MW1G017 ITS 4 Jul 9 09:40 foo.exe*
(tty1)% chmod -x foo.exe
(tty1)% ./fo
No matches for: `external command', `executable file or directory', `builtin
com
mand', `shell function', `alias', `reserved word', `job', or `parameter'
Are you sure setup.exe has execute permissons?
% ls -l
total 264
drwxrwxrwx 32 Administ None 4096 Jun 18 10:36 contrib
drwxrwxrwx 57 Administ None 8192 Jun 3 19:25 latest
-rwxrwxrwx 1 Administ None 239616 Jul 6 18:16 setup.exe
-rw-rw-rw- 1 Administ None 17970 Jul 8 16:53 setup.ini
But remember, I've run
% zstyle ':completion::complete:-command-:*' ignored-patterns
'*.(#i)(exe|dll)'
on your advice.
This works fine when running things from the $PATH, after applying your
patch, but not this way.
I guess I'll just stop ignoring exes. ("Doctor, it hurts when I do this.")
- Michael
Messages sorted by:
Reverse Date,
Date,
Thread,
Author