From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: filebat Mark Newsgroups: gmane.emacs.help Subject: Re: Automating TAGS file usage Date: Tue, 10 Aug 2010 16:33:06 +0800 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=0016e6ddfe0f7d1979048d73fbbf X-Trace: dough.gmane.org 1281429249 16479 80.91.229.12 (10 Aug 2010 08:34:09 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 10 Aug 2010 08:34:09 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Gary Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Aug 10 10:34:07 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OikHR-0007rQ-5z for geh-help-gnu-emacs@m.gmane.org; Tue, 10 Aug 2010 10:34:01 +0200 Original-Received: from localhost ([127.0.0.1]:46058 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OikHN-0004Hp-7m for geh-help-gnu-emacs@m.gmane.org; Tue, 10 Aug 2010 04:33:49 -0400 Original-Received: from [140.186.70.92] (port=45660 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OikGn-0004Fw-KW for help-gnu-emacs@gnu.org; Tue, 10 Aug 2010 04:33:16 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OikGi-0006aV-VB for help-gnu-emacs@gnu.org; Tue, 10 Aug 2010 04:33:10 -0400 Original-Received: from mail-ww0-f41.google.com ([74.125.82.41]:41047) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OikGi-0006aL-R3 for help-gnu-emacs@gnu.org; Tue, 10 Aug 2010 04:33:08 -0400 Original-Received: by wwd20 with SMTP id 20so2604558wwd.0 for ; Tue, 10 Aug 2010 01:33:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=cLj8j2+EW3Ck5fPU5WmYsS6PfiMiDA7iG17PxhHtsSU=; b=u/1P13whsELBLOhbZEzA96D6Z+dPb0E5XZKBAWQhCuWzNA2r0oMr4D/ZLHQeFs3Pqx hjivXcJ2jlg3sTPiBuIjS2uAnQb9CZ0DNMgBNXi4MWnaqjuerxvG/TH585OyR4URo5rI SQIrDTMb4TkWKBZUNHYLE9V0fGDmMrL5Rw4Hc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=DOGlhS13NLAzgobCKgNo7l186Cnrnp1L0qxnAj7vyT5ufYHqbJGr1dpKaMb3jLfOSP CfZouCqDF9vR7uO0qyL8nk60zRjuxzU4YXQVvVUCle4s4gVUA7vrrTRNvzM1X0uHXxBJ q9O0/yNLd+28YLwLwhCzqpHIFF0c3qQcaw/Ok= Original-Received: by 10.216.193.195 with SMTP id k45mr14849974wen.32.1281429186875; Tue, 10 Aug 2010 01:33:06 -0700 (PDT) Original-Received: by 10.216.190.203 with HTTP; Tue, 10 Aug 2010 01:33:06 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:74515 Archived-At: --0016e6ddfe0f7d1979048d73fbbf Content-Type: text/plain; charset=ISO-8859-1 I am also extremely interested in this! On Tue, Aug 10, 2010 at 2:51 PM, Gary wrote: > I surely can't be the first to want to generate and visit my TAGS files > automagically, rather than having to go through the manual process of > etags *.foo or whatever, followed by visit-tags-table. Since there are > flyspell, flymake, and I don't know what other fly* modes, I don't see > why etags couldn't be run in that manner as well. Has anyone already > tried this? > > -- > Gary > GNU Emacs 23.2.1 > emacsclient 23.2 > 1.7.4(0.225/5/3) 2010-04-07 11:02 Cygwin > > > -- Thanks & Regards Denny Zhang --0016e6ddfe0f7d1979048d73fbbf Content-Type: text/html; charset=ISO-8859-1
I am also extremely interested in this!

On Tue, Aug 10, 2010 at 2:51 PM, Gary <help-gnu-emacs@garydjones.name> wrote:
I surely can't be the first to want to generate and visit my TAGS files
automagically, rather than having to go through the manual process of
etags *.foo or whatever, followed by visit-tags-table. Since there are
flyspell, flymake, and I don't know what other fly* modes, I don't see
why etags couldn't be run in that manner as well. Has anyone already
tried this?

--
Gary
GNU Emacs 23.2.1
emacsclient 23.2
1.7.4(0.225/5/3) 2010-04-07 11:02 Cygwin





--
Thanks & Regards

Denny Zhang

--0016e6ddfe0f7d1979048d73fbbf--