Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
How to avoid expansion when completing?
- X-seq: zsh-users 3353
- From: Richard Curnow <Richard.Curnow@xxxxxx>
- To: Zsh users list <zsh-users@xxxxxxxxxxxxxx>
- Subject: How to avoid expansion when completing?
- Date: Thu, 3 Aug 2000 08:51:26 +0100
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
- Recieved: from Richard.Curnow@xxxxxx by popov with local (Exim 3.03 #5) id 13KFmo-0006m6-00 for zsh-users@xxxxxxxxxxxxxx; Thu, 03 Aug 2000 08:51:26 +0100
Suppose I have a load of subdirectories, each of which contains a file
called foobar.dat. I enter
% wc **/foob<Tab>
hoping to expand this to **/foobar.dat (assuming there's nothing else
starting with 'foob' in any of the subdirectories). However, I get the
'**' expanded to the first subdirectory name which has a file starting
with 'foob' in it. (If I keep pressing <Tab> then I cycle round).
I've got the following options set, and I'm running version 3.1.5.
nobeep
completeinword
globcomplete
histignoredups
histverify
ignoreeof
interactive
login
monitor
pushdignoredups
shinstdin
zle
Is there some combination of options I haven't managed to find yet, or
is this just impossible to do?
--
Richard Curnow---by day : SuperH Core Architecture at STMicroelectronics
curnowr@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
and by night >>---richard.curnow@xxxxxxxxxxxx://go.to/richard.curnow/---
Messages sorted by:
Reverse Date,
Date,
Thread,
Author