From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ian Eure Newsgroups: gmane.emacs.help Subject: Re: Auto-reload changed tags tables Date: Tue, 28 Jul 2009 15:18:20 -0700 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v935.3) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1248822538 29695 80.91.229.12 (28 Jul 2009 23:08:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 28 Jul 2009 23:08:58 +0000 (UTC) Cc: Emacs Help List To: Geralt Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jul 29 01:08:52 2009 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 1MVvmu-0004Is-7T for geh-help-gnu-emacs@m.gmane.org; Wed, 29 Jul 2009 01:08:52 +0200 Original-Received: from localhost ([127.0.0.1]:44890 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MVvmq-0004A6-AP for geh-help-gnu-emacs@m.gmane.org; Tue, 28 Jul 2009 19:08:48 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MVv09-0005QM-Is for help-gnu-emacs@gnu.org; Tue, 28 Jul 2009 18:18:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MVv04-0005OX-3g for help-gnu-emacs@gnu.org; Tue, 28 Jul 2009 18:18:28 -0400 Original-Received: from [199.232.76.173] (port=48422 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MVv03-0005OR-VU for help-gnu-emacs@gnu.org; Tue, 28 Jul 2009 18:18:24 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:8313) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MVv03-000356-KX for help-gnu-emacs@gnu.org; Tue, 28 Jul 2009 18:18:23 -0400 Original-Received: from mail.digg.com ([64.191.203.36]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MVv02-0005th-IW for help-gnu-emacs@gnu.org; Tue, 28 Jul 2009 18:18:22 -0400 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.digg.com (Postfix) with ESMTP id 541E0A85047; Tue, 28 Jul 2009 15:18:21 -0700 (PDT) X-Virus-Scanned: amavisd-new at d242.digg.internal Original-Received: from mail.digg.com ([127.0.0.1]) by localhost (mail.digg.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mChSgFyrXH79; Tue, 28 Jul 2009 15:18:21 -0700 (PDT) Original-Received: from [10.2.16.50] (diggstage01.digg.com [64.191.203.34]) by mail.digg.com (Postfix) with ESMTP id 1D7B0A85033; Tue, 28 Jul 2009 15:18:21 -0700 (PDT) In-Reply-To: X-Mailer: Apple Mail (2.935.3) X-Detected-Operating-System: by mx20.gnu.org: GNU/Linux 2.6 (newer, 3) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:66472 Archived-At: On Jul 28, 2009, at 1:38 PM, Geralt wrote: > Hi, > > is it possible to auto-reload changed tags tables? I'm automatically > rebuilding the TAGS table in my build script (if needed) and so Emacs > is constantly asking me if it should load the changed tags table, > which is just a RET, but still a bit annoying. > Customize `tags-revert-without-query'. - Ian