all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Richard Riley <rileyrgdev@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: How can I reload etags project path
Date: Mon, 03 Nov 2008 19:44:20 +0100	[thread overview]
Message-ID: <gengqf$uqi$1@registered.motzarella.org> (raw)
In-Reply-To: 1225736264.239603@sj-nntpcache-3.cisco.com

Scott Frazer <frazer.scott@gmail.com> writes:

> yinglcs@gmail.com wrote:
>> Hi,
>>
>> In my .emacs I have defined the etags project path like this:
>>
>>
>> (defvar etags-project-path "/media/storage/working" "*Base path for
>> your project")
>>
>> (require 'etags)
>> (setq tags-file-name (expand-file-name "TAGS" etags-project-path))
>>
>> After i open emacs, how can i point to a different project path,let's
>> say i have multiple project etag files, how can i switch dynamically?
>>
>> Thank you.
>
> I just released something to do this:
>
> http://www.emacswiki.org/emacs/EtagsTable

I must admit to be being, not for the first time, a little confused
between the tags option available in emacs. Discounting the use of GNU
Global (no elisp) support, I have used in the past (on debian) something
like

,----
| SRC=~/.emacs.d
| cd $SRC
| ctags-exuberant  -e --recurse=yes --links=yes --verbose=no
`----

to generate tags. But the info page for ctags-exuberant lists ctags and
etags. But these are different programs which do not take the same
parameters? Any clarification from someone much appreciated.


      reply	other threads:[~2008-11-03 18:44 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-03 15:50 How can I reload etags project path yinglcs
2008-11-03 15:56 ` Richard Riley
2008-11-03 16:03 ` Sébastien Vauban
2008-11-03 16:52   ` Richard Riley
2008-11-03 18:17 ` Scott Frazer
2008-11-03 18:44   ` Richard Riley [this message]

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='gengqf$uqi$1@registered.motzarella.org' \
    --to=rileyrgdev@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.