Stephen Berman <[EMAIL PROTECTED]> writes:

> When I try to run LaTeX via Tramp on a remote file under AUCTeX, LaTeX
> says it can't find the file.  I can't tell if this is a bug or a faulty
> configuration or other user error.  I have the same LaTeX setup (paths,
> etc.) on both the local and remote machines.  I can reproduce the
> problem with Emacs -Q by evaluating (load "auctex.el" nil t t), opening
> the file via /ssh:, and typing C-c C-c to run LaTeX.  Then I get the
> following output:

Most likely some instances of start-process and
start-process-shell-command need to be replaced with start-file-process
and start-file-process-shell-command.

-- 
David Kastrup


_______________________________________________
auctex-devel mailing list
auctex-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/auctex-devel

Reply via email to