On 13/02/2021 10:36, Pieter van Oostrum wrote:
> It would be useful, and very easy to implement, to have a command that brings 
> up the log file belonging to the current TeX file. 

Do you mean something like this?

(defun TeX-find-master-log ()
  "Open the log file associated to the TeX project"
  (interactive)
  (find-file (concat (TeX-master-file) ".log")))

At least on my system, I only have a log file for the "master" file. The
above command opens this log file.

Reply via email to