From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5337 invoked from network); 5 Nov 2000 03:09:05 -0000 Received: from sunsite.dk (HELO sunsite.auc.dk) (130.225.51.30) by ns1.primenet.com.au with SMTP; 5 Nov 2000 03:09:05 -0000 Received: (qmail 22550 invoked by alias); 5 Nov 2000 03:08:59 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 13118 Received: (qmail 22543 invoked from network); 5 Nov 2000 03:08:58 -0000 From: "Bart Schaefer" Message-Id: <1001105030853.ZM7533@candle.brasslantern.com> Date: Sun, 5 Nov 2000 03:08:53 +0000 X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.auc.dk Subject: PATCH: Another _comp_options entry MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii _path_files gets pretty confused if bareglobqual isn't set. What worries me is that if someone actually is using nobareglobal, _path_files may attempt to merge its list of qualifiers with something the user didn't intend to have treated as qualifiers. Index: Completion/Core/compinit =================================================================== @@ -123,6 +123,7 @@ # The standard options set in completion functions. _comp_options=( + bareglobqual nullglob rcexpandparam extendedglob -- 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