From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23243 invoked from network); 21 Feb 1999 07:20:34 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 21 Feb 1999 07:20:34 -0000 Received: (qmail 3790 invoked by alias); 21 Feb 1999 07:20:22 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 5450 Received: (qmail 3782 invoked from network); 21 Feb 1999 07:20:21 -0000 Message-ID: <19990221071953.267.qmail@hotmail.com> X-Originating-IP: [209.157.52.34] From: "Matt Armstrong" To: zsh-workers@sunsite.auc.dk Subject: PATCH: zsh-3.1.5-pws-9, TRAPZERR fix for new completion Date: Sat, 20 Feb 1999 23:19:53 PST Mime-Version: 1.0 Content-type: text/plain We probably want to defeat TRAPZERR within the new completion stuff. Mine just prints "That didn't work", which isn't desirable during completion. I'm not sure about the other special functions. *** Functions/Completion/_main_complete.orig Sat Feb 20 22:36:32 1999 --- Functions/Completion/_main_complete Sat Feb 20 22:33:20 1999 *************** *** 10,15 **** --- 10,18 ---- setopt localoptions nullglob rcexpandparam globdots unsetopt markdirs globsubst shwordsplit nounset + function TRAPZERR () { + } + # An entry for `-first-' is the replacement for `compctl -T' # Completion functions may set `COMPSKIP' to any value to make the # main loops stop calling other completion functions. ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com