unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* RefTex keeps asking me which file is the Master file
@ 2009-08-15 17:50 Wenguang Wang
  2009-08-16  7:03 ` Wenguang Wang
  0 siblings, 1 reply; 5+ messages in thread
From: Wenguang Wang @ 2009-08-15 17:50 UTC (permalink / raw)
  To: help-gnu-emacs

Hi,
I have a multi-file noweb project.  The file type is .mm (to
workaround a problem of my IDE debugger).  I have also added the
following file extensions into my .emacs file:

(setq reftex-file-extensions
      '(("mm" ".mm" "nw" "tex" ".tex") ("bib" ".bib")))
(setq TeX-file-extensions
      '( "mm" ".mm" "nw" "tex" ".tex" "sty" "cls" "ltx" "texi"
"texinfo"))

And at the end of each file, I have:

%%% Local Variables:
%%% mode: Noweb
%%% noweb-code-mode: c++-mode
%%% TeX-master: "mynowebproj"
%%% End:

And in mynowebproj.mm file, the TeX-master line is:

%%% TeX-master: t

However, when I save these .mm files, or when I open TOC on these
files using RefTeX, it kept asking me which file is the Master file,
very annoying.

Can anybody help me with this?

Thanks!

-Wenguang


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-08-18 15:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-15 17:50 RefTex keeps asking me which file is the Master file Wenguang Wang
2009-08-16  7:03 ` Wenguang Wang
2009-08-16  9:38   ` Joost Kremers
2009-08-16 14:54     ` Wenguang Wang
2009-08-18 15:23       ` wewwew

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).