bug-auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-AUCTeX] compiling from subdir breaks TeX-synchronous-sentinel


From: Andreas Politz
Subject: [Bug-AUCTeX] compiling from subdir breaks TeX-synchronous-sentinel
Date: Thu, 24 Feb 2011 15:05:42 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)



Compiling the main file from a sub-directory synchronously results in an
error in TeX-synchronous-sentinel, because TeX-run-command changes
directory, which in turn messes up the file<->output-buffer association
in the sentinel-function :

;;(find-function 'TeX-synchronous-sentinel)
(let* ((buffer (TeX-process-buffer file))) => nil

-ap



reply via email to

[Prev in Thread] Current Thread [Next in Thread]