From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Adrian Newsgroups: gmane.emacs.help Subject: Loading large/multiple tags files Date: Mon, 20 Oct 2008 10:17:42 -0700 Message-ID: <5db859a0810201017w7f66df4fl723c47c827a02fd@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_105833_23212354.1224523062813" X-Trace: ger.gmane.org 1224560565 3154 80.91.229.12 (21 Oct 2008 03:42:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 21 Oct 2008 03:42:45 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Oct 21 05:43:41 2008 connect(): Connection refused 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 1Ks89j-0000Kj-Df for geh-help-gnu-emacs@m.gmane.org; Tue, 21 Oct 2008 05:43:39 +0200 Original-Received: from localhost ([127.0.0.1]:58237 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ks88e-0002db-5c for geh-help-gnu-emacs@m.gmane.org; Mon, 20 Oct 2008 23:42:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KryO7-0004T7-5W for help-gnu-emacs@gnu.org; Mon, 20 Oct 2008 13:17:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KryO5-0004Ro-8H for help-gnu-emacs@gnu.org; Mon, 20 Oct 2008 13:17:50 -0400 Original-Received: from [199.232.76.173] (port=42023 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KryO3-0004Qf-DX for help-gnu-emacs@gnu.org; Mon, 20 Oct 2008 13:17:47 -0400 Original-Received: from mail-gx0-f10.google.com ([209.85.217.10]:59310) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KryO3-0006IF-NO for help-gnu-emacs@gnu.org; Mon, 20 Oct 2008 13:17:47 -0400 Original-Received: by gxk3 with SMTP id 3so4307603gxk.18 for ; Mon, 20 Oct 2008 10:17:43 -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:mime-version:content-type; bh=HAGxVW0x1jpx8eakKrG1kdPjjdyO1sCif0VlBoT4eac=; b=VadzfR6L2ICGBTeyK8d/fOWO3h8LWE/Gh0ee22WiLdxwfZaqzhqTtUUdNZNSGp02n1 jpg4XH5vRNOAX8H5qVheYyw1pUH0PAMNToXoeHTMb9B8U4tNbnIsivfR9cJRTLNHuo/W lUEg7OfmgY1w5vTI/4O3VdFTzyfIqjPJRF45Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=tJJjiVgOqzETnXPVEm3EJKEX5KcOogIYeQWBjlX+U2ATNGxbyp08WUtDpaO8MwNOiB IxJCmx9s4/x4ekrOwnSGNDqP8Nx4J758qSI4ywgbJ1LTmz++6xgjRXCaxVAaUQBkB1x2 YXS5cRFzgTB2emRYjPhMlDXvY/MYxmOAPm8mU= Original-Received: by 10.142.153.7 with SMTP id a7mr3189813wfe.169.1224523062831; Mon, 20 Oct 2008 10:17:42 -0700 (PDT) Original-Received: by 10.142.139.2 with HTTP; Mon, 20 Oct 2008 10:17:42 -0700 (PDT) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-Mailman-Approved-At: Mon, 20 Oct 2008 23:42:15 -0400 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:58964 Archived-At: ------=_Part_105833_23212354.1224523062813 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello, Is there any way to load tags files without interactive confirmation messages? I want to load tags on startup for a large source tree. Every time I started emacs, I was receiving a confirmation message asking if I wanted to load my .TAGS file, since it was "large." To get around this message, I tried breaking the .TAGS file into two (one for C code and one for Python), but now emacs asks every time it is opened if I want to keep the existing TAGS table, presumably when it tries to load the second. The file names are .TAGS_C and .TAGS_PY, so there should not be a namespace conflict. Is there any way to load tags tables non-interactively? I am currently using (visit-tags-table .TAGS) in my .emacs file. Thanks, Adrian ------=_Part_105833_23212354.1224523062813 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
Hello,

Is there any way to load tags files without interactive confirmation messages?  I want to load tags on startup for a large source tree.  Every time I started emacs, I was receiving a confirmation message asking if I wanted to load my .TAGS file, since it was "large."  To get around this message, I tried breaking the .TAGS file into two (one for C code and one for Python), but now emacs asks every time it is opened if I want to keep the existing TAGS table, presumably when it tries to load the second.  The file names are .TAGS_C and .TAGS_PY, so there should not be a namespace conflict.  Is there any way to load tags tables non-interactively?  I am currently using (visit-tags-table .TAGS) in my .emacs file.

Thanks,
Adrian
------=_Part_105833_23212354.1224523062813--