unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Xah <xahlee@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Loading large/multiple tags files
Date: Mon, 20 Oct 2008 22:10:47 -0700 (PDT)	[thread overview]
Message-ID: <a91cf3f1-97ce-48da-ab06-d7fbbba7dc9d@w24g2000prd.googlegroups.com> (raw)
In-Reply-To: mailman.1653.1224565433.25473.help-gnu-emacs@gnu.org

On Oct 20, 10:03 pm, Kevin Rodgers <kevin.d.rodg...@gmail.com> wrote:
> 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"))

does many people use this tags?

one time i tried to read the manual to see what the heck it is, then
it say i need to run some command line tool to compile it first, at
which point i think i stopped. (don't recall i have the command line
available in os x)

  Xah
∑ http://xahlee.org/

  parent reply	other threads:[~2008-10-21  5:10 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
     [not found] ` <mailman.1653.1224565433.25473.help-gnu-emacs@gnu.org>
2008-10-21  5:10   ` Xah [this message]
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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=a91cf3f1-97ce-48da-ab06-d7fbbba7dc9d@w24g2000prd.googlegroups.com \
    --to=xahlee@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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).