all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Guilherme Gondim <semente@taurinus.org>
To: help-gnu-emacs@gnu.org
Subject: Re: emacs + etags
Date: Fri, 08 Apr 2011 15:30:31 +0200	[thread overview]
Message-ID: <87oc4g7tvs.fsf@tangerine.foobaria.com> (raw)
In-Reply-To: 31340226.post@talk.nabble.com

[-- Attachment #1: Type: text/plain, Size: 977 bytes --]

rkv <ramakanth.varala@gmail.com> writes:

> I having large project , divided in to number of opensources and libraries
> each having a TAG file.
>
> If i change from one directory to another one , and search for any specific
> tag in the file related to the current directory
>
> i get message as No Tags Containing <the speficic tag>
>
> I would like to know how to make the change of the current using TAG
> file.

Try out my `ctags.el'[1] module.

Configuration example:

  (setq tags-revert-without-query t)
  (global-set-key (kbd "<f5>") 'ctags-create-or-update-tags-table)

Then just press <f5> to update or create your TAGS file. That function
look for a file TAGS in the current and its parent directories, if a TAG
file is not found it ask you where create a new one.

It is a new library and probably has bugs, etc, so any help is welcome.

Cheers,
semente

[1] https://bitbucket.org/semente/ctags.el/

-- 
Guilherme Gondim (semente)

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

  reply	other threads:[~2011-04-08 13:30 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-07  7:41 emacs + etags rkv
2011-04-08 13:30 ` Guilherme Gondim [this message]
     [not found] <mailman.8.1302184708.3726.help-gnu-emacs@gnu.org>
2011-04-07 14:32 ` hjuvi
2011-04-08 12:46 ` Alan
2011-04-08 13:52   ` Richard Riley
2011-04-12 14:28 ` Uday Reddy

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=87oc4g7tvs.fsf@tangerine.foobaria.com \
    --to=semente@taurinus.org \
    --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.