Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
listing pathnames with metacharacters
- X-seq: zsh-workers 17138
- From: Borsenkow Andrej <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: "'zsh-workers@xxxxxxxxxx'" <zsh-workers@xxxxxxxxxx>
- Subject: listing pathnames with metacharacters
- Date: Mon, 13 May 2002 14:25:22 +0400
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Actually I just realized that in other context completion correctly lists
unquoted matches (while inserting quoted versions of course):
bor@itsrm2% info ZSH Completion\ System
Completing menu item
Command Execution --
Completion System --
Completion Using compctl --
...
But for file names it both lists and inserts quoted version:
bor@itsrm2% l a\ b/
Completing files
a\ b/ c\ d/ uudecode/
is it intentional? I too would like to see unquoted file names in list. Am I
wrong or it was this way at some point?
-andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author