From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.help Subject: auto-refresh TAGS file on ChangeLog mod? Date: Mon, 18 Aug 2008 09:28:59 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <86iqtyxuqc.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1219070515 1518 80.91.229.12 (18 Aug 2008 14:41:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 18 Aug 2008 14:41:55 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Aug 18 16:42:48 2008 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.50) id 1KV5wQ-0004a6-WD for geh-help-gnu-emacs@m.gmane.org; Mon, 18 Aug 2008 16:42:43 +0200 Original-Received: from localhost ([127.0.0.1]:36555 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KV5vT-0002vl-4V for geh-help-gnu-emacs@m.gmane.org; Mon, 18 Aug 2008 10:41:43 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!newsfeed.straub-nv.de!news.albasani.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 17 Original-X-Trace: news.albasani.net iRx7DhIfVm5juW8GYOGsGa9WsJKp03U36zYcZvlCvj12ppoZGEvdZkjxeDgZFk8Oc6X0Ax73bBtYa/6hQk/ar6/DcmunZy2Q0bEQZ1NvKUBBCquzZOCa/iG0W8Rzj3ii Original-X-Complaints-To: abuse@albasani.net Original-NNTP-Posting-Date: Mon, 18 Aug 2008 14:23:59 +0000 (UTC) X-User-ID: KsQg1faUxbpLqSDJb+Jxr8NBOIEEB5YUoDLNSS21ZOE= X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Cancel-Lock: sha1:Tgih6TwdTcbCOz0MVEp9l0tk1TM= sha1:CDAKK+HGUKJc+SgJNFcdogvOfhg= User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux) X-NNTP-Posting-Host: ccSo1QG3y/AnwHQiRCOODr5dWB8dEzufPHx2BGpX44E= Original-Xref: news.stanford.edu gnu.emacs.help:161406 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:56751 Archived-At: I'm curious if there's a way to auto-run etags in a directory when I run `find-tag' if the ChangeLog file (or any other file I specify) is newer than the TAGS file. In Makefile format, this is simply TAGS: ChangeLog my-files-here etags file-list-here or, for full interdependency TAGS: ChangeLog file-list-here etags file-list-here I didn't see anything relevant in the docs, so instead of writing it myself I thought I'd check if anyone has done it before. Thanks Ted