Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!ccut!s.u-tokyo!rkna50!nttlab!siva!will!kitagawa From: kitagawa@wave.ntt.JP (Masahiro Kitagawa) Newsgroups: comp.emacs Subject: Re: TeX mode -- can't find included file. Message-ID: Date: 28 Jul 90 05:18:02 GMT References: <9007181452.AA27255@asylum.gsfc.nasa.gov> Sender: news@will.ntt.JP Organization: Physical Science Lab., NTT Research Labs., Tokyo, Japan Lines: 22 In-reply-to: chris@ASYLUM.GSFC.NASA.GOV's message of 18 Jul 90 14:52:42 GMT In article <9007181452.AA27255@asylum.gsfc.nasa.gov> chris@ASYLUM.GSFC.NASA.GOV (Chris Shenton) writes: When I do C-c C-b (TeX-buffer), it bombs because it can't find the include file, which lives in the original directory, not /tmp. If I set TeX-directory to "." (the current directory) rather than "/tmp/", then things work OK, but it's a drag having all those temporary files lying around. It would be realy messy. Then how about specifying temporary file name yourself. (defvar TeX-zap-file "TEMPORARY" "Temporary file name used for text being sent as input to TeX. Should be a simple file name with no extension or directory specification.") I know this causes problem if you are working on more than one files at a time. But do you realy do it ? Masahiro Kitagawa NTT Research Labs. Tokyo Japan kitagawa@wave.ntt.jp