Jannis <[email protected]> writes:
Hi Jannis,
> OK, I seem to have overlooked the tiny dot. So, would there be a
> simple solution (i.e. some settings) to solve this?
,----[ C-h v TeX-check-path RET ]
| TeX-check-path is a variable defined in `tex.el'.
| Its value is
| ("." "/home/horn/.TeX/" "/usr/local/texlive/2014/texmf-var/tex/"
"/usr/local/texlive/texmf-local/tex/"
"/usr/local/texlive/texmf-local/bibtex/bst/"
"/usr/local/texlive/2014/texmf-dist/tex/"
"/usr/local/texlive/2014/texmf-dist/bibtex/bst/")
|
|
| Documentation:
| Directory path to search for dependencies.
|
| If nil, just check the current file.
| Used when checking if any files have changed.
| You can customize this variable.
`----
So just set the variable to nil. Of course, if then some dependencies
have changed, AUCTeX won't notice and thus not suggest to recompile the
document. But I think you can live with that. ;-)
BTW: You might want to set it to nil only in documents residing in a
network mount by using a file local variable section in your doc, e.g.:
--8<---------------cut here---------------start------------->8---
%%% Local Variables:
%%% mode: LaTeX
%%% TeX-master: t
%%% TeX-check-path: nil
%%% End:
--8<---------------cut here---------------end--------------->8---
Bye,
Tassilo
_______________________________________________
auctex mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/auctex