From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 384 invoked from network); 27 Nov 2000 16:53:20 -0000 Received: from sunsite.dk (HELO sunsite.auc.dk) (130.225.51.30) by ns1.primenet.com.au with SMTP; 27 Nov 2000 16:53:20 -0000 Received: (qmail 2889 invoked by alias); 27 Nov 2000 16:53:10 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 13203 Received: (qmail 2871 invoked from network); 27 Nov 2000 16:53:04 -0000 From: "Bart Schaefer" Message-Id: <1001127163718.ZM17045@candle.brasslantern.com> Date: Mon, 27 Nov 2000 16:37:17 +0000 In-Reply-To: <000601c0586e$fdc559f0$21c9ca95@mow.siemens.ru> Comments: In reply to "Andrej Borsenkow" "zcompile for Builtins fails" (Nov 27, 3:38pm) References: <000601c0586e$fdc559f0$21c9ca95@mow.siemens.ru> X-Mailer: Z-Mail (5.0.0 30July97) To: "ZSH workers mailing list" Subject: PATCH: _zstyle typo (Re: zcompile for Builtins fails) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Nov 27, 3:38pm, Andrej Borsenkow wrote: } Subject: zcompile for Builtins fails } } re-compiling Builtins.zwc: failed zagzig[510] zcompile Builtins.zwc Builtins/* zsh: unmatched ' zcompile: can't read file: Builtins/_zstyle diff -ru common/Completion/Builtins/_zstyle current/Completion/Builtins/_zstyle --- common/Completion/Builtins/_zstyle Wed Nov 8 09:22:03 2000 +++ current/Completion/Builtins/_zstyle Mon Nov 27 08:34:10 2000 @@ -294,7 +294,7 @@ ;; insunambig) - _wanted values expl 'insert unambiguous string compadd true false pattern + _wanted values expl 'insert unambiguous string' compadd true false pattern ;; urgh) -- 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