auctex
[Top][All Lists]
Advanced

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

Re: Command to open logfile


From: Maximilian Wuttke
Subject: Re: Command to open logfile
Date: Sat, 13 Feb 2021 12:38:56 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0

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

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