all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kevin Rodgers <kevin.d.rodgers@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Loading large/multiple tags files
Date: Mon, 20 Oct 2008 23:03:52 -0600	[thread overview]
Message-ID: <gdjnr9$c7p$1@ger.gmane.org> (raw)
In-Reply-To: <5db859a0810201017w7f66df4fl723c47c827a02fd@mail.gmail.com>

Adrian wrote:
> 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.

(let ((large-file-warning-threshold nil))
   (visit-tags-table ".TAGS"))

-- 
Kevin Rodgers
Denver, Colorado, USA





  reply	other threads:[~2008-10-21  5:03 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-20 17:17 Loading large/multiple tags files Adrian
2008-10-21  5:03 ` Kevin Rodgers [this message]
     [not found] ` <mailman.1653.1224565433.25473.help-gnu-emacs@gnu.org>
2008-10-21  5:10   ` Xah
2008-10-21  6:45     ` Eli Zaretskii
     [not found]     ` <mailman.1658.1224571528.25473.help-gnu-emacs@gnu.org>
2008-10-21 21:28       ` Xah
2008-10-21 23:07       ` Andreas Politz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='gdjnr9$c7p$1@ger.gmane.org' \
    --to=kevin.d.rodgers@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.