From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7416 invoked from network); 10 Jun 2005 14:16:57 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 10 Jun 2005 14:16:57 -0000 Received: (qmail 18987 invoked from network); 10 Jun 2005 14:16:51 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 10 Jun 2005 14:16:51 -0000 Received: (qmail 1836 invoked by alias); 10 Jun 2005 14:16:49 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 21322 Received: (qmail 1826 invoked from network); 10 Jun 2005 14:16:49 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 10 Jun 2005 14:16:49 -0000 Received: (qmail 18716 invoked from network); 10 Jun 2005 14:16:49 -0000 Received: from grunt24.ihug.com.au (203.109.249.144) by a.mx.sunsite.dk with SMTP; 10 Jun 2005 14:16:45 -0000 Received: from 203-217-73-160.dyn.iinet.net.au (localhost.localdomain) [203.217.73.160] by grunt24.ihug.com.au with esmtp (Exim 3.35 #1 (Debian)) id 1DgkJ7-0001OV-00; Sat, 11 Jun 2005 00:16:42 +1000 Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by localhost.localdomain (8.12.8/8.12.8) with ESMTP id j5AE8miV011808 for ; Sat, 11 Jun 2005 00:09:17 +1000 Received: (from doug@localhost) by localhost.localdomain (8.12.8/8.12.8/Submit) id j5AE8CbP011768 for zsh-workers@sunsite.dk; Sat, 11 Jun 2005 00:08:12 +1000 X-Authentication-Warning: localhost.localdomain: doug set sender to dougkearns@gmail.com using -f Date: Sat, 11 Jun 2005 00:08:11 +1000 From: Doug Kearns To: zsh-workers@sunsite.dk Subject: Re: PATCH: ctags tag completion Message-ID: <20050610140811.GD6211@localhost.localdomain> Mail-Followup-To: zsh-workers@sunsite.dk References: <20050608040000.GF16824@localhost.localdomain> <20050609123908.GC4606@localhost.localdomain> <27926.1118322475@csr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <27926.1118322475@csr.com> User-Agent: Mutt/1.4i X-Spam-Checker-Version: SpamAssassin 3.0.2 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, score=-2.6 required=6.0 tests=AWL,BAYES_00, RCVD_IN_SORBS_WEB autolearn=ham version=3.0.2 X-Spam-Hits: -2.6 On Thu, Jun 09, 2005 at 02:07:55PM +0100, Peter Stephenson wrote: > By the way, when I had a completion for etags a while ago, I made > it search back up the directory tree for a TAGS file, since I tend to > tag everything in a project in a single file. That might be a useful > enhancement. Do programs using etags not require the TAGS file to be in the cwd? Less is the only command I know of that will allow use, from the commandline, of a ctags tags file not in the cwd and that only works if the paths in the file are absolute - generally they're not. Regards, Doug