all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* tags-query-replace leads to calling expand-file-name on nil
@ 2007-09-24 15:08 Yevgeniy Makarov
  0 siblings, 0 replies; only message in thread
From: Yevgeniy Makarov @ 2007-09-24 15:08 UTC (permalink / raw)
  To: help-gnu-emacs

Hello,

I am getting an error while doing tags-query-replace. Below is the
trace with debug-on-error on:

  expand-file-name(nil)
  tags-expand-table-name(nil)
  visit-tags-table-buffer(t)
  next-file(t t)
  tags-loop-continue(t)
  tags-query-replace("nondep_induct" "cases" nil)

Maybe I don't understand how to tell Emacs where tags are stored. The
Emacs manual says I can define the variable tags-table-list. But what
if I have separate projects in different directories? If I put the
tables for different projects in the same list, does it mean that tag
search and replace will be done on all files listed in all tables?

So I added comments to every file in the project that set the file
variable as follows:

(*
 Local Variables:
 tags-file-name: "~/coq/trunk/theories/Numbers/TAGS"
 End:
*)

Is this OK?

Thank you,
Yevgeniy

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

only message in thread, other threads:[~2007-09-24 15:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-24 15:08 tags-query-replace leads to calling expand-file-name on nil Yevgeniy Makarov

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.