From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13082 invoked from network); 31 Jul 2000 22:14:24 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 31 Jul 2000 22:14:24 -0000 Received: (qmail 16622 invoked by alias); 31 Jul 2000 22:14:10 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 12444 Received: (qmail 16612 invoked from network); 31 Jul 2000 22:14:09 -0000 Date: Mon, 31 Jul 2000 23:14:07 +0100 From: Adam Spiers To: zsh-workers@sunsite.auc.dk Subject: missing -o kshautoload checks Message-ID: <20000731231407.A32629@thelonious.new.ox.ac.uk> Reply-To: Adam Spiers Mail-Followup-To: zsh-workers@sunsite.auc.dk References: <200003131029.LAA18257@beta.informatik.hu-berlin.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200003131029.LAA18257@beta.informatik.hu-berlin.de>; from wischnow@informatik.hu-berlin.de on Mon, Mar 13, 2000 at 11:29:28AM +0100 X-Home-Page: http://www.new.ox.ac.uk/~adam/ X-OS: RedHat Linux A while ago, Sven Wischnowsky (wischnow@informatik.hu-berlin.de) wrote: > [[ -o kshautoload ]] || _mysql_utils "$@" > > (I hate kshautoload, too ;-) A recursive grep for '_[a-z_]* "$@"' in the Completion directory reveals that there are quite a few of these [[ -o kshautoload ]] checks missing. I'm a bit short on time right now; any kind soul care to add them in?