From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23107 invoked from network); 21 Feb 1999 07:04:54 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 21 Feb 1999 07:04:54 -0000 Received: (qmail 18949 invoked by alias); 21 Feb 1999 06:48:38 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 5449 Received: (qmail 18913 invoked from network); 21 Feb 1999 06:48:37 -0000 Message-ID: <19990221064731.26810.qmail@hotmail.com> X-Originating-IP: [209.157.52.116] 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 22:47:31 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