From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8786 invoked from network); 18 Oct 2000 07:13:30 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 18 Oct 2000 07:13:30 -0000 Received: (qmail 2267 invoked by alias); 18 Oct 2000 07:13:25 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 13018 Received: (qmail 2258 invoked from network); 18 Oct 2000 07:13:25 -0000 Date: Wed, 18 Oct 2000 09:13:23 +0200 (MET DST) Message-Id: <200010180713.JAA10850@beta.informatik.hu-berlin.de> From: Sven Wischnowsky To: zsh-workers@sunsite.auc.dk In-reply-to: "Bart Schaefer"'s message of Wed, 18 Oct 2000 04:31:31 +0000 Subject: Re: PATCH: Re: Standard setopts for completion system, again Bart Schaefer wrote: > ... > > Another choice (still in compinit) would be simply to stuff the desired > options into an array: > > _comp_setopts=(nullglob rcexpandparam extendedglob unset > no{markdirs,globsubst,shwordsplit,shglob,ksharrays,cshnullglob}) > > and then reference them: > > setopt localoptions $_comp_setopts I like this. Good idea. We could even do `_comp_setopts=(setopt localoptions nullglob ...)' and then just do `$_comp_setopt'. Or would that be too irritating? Bye Sven -- Sven Wischnowsky wischnow@informatik.hu-berlin.de