From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12766 invoked from network); 11 Aug 2008 20:01:29 -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=AWL,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; 11 Aug 2008 20:01:29 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 31619 invoked from network); 11 Aug 2008 20:01:21 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 11 Aug 2008 20:01:21 -0000 Received: (qmail 12175 invoked by alias); 11 Aug 2008 20:01:11 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 25437 Received: (qmail 12152 invoked from network); 11 Aug 2008 20:01:07 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 11 Aug 2008 20:01:07 -0000 Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.182]) by bifrost.dotsrc.org (Postfix) with ESMTP id C75AF809A196 for ; Mon, 11 Aug 2008 22:01:03 +0200 (CEST) Received: by py-out-1112.google.com with SMTP id u77so996506pyb.23 for ; Mon, 11 Aug 2008 13:01:02 -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:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=sqOn1nV2Jkw8Wmj+XWjZTejRQqp1Zt6G7ZXsKDKkewc=; b=QqHBsDNISCf0/A4vTN2iSDMNJcyELBVsqfwzm0lXjUXhF5JD7CRdkU9a4HHlBQTBEz QQOU9gWMEmMNeVIurLK0eZLSBWOFrkzdOFI+vFcQAGSFDya2s0Cu0WAtbpF3lk2EF0QQ cMnEbM9gSKzCWX3xTZvrZ7mQnRW3kj2UBrLek= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=QxxRDz9YnH+ly9LDOrBrL5yeVHHaqHzNUv91rZF2yRk8TAZP5x0IG8XyvisIFQCXTs Ub/H1APUwWdFI4y0Pus4xi2LtO+hbi/fcnxxGoNvw+QLvaqHMeZfORTLOdidNWd3t+s6 XGiCCuMKpvsYBqC8SU4HWiTV6MVmSOQb7zSqY= Received: by 10.114.124.12 with SMTP id w12mr3941612wac.210.1218484861933; Mon, 11 Aug 2008 13:01:01 -0700 (PDT) Received: by 10.114.159.2 with HTTP; Mon, 11 Aug 2008 13:01:01 -0700 (PDT) Message-ID: <6cd6de210808111301h54e32341v3f5230d689f5352d@mail.gmail.com> Date: Mon, 11 Aug 2008 16:01:01 -0400 From: "Rocky Bernstein" To: zsh-workers@sunsite.dk Subject: Re: Getting source file and line number of a function. In-Reply-To: <200808111951.m7BJpVfK009135@pws-pc.ntlworld.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6cd6de210808111239v480710a2xbbf45b5fafa7cf59@mail.gmail.com> <200808111951.m7BJpVfK009135@pws-pc.ntlworld.com> X-Virus-Scanned: ClamAV 0.92.1/8009/Mon Aug 11 20:57:09 2008 on bifrost X-Virus-Status: Clean Ok. I think I'll hold off updating until that happens. On Mon, Aug 11, 2008 at 3:51 PM, Peter Stephenson wrote: > "Rocky Bernstein" wrote: >> funcsourcetrace contains entries for source'd files, right? > > It's still just the information for the source of functions. I haven't > modified it to know about sourced files yet. > > -- > Peter Stephenson > Web page now at http://homepage.ntlworld.com/p.w.stephenson/ >