From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1975 invoked from network); 30 Jul 2008 13:27:34 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=ham version=3.2.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 30 Jul 2008 13:27:34 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 19591 invoked from network); 30 Jul 2008 13:27:31 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 30 Jul 2008 13:27:31 -0000 Received: (qmail 12203 invoked by alias); 30 Jul 2008 13:27:28 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 25356 Received: (qmail 12191 invoked from network); 30 Jul 2008 13:27:27 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 30 Jul 2008 13:27:27 -0000 Received: from ag-out-0708.google.com (ag-out-0708.google.com [72.14.246.240]) by bifrost.dotsrc.org (Postfix) with ESMTP id 8C05C802A5D4 for ; Wed, 30 Jul 2008 15:27:23 +0200 (CEST) Received: by ag-out-0708.google.com with SMTP id 22so9744agd.8 for ; Wed, 30 Jul 2008 06:27:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=XIpNwycEzQAgLHCsBWDy+rptytarjnyzhkRF2lCJrtw=; b=HcJzBtAxb9owGMx92sZ8mqywndAGGz6nJWign6uSR2DAYWAFJE38pI1DvpwXryQyuI LQJZi3PjqlHA2QOTbbkaieXajnn31Tk0jX3uADXdImcv2LHWx1IwcGzv2eshYBHcacsv 1hYLNJPXsLTMLevhT+L3LWx6cxCoeEhD+XHdc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=I6OX3sudLEsyk8lzgojTGzSMjqhrCNXXLJCUNFMbu9pFb528zcPdUNSV9A/BJ1s9gN hgzuEU6pXmZ7r7UZfRANpZ88k4hmsqujkDv1PWYYZGW5z8IGk5qVVo1iNwnRN3P6kzNt cnEgZ6xk3phoNNOGb9UkSReSupV0PERAV0tgA= Received: by 10.100.165.13 with SMTP id n13mr12766422ane.32.1217424442384; Wed, 30 Jul 2008 06:27:22 -0700 (PDT) Received: by 10.100.43.19 with HTTP; Wed, 30 Jul 2008 06:27:22 -0700 (PDT) Message-ID: <2d460de70807300627r48cb364fm870f13bbfaa4a3ef@mail.gmail.com> Date: Wed, 30 Jul 2008 15:27:22 +0200 From: "Richard Hartmann" To: "Peter Stephenson" Subject: Re: trap DEBUG should get run beforehand, not afterwards. Cc: zsh-workers@sunsite.dk In-Reply-To: <200807300823.m6U8Ndvs016235@news01.csr.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6cd6de210807291937p5e864c38o6dd9785acf62632c@mail.gmail.com> <200807300823.m6U8Ndvs016235@news01.csr.com> X-Virus-Scanned: ClamAV version 0.92.1, clamav-milter version 0.92.1 on bifrost X-Virus-Status: Clean On Wed, Jul 30, 2008 at 10:23, Peter Stephenson wrote: > Use the option DEBUG_BEFORE_CMD. This should probably be referenced in zshmisc, section SPECIAL FUNCTIONS. Though I agree that, generally, defaulting to running it in advance would be better. Richard