all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Location of TAGS table
@ 2007-07-29 16:30 Rafal Kurcz
  0 siblings, 0 replies; only message in thread
From: Rafal Kurcz @ 2007-07-29 16:30 UTC (permalink / raw)
  To: help-gnu-emacs

Hello

How to specify the location of the TAGS table.
The directory with C++ sources is:
/source/

It contains the subdirectory:
/source/extensions/

The tags file is:
/source/TAGS

The following setting in ~/.emacs does not work for me:
(setq tags-file-name '("./TAGS"))

The following setting  works unless I jump to the source file from
extensions/ subdirectory.
Then it prompts me for the location of a TAGS file again.
(setq tags-table-list '("./"))

I would like to tell emacs to locate the TAGS file in a directory I
start emacs from (/source/ in above example).
I would like it to work even in the case when I start emacs as
follows:

cd /source
emacs extensions/file.cpp

visit-tags-table works correct in all above cases but it is a bit
inconvenient to perform that everytime I start emacs.

I don't use tags-file-name and tags-table-list settings in the same
time.


Thank You for help

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-07-29 16:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-29 16:30 Location of TAGS table Rafal Kurcz

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.