Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: compctl -g not working
- X-seq: zsh-users 4339
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Sweth Chandramouli <svc@xxxxxxxxx>, zsh-users@xxxxxxxxxx
- Subject: Re: compctl -g not working
- Date: Thu, 4 Oct 2001 04:23:05 +0000
- In-reply-to: <20011003142330.A16765@xxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20011002225307.A13954@xxxxxxxxxxxxxxxxxx> <87adz976ru.fsf@xxxxxxxxxxxxxxxx> <20011002231841.B14325@xxxxxxxxxxxxxxxxxx> <1011003040449.ZM25370@xxxxxxxxxxxxxxxxxxxxxxx> <20011003001256.B14675@xxxxxxxxxxxxxxxxxx> <1011003060441.ZM25764@xxxxxxxxxxxxxxxxxxxxxxx> <20011003021524.A15356@xxxxxxxxxxxxxxxxxx> <1011003162422.ZM29481@xxxxxxxxxxxxxxxxxxxxxxx> <20011003142330.A16765@xxxxxxxxxxxxxxxxxx>
On Oct 3, 2:23pm, Sweth Chandramouli wrote:
} Subject: Re: compctl -g not working
}
}
} On Wed, Oct 03, 2001 at 04:24:22PM +0000, Bart Schaefer wrote:
} > On Oct 3, 2:15am, Sweth Chandramouli wrote:
} > } kshglob on
} >
} > That's it right there. `*(stuff)' means something different with kshglob.
}
} . Unsetting kshglob doesn't change the behaviour, either.
I apologize; it's not kshglob that's the problem, it's shglob.
SH_GLOB <K> <S>
Disables the special meaning of `(', `|', `)' and '<' for globbing
the result of parameter and command substitutions, and in some
other places where the shell accepts patterns. This option is
set by default if zsh is invoked as sh or ksh.
One of the "some other places" is in compctl expressions.
} So now, in addition to my original question, I'm also wondering why
} I've been able to use the *(:qualifiers) syntax for so long given that
} I've had kshglob set.
Because you also have bare_glob_qual set, which I missed. That takes
precedence over kshglob, so that *(stuff) at the -end- of a pattern is
still treated as a * followed by qualifiers.
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net
Messages sorted by:
Reverse Date,
Date,
Thread,
Author